Method
Gtk.RecentInfo.get_groups
Declaration [src]
char**
gtk_recent_info_get_groups (
GtkRecentInfo* info,
gsize* length
)
Description [src]
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
.