mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
Make read-onlyness of a folder's children be determined by the nsIBookmarksContainer that's responsible for the folder, not necessarily by a per-folder annotation. Bug 320667, r=annie.sullivan.
Original committer: bryner%brianryner.com Original revision: 1.14 Original date: 2006/01/04 20:49:29
This commit is contained in:
parent
6156cf37ed
commit
1b8e40d1ff
@ -319,11 +319,11 @@ interface nsINavBookmarksService : nsISupports
|
||||
nsIURI getFolderURI(in PRInt64 folder);
|
||||
|
||||
/**
|
||||
* Marks a folder as having read-only children.
|
||||
* Checks whether a folder has read-only children. This property is
|
||||
* defined by the nsIBookmarsContainer for the folder, if one exists.
|
||||
* If this is set to true, UI should not allow the user to add, remove,
|
||||
* or reorder children in this folder. The default for all folders is false.
|
||||
*/
|
||||
void setFolderReadonly(in PRInt64 folder, in boolean readOnly);
|
||||
boolean getFolderReadonly(in PRInt64 folder);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user