RecentChooser.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.

interface RecentChooser
string[]
getUris
()

Return Value

Type: string[]

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