remove_group
Description:
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 throws is set to g_bookmark_file_error_uri_not_found. In the event no group was defined, false is returned and throws is set to g_bookmark_file_error_invalid_value .
Parameters:
this | |
uri |
a valid URI |
group |
the group name to be removed |
Returns:
true if |