FileChooserIF.listShortcutFolders

Queries the list of shortcut folders in the file chooser, as set by gtk_file_chooser_add_shortcut_folder().

interface FileChooserIF
listShortcutFolders
()

Return Value

Type: ListSG

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().

Meta