FileChooser.listShortcutFolderUris

Queries the list of shortcut folders in the file chooser, as set by gtk.file_chooser.FileChooser.addShortcutFolderUri.

interface FileChooser
string[]
listShortcutFolderUris
()

Return Value

Type: string[]

A list of folder URIs, or null if there are no shortcut folders. Free the returned list with glib.slist.SList.free, and the URIs with glib.global.gfree.