BookmarkFile.addGroup
void addGroup(string uri, string group)Adds group to the list of groups to which the bookmark for uri belongs to.
If no bookmark for uri is found then it is created.
Parameters
uri | a valid URI |
group | the group name to be added |
void addGroup(string uri, string group)Adds group to the list of groups to which the bookmark for uri belongs to.
If no bookmark for uri is found then it is created.
uri | a valid URI |
group | the group name to be added |