get_uris
Description:
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 | |
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. |