get_files


Description:

[ Version ( since = "2.14" ) ]
public SList<File> get_files ()

Lists all the selected files and subfolders in the current folder of this as File.

An internal function, see get_uris.

Parameters:

this

a FileChooser

Returns:

a SList containing a File for each selected file and subfolder in the current folder. Free the returned list with g_slist_free, and the files with unref.