gtkRecentChooserGetUris {RGtk2} | R Documentation |
Gets the URI of the recently used resources.
gtkRecentChooserGetUris(object)
|
[GtkRecentChooser ] a GtkRecentChooser |
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
A list containing the following elements:
retval |
[character] A newly allocated, NULL terminated list of strings. |
|
[numeric] return location for a the length of the URI list, or NULL |
Derived by RGtkGen from GTK+ documentation