Lists all the selected files and subfolders in the current folder of chooser as GFile An internal function, see gtk_file_chooser_get_uris().
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().
2.14
Lists all the selected files and subfolders in the current folder of chooser as GFile An internal function, see gtk_file_chooser_get_uris().