import"fuelIApplication.idl";
Public Member Functions | |
| void | remove () |
Public Attributes | |
| readonly attribute long long | id |
| attribute AString | title |
| attribute nsIURI | uri |
| attribute AString | description |
| attribute AString | keyword |
| readonly attribute AString | type |
| attribute fuelIBookmarkFolder | parent |
| readonly attribute fuelIAnnotations | annotations |
| readonly attribute extIEvents | events |
Interface representing a bookmark item.
Definition at line 104 of file fuelIApplication.idl.
| void fuelIBookmark::remove | ( | ) |
Removes the item from the parent folder. Used to delete a bookmark or separator
| readonly attribute fuelIAnnotations fuelIBookmark::annotations |
The annotations object for the bookmark.
Definition at line 145 of file fuelIApplication.idl.
| attribute AString fuelIBookmark::description |
The description of the bookmark.
Definition at line 124 of file fuelIApplication.idl.
| readonly attribute extIEvents fuelIBookmark::events |
The events object for the bookmark. supports: "remove", "change", "visit", "move"
Definition at line 151 of file fuelIApplication.idl.
| readonly attribute long long fuelIBookmark::id |
The id of the bookmark.
Definition at line 109 of file fuelIApplication.idl.
| attribute AString fuelIBookmark::keyword |
The keyword associated with the bookmark.
Definition at line 129 of file fuelIApplication.idl.
| attribute fuelIBookmarkFolder fuelIBookmark::parent |
The parent folder of the bookmark.
Definition at line 140 of file fuelIApplication.idl.
| attribute AString fuelIBookmark::title |
The title of the bookmark.
Definition at line 114 of file fuelIApplication.idl.
| readonly attribute AString fuelIBookmark::type |
The type of the bookmark. values: "bookmark", "separator"
Definition at line 135 of file fuelIApplication.idl.
| attribute nsIURI fuelIBookmark::uri |
The uri of the bookmark.
Definition at line 119 of file fuelIApplication.idl.