BookmarkFile.getUris

Returns all URIs of the bookmarks in the bookmark file bookmark. The array of returned URIs will be NULL-terminated, so length may optionally be NULL. Since 2.12

class BookmarkFile
string[]
getUris

Parameters

length gsize

return location for the number of returned URIs, or NULL

Return Value

Type: string[]

a newly allocated NULL-terminated array of strings. Use g_strfreev() to free it.

Meta