list_shortcut_folder_uris


Description:

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

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

Parameters:

this

a FileChooser

Returns:

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