RecentChooserT.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. Since 2.10

template RecentChooserT(TStruct)
string[]
getUris
()

Return Value

Type: string[]

A newly allocated, NULL-terminated array of strings. Use g_strfreev() to free it. [array length=length zero-terminated=1][transfer full]

Meta