FileChooserT.getFiles

Lists all the selected files and subfolders in the current folder of chooser as #GFile. An internal function, see gtk.file_chooser.FileChooser.getUris.

template FileChooserT()
override
getFiles
()

Return Value

Type: gio.file.File[]

a #GSList containing a #GFile for each selected file and subfolder in the current folder. Free the returned list with glib.slist.SList.free, and the files with gobject.object.ObjectWrap.unref.