FileChooser.listShortcutFolders

string[] listShortcutFolders()

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

Returns

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].