#include <sbDeviceContent.h>
Static Public Member Functions | |
| NS_DECL_ISUPPORTS static NS_DECL_SBIDEVICECONTENT sbDeviceContent * | New () |
Additional Inherited Members | |
Public Member Functions inherited from sbIDeviceContent | |
| 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 inherited from sbIDeviceContent | |
| readonly attribute nsIArray | libraries |
| A simple array of the libraries for this device. More... | |
| readonly attribute sbILibraryFactory | libraryFactory |
| Not currently implemented. More... | |
Definition at line 37 of file sbDeviceContent.h.
|
static |