WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/browser/livemark-service;2

This component implements the following interfaces:

Methods

InterfaceMethod
nsIFactory void createInstance ( nsISupports outer , nsIIDRef iid , out nsQIResult* result )
nsILivemarkService PRInt64 createLivemark ( PRInt64 folder , AString name , nsIURI siteURI , nsIURI feedURI , PRInt32 index )
nsILivemarkService PRInt64 createLivemarkFolderOnly ( nsINavBookmarksService bms , PRInt64 folder , AString name , nsIURI siteURI , nsIURI feedURI , PRInt32 index )
nsILivemarkService nsIURI getFeedURI ( PRInt64 container )
nsILivemarkService nsIURI getSiteURI ( PRInt64 container )
nsILivemarkService PRBool isLivemark ( PRInt64 folder )
nsIFactory void lockFactory ( PRBool lock )
nsINavBookmarkObserver void onBeginUpdateBatch ( )
nsINavBookmarkObserver void onEndUpdateBatch ( )
nsINavBookmarkObserver void onItemAdded ( PRInt64 itemId , PRInt64 folder , PRInt32 index )
nsINavBookmarkObserver void onItemChanged ( PRInt64 bookmarkId , ACString property , PRBool isAnnotationProperty , AUTF8String value )
nsINavBookmarkObserver void onItemMoved ( PRInt64 itemId , PRInt64 oldParent , PRInt32 oldIndex , PRInt64 newParent , PRInt32 newIndex )
nsINavBookmarkObserver void onItemRemoved ( PRInt64 itemId , PRInt64 folder , PRInt32 index )
nsINavBookmarkObserver void onItemVisited ( PRInt64 bookmarkId , PRInt64 visitID , PRTime time )
nsILivemarkService void reloadAllLivemarks ( )
nsILivemarkService void reloadLivemarkFolder ( PRInt64 folderID )
nsILivemarkService void setFeedURI ( PRInt64 container , nsIURI feedURI )
nsILivemarkService void setSiteURI ( PRInt64 container , nsIURI siteURI )
nsILivemarkService void start ( )

Reference documentation is generated from Mozilla's source.