FileChooser.getFiles

gio.file.File[] 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.

Returns

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.