FileChooserIF.getUris

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

interface FileChooserIF
getUris
()

Return Value

Type: ListSG

a GSList 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(). [element-type utf8][transfer full utf8]

Meta