[UNIMPLEMENTED UNTIL AFTER 0.3] More...
import"sbIDeviceContent.idl";
Public Member Functions | |
void | initialize () |
Initialize the device content. More... | |
void | finalize () |
Finalize the device content. More... | |
void | addLibrary (in sbIDeviceLibrary aLibrary) |
Add a device library to the device. More... | |
void | removeLibrary (in sbIDeviceLibrary aLibrary) |
Remove a device library from the device. More... | |
Public Attributes | |
readonly attribute nsIArray | libraries |
A simple array of the libraries for this device. More... | |
readonly attribute sbILibraryFactory | libraryFactory |
Not currently implemented. More... | |
[UNIMPLEMENTED UNTIL AFTER 0.3]
Definition at line 40 of file sbIDeviceContent.idl.
void sbIDeviceContent::addLibrary | ( | in sbIDeviceLibrary | aLibrary | ) |
Add a device library to the device.
void sbIDeviceContent::finalize | ( | ) |
Finalize the device content.
void sbIDeviceContent::initialize | ( | ) |
Initialize the device content.
void sbIDeviceContent::removeLibrary | ( | in sbIDeviceLibrary | aLibrary | ) |
Remove a device library from the device.
readonly attribute nsIArray sbIDeviceContent::libraries |
A simple array of the libraries for this device.
Definition at line 45 of file sbIDeviceContent.idl.
readonly attribute sbILibraryFactory sbIDeviceContent::libraryFactory |
Not currently implemented.
Definition at line 50 of file sbIDeviceContent.idl.