list_shortcut_folders


Description:

[ Version ( since = "2.4" ) ]
public SList<string>? list_shortcut_folders ()

Queries the list of shortcut folders in the file chooser, as set by add_shortcut_folder.

Parameters:

this

a FileChooser

Returns:

A list of folder filenames, or null if there are no shortcut folders. Free the returned list with g_slist_free, and the filenames with g_free.