gtkRecentChooserGetItems {RGtk2} | R Documentation |
Gets the list of recently used resources in form of GtkRecentInfo
objects.
gtkRecentChooserGetItems(object)
|
[GtkRecentChooser ] a GtkRecentChooser |
The return value of this function is affected by the "sort-type" and
"limit" properties of chooser
.
Since 2.10
[list] A newly allocated list of GtkRecentInfo
objects. You should
use gtkRecentInfoUnref
on every item of the list.
Derived by RGtkGen from GTK+ documentation