FileChooserT.getFiles

Lists all the selected files and subfolders in the current folder of chooser as GFile. An internal function, see gtk_file_chooser_get_uris(). Since 2.14

template FileChooserT(TStruct)
ListSG
getFiles
()

Return Value

Type: ListSG

a GSList containing a GFile for each selected file and subfolder in the current folder. Free the returned list with g_slist_free(), and the files with g_object_unref(). [element-type GFile][transfer full]

Meta