RecentChooser.getUris

string[] getUris()

Gets the URI of the recently used resources.

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

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

Returns

A newly allocated, null-terminated array of strings. Use

[glib.global.strfreev] to free it.