FileChooser.listShortcutFolders

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

interface FileChooser
string[]
listShortcutFolders
()

Return Value

Type: string[]

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