GLib.BookmarkFile.prototype.add_group
function add_group(uri: String, group: String): void { // Gjs wrapper for g_bookmark_file_add_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.
Since 2.12
- uri
a valid URI
- group
the group name to be added