gtkRecentChooserGetItems {RGtk2}R Documentation

gtkRecentChooserGetItems

Description

Gets the list of recently used resources in form of GtkRecentInfo objects.

Usage

gtkRecentChooserGetItems(object)

Arguments

object [GtkRecentChooser] a GtkRecentChooser

Details

The return value of this function is affected by the "sort-type" and "limit" properties of chooser.

Since 2.10

Value

[list] A newly allocated list of GtkRecentInfo objects. You should use gtkRecentInfoUnref on every item of the list.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]