mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug 320259 r=bryner sqlite compatability updates, fix bookmark InsertItem
Original committer: brettw%gmail.com Original revision: 1.11 Original date: 2005/12/14 17:45:10
This commit is contained in:
parent
69ff346133
commit
ba8a26493c
@ -191,7 +191,8 @@ interface nsINavBookmarksService : nsISupports
|
||||
readonly attribute PRInt64 toolbarRoot;
|
||||
|
||||
/**
|
||||
* Inserts a child item into the given folder.
|
||||
* Inserts a child item into the given folder. If this item already exists in
|
||||
* the given folder, it will be moved to the new position.
|
||||
* @param folder The id of the parent folder
|
||||
* @param item The URI to insert
|
||||
* @param index The index to insert at, or -1 to append
|
||||
|
Loading…
Reference in New Issue
Block a user