gtkRecentManagerGetItems {RGtk2}R Documentation

gtkRecentManagerGetItems

Description

Gets the list of recently used resources.

Usage

gtkRecentManagerGetItems(object)

Arguments

object [GtkRecentManager] a GtkRecentManager

Details

Since 2.10

Value

[list] a list of newly allocated GtkRecentInfo objects. Use gtkRecentInfoUnref on each item inside the list.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]