Gtk.FileChooser.prototype.list_shortcut_folder_uris

function list_shortcut_folder_uris():[String] {
    // Gjs wrapper for gtk_file_chooser_list_shortcut_folder_uris()
}

Queries the list of shortcut folders in the file chooser, as set by Gtk.FileChooser.prototype.add_shortcut_folder_uri.

Since 2.4

Returns

A list of folder URIs, or null if there are no shortcut folders. Free the returned list with GLib.free, and the URIs with GLib.free.