import"extIApplication.idl";
Public Member Functions | |
boolean | has (in AString aId) |
extIExtension | get (in AString aId) |
Public Attributes | |
readonly attribute nsIVariant | all |
Interface representing a list of all installed extensions
Definition at line 316 of file extIApplication.idl.
extIExtension extIExtensions::get | ( | in AString | aId | ) |
Gets a extIExtension object for an extension.
aId | The id of an extension |
boolean extIExtensions::has | ( | in AString | aId | ) |
Determines if an extension exists with the given id.
aId | The id of an extension |
readonly attribute nsIVariant extIExtensions::all |
Array of extIExtension listing all extensions in the application.
Definition at line 321 of file extIApplication.idl.