Interface representing a list of all installed extensions.
More...
import "extIApplication.idl";
List of all members.
Detailed Description
Interface representing a list of all installed extensions.
Member Function Documentation
| NS_SCRIPTABLE NS_IMETHOD extIExtensions::Get |
( |
const nsAString & |
aId, |
|
|
extIExtension **_retval |
NS_OUTPARAM | |
|
) |
| | [pure virtual] |
Gets a extIExtension object for an extension.
- Parameters:
-
| aId | The id of an extension |
- Returns:
- An extension object or null if no extension exists with the given id.
Gets a extIExtension object for an extension.
- Parameters:
-
| aId | The id of an extension |
- Returns:
- An extension object or null if no extension exists with the given id.
| NS_SCRIPTABLE NS_IMETHOD extIExtensions::GetAll |
( |
nsIVariant ** |
aAll |
) |
[pure virtual] |
Array of extIExtension listing all extensions in the application.
| boolean extIExtensions::has |
( |
in AString |
aId |
) |
|
Determines if an extension exists with the given id.
- Parameters:
-
| aId | The id of an extension |
- Returns:
- true if an extension exists with the given id, false otherwise.
| NS_SCRIPTABLE NS_IMETHOD extIExtensions::Has |
( |
const nsAString & |
aId, |
|
|
PRBool *_retval |
NS_OUTPARAM | |
|
) |
| | [pure virtual] |
Determines if an extension exists with the given id.
- Parameters:
-
| aId | The id of an extension |
- Returns:
- true if an extension exists with the given id, false otherwise.
Member Data Documentation
Array of extIExtension listing all extensions in the application.
The documentation for this interface was generated from the following files: