import "sbILibraryImporter.idl";
Public Member Functions | |
void | initialize () |
Initialize the library importer. | |
void | finalize () |
Finalize the library importer. | |
void | setListener (in sbILibraryImporterListener aListener) |
Set the listener for import events. | |
Public Attributes | |
readonly attribute AString | libraryType |
readonly attribute AString | libraryReadableType |
readonly attribute AString | libraryDefaultFileName |
readonly attribute AString | libraryDefaultFilePath |
readonly attribute AString | libraryFileExtensionList |
readonly attribute boolean | libraryPreviouslyImported |
readonly attribute AString | libraryPreviousImportPath |
sbIJobProgress | |
Initiate external library importing. |
This interface is used for importing external libraries into Songbird.
Definition at line 124 of file sbILibraryImporter.idl.
void sbILibraryImporter::setListener | ( | in sbILibraryImporterListener | aListener | ) |
Set the listener for import events.
aListener | Import event listener. |
Initiate external library importing.
aLibFilePath | File path to external library to import. | |
aGUID | GUID of Songbird library into which to import. | |
aCheckForChanges | If true, check for changes in external library before importing. |
Definition at line 177 of file sbILibraryImporter.idl.