import"fuelIApplication.idl";
|
readonly attribute nsIVariant | names |
|
Interface representing a collection of annotations associated with a bookmark or bookmark folder.
Definition at line 53 of file fuelIApplication.idl.
nsIVariant fuelIAnnotations::get |
( |
in AString |
aName | ) |
|
Gets the value of an annotation with the given name.
- Parameters
-
aName | The name of the annotation |
- Returns
- A variant containing the value of the annotation. Supports string, boolean and number.
boolean fuelIAnnotations::has |
( |
in AString |
aName | ) |
|
Determines if an annotation exists with the given name.
- Parameters
-
aName | The name of the annotation |
- Returns
- true if an annotation exists with the given name, false otherwise.
void fuelIAnnotations::remove |
( |
in AString |
aName | ) |
|
Removes the named annotation from the owner item.
- Parameters
-
aName | The name of annotation. |
void fuelIAnnotations::set |
( |
in AString |
aName, |
|
|
in nsIVariant |
aValue, |
|
|
in PRInt32 |
aExpiration |
|
) |
| |
Sets the value of an annotation with the given name.
- Parameters
-
aName | The name of the annotation |
aValue | The new value of the annotation. Supports string, boolean and number |
aExpiration | The expiration policy for the annotation. See nsIAnnotationService. |
readonly attribute nsIVariant fuelIAnnotations::names |
Array of the annotation names associated with the owning item
Definition at line 58 of file fuelIApplication.idl.
The documentation for this interface was generated from the following file:
- /home/martin/dev/nightingale-hacking/dependencies/vendor/mozbrowser/fuel/public/fuelIApplication.idl