get_uris


Description:

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

Lists all the selected files and subfolders in the current folder of this.

The returned names are full absolute URIs.

Parameters:

this

a FileChooser

Returns:

a SList containing the URIs of all selected files and subfolders in the current folder. Free the returned list with g_slist_free, and the filenames with g_free.