get_groups


Description:

[ CCode ( array_length_type = "gsize" ) ]
public string[] get_groups (string uri) throws BookmarkFileError

Retrieves the list of group names of the bookmark for uri.

In the event the URI cannot be found, null is returned and throws is set to g_bookmark_file_error_uri_not_found.

The returned array is null terminated, so return.length may optionally be null.

Parameters:

this

a BookmarkFile

uri

a valid URI

length

return location for the length of the returned string, or null

Returns:

a newly allocated null-terminated array of group names. Use strfreev to free it.