GLib.BookmarkFile.prototype.get_uris

function get_uris(): [return_value: Array(String), length: Number(gsize)] {
    // Gjs wrapper for g_bookmark_file_get_uris()
}
  

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

return_value

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

length

return location for the number of returned URIs, or null