gtkRecentChooserGetUris {RGtk2}R Documentation

gtkRecentChooserGetUris

Description

Gets the URI of the recently used resources.

Usage

gtkRecentChooserGetUris(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 the returned list is NULL terminated, length may be NULL.

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 a the length of the URI list, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]