get_uris


Description:

[ CCode ( array_length_type = "gsize" ) ]
public string[] get_uris ()

Returns all URIs of the bookmarks in the bookmark file this.

The array of returned URIs will be null-terminated, so return.length may optionally be null.

Parameters:

this

a BookmarkFile

length

return location for the number of returned URIs, or null

Returns:

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