sbLibraryImporterManager.js File Reference

Javascript source for the library importer manager services. More...

Go to the source code of this file.

Functions

Components utils import ("resource://app/jsmodules/ArrayConverter.jsm")
 
 if (typeof(Cc)=="undefined") var Cc
 
function sbLibraryImporterManager ()
 

Variables

var sbLibraryImporterManagerCfg
 
sbLibraryImporterManagerCfg categoryList
 

Detailed Description

Javascript source for the library importer manager services.

Definition in file sbLibraryImporterManager.js.

Function Documentation

if ( typeof(Cc = ="undefined")

Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.

Enable DEBUG_DATAREMOTES to track down leaks.

Definition at line 524 of file sbDataRemote.js.

Components utils import ( "resource://app/jsmodules/ArrayConverter.jsm"  )
function sbLibraryImporterManager ( )

Construct a library importer manager services object.

Definition at line 115 of file sbLibraryImporterManager.js.

Variable Documentation

Initial value:
= [
{
category: "app-startup",
value: "service," + sbLibraryImporterManagerCfg.contractID
}
]
classDescription entry
Definition: FeedWriter.js:1427
countRef value
Definition: FeedWriter.js:1423
var sbLibraryImporterManagerCfg

Definition at line 96 of file sbLibraryImporterManager.js.

var sbLibraryImporterManagerCfg
Initial value:
= {
className: "Songbird Library Importer Manager Service",
cid: Components.ID("{0ed2a7e0-78ac-4574-8554-b1e422b02642}"),
contractID: "@songbirdnest.com/Songbird/LibraryImporterManager;1",
ifList: [ Ci.nsIObserver,
Ci.sbILibraryImporterManager,
Ci.sbILibraryImporterListener ]
}
sbOSDControlService prototype className
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
const Ci

Definition at line 87 of file sbLibraryImporterManager.js.