gtkRecentInfoGetGroups {RGtk2}R Documentation

gtkRecentInfoGetGroups

Description

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.

Usage

gtkRecentInfoGetGroups(object)

Arguments

object [GtkRecentInfo] a GtkRecentInfo

Details

Since 2.10

Value

A list containing the following elements:

retval [character] a newly allocated NULL terminated list of strings.
length [numeric] return location for the number of groups returned, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]