FileChooser.getUris

string[] getUris()

Lists all the selected files and subfolders in the current folder of chooser. The returned names are full absolute URIs.

Returns

a #GSList containing the URIs of all selected

files and subfolders in the current folder. Free the returned list with [glib.slist.SList.free], and the filenames with [glib.global.gfree].