get_uris


Description:

public string[] get_uris ()

Gets the URI of the recently used resources.

The return value of this function is affected by the “sort-type” and “limit” properties of this .

Since the returned array is null terminated, return.length may be null.

Parameters:

this

a RecentChooser

length

return location for a the length of the URI list, or null

Returns:

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