gtkFileChooserListShortcutFolders {RGtk2} | R Documentation |
Queries the list of shortcut folders in the file chooser, as set by
gtkFileChooserAddShortcutFolder
.
gtkFileChooserListShortcutFolders(object)
|
[GtkFileChooser ] a GtkFileChooser |
Since 2.4
[list] A list of folder filenames, or NULL
if there are no shortcut
folders. Free the returned list with g\Slist\Free()
, and the filenames with
g\Free()
.
Derived by RGtkGen from GTK+ documentation