gtkFileChooserListShortcutFolderUris {RGtk2}R Documentation

gtkFileChooserListShortcutFolderUris

Description

Queries the list of shortcut folders in the file chooser, as set by gtkFileChooserAddShortcutFolderUri.

Usage

gtkFileChooserListShortcutFolderUris(object)

Arguments

object [GtkFileChooser] a GtkFileChooser

Details

Since 2.4

Value

[list] A list of folder URIs, or NULL if there are no shortcut folders. Free the returned list with g\Slist\Free(), and the URIs with g\Free().

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]