gtkRecentInfoGetGroups {RGtk2} | R Documentation |
Returns all groups registered for the recently used item info
. The
array of returned group names will be NULL
terminated, so length might
optionally be NULL
.
gtkRecentInfoGetGroups(object)
|
[GtkRecentInfo ] a GtkRecentInfo |
Since 2.10
A list containing the following elements:
retval |
[character] a newly allocated NULL terminated list of strings. |
|
[numeric] return location for the number of groups returned, or NULL |
Derived by RGtkGen from GTK+ documentation