has_group


Description:

public bool has_group (string uri, string group) throws BookmarkFileError

Checks whether group appears in 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.

Parameters:

this

a BookmarkFile

uri

a valid URI

group

the group name to be searched

Returns:

true if group was found.