FileChooserIF.listShortcutFolderUris

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

interface FileChooserIF
listShortcutFolderUris
()

Return Value

Type: ListSG

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

Meta