get_filenames


Description:

[ Version ( since = "2.4" ) ]
public SList<string> get_filenames ()

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

The returned names are full absolute paths. If files in the current folder cannot be represented as local filenames they will be ignored. (See get_uris)

Parameters:

this

a FileChooser

Returns:

a SList containing the filenames of all selected files and subfolders in the current folder. Free the returned list with g_slist_free, and the filenames with g_free.