sbBundle.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://gre/modules/XPCOMUtils.jsm")
 
function NSGetModule (compMgr, fileSpec)
 

Variables

const SONGBIRD_BUNDLE_IID = Components.interfaces.sbIBundle
 
const Cc = Components.classes
 
const Ci = Components.interfaces
 
const Cr
 
Bundle prototype
 

Function Documentation

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )

BEGIN SONGBIRD GPL

This file is part of the Songbird web player.

Copyright(c) 2005-2008 POTI, Inc. http://songbirdnest.com

This file may be licensed under the terms of of the GNU General Public License Version 2 (the "GPL").

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the GPL for the specific language governing rights and limitations.

You should have received a copy of the GPL along with this program. If not, go to http://www.gnu.org/licenses/gpl.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

END SONGBIRD GPL

function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 391 of file sbBundle.js.

Variable Documentation

const Cc = Components.classes

Definition at line 30 of file sbBundle.js.

Definition at line 31 of file sbBundle.js.

const Cr
Initial value:
= Components.results
const Cu = Components.utils
function Bundle() {
this._datalisteners = new Array();
this._installlisteners = new Array();
var obs = Components.classes["@mozilla.org/observer-service;1"]
.getService(Components.interfaces.nsIObserverService);
obs.addObserver(this, "quit-application", false);
}
Bundle.prototype.constructor = Bundle
const Cu

Definition at line 32 of file sbBundle.js.

Bundle prototype

Definition at line 46 of file sbBundle.js.

const SONGBIRD_BUNDLE_IID = Components.interfaces.sbIBundle

Definition at line 28 of file sbBundle.js.