gtkRecentChooserGetUris: gtkRecentChooserGetUris
Description
Gets the URI of the recently used resources.Usage
gtkRecentChooserGetUris(object)
Value
A list containing the following elements:
- retval
- [character] A newly allocated,
NULL
terminated list of strings. length
- return location for a the length of the URI list, or
NULL
. [ allow-none ]
Details
The return value of this function is affected by the "sort-type" and "limit"
properties of chooser
.
Since the returned list is NULL
terminated, length
may be NULL
.
Since 2.10