Gtk.RecentChooser.prototype.get_uris
function get_uris():[String] {
// Gjs wrapper for gtk_recent_chooser_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 chooser.
Since the returned array is null terminated, length may be null.
Since 2.10
- Returns
A newly allocated, null-terminated array of strings. Use GLib.strfreev to free it.