GLib.BookmarkFile.prototype.remove_group

function remove_group(uri: String, group: String): Boolean {
    // Gjs wrapper for g_bookmark_file_remove_group()
}
  

Removes group from the list of groups to which the bookmark for uri belongs to.

In the event the URI cannot be found, false is returned and @error is set to #G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND. In the event no group was defined, false is returned and @error is set to #G_BOOKMARK_FILE_ERROR_INVALID_VALUE.

Since 2.12

uri

a valid URI

group

the group name to be removed

Returns

true if group was successfully removed.