Method

GtkFileChooserget_uris

since: 2.4

Declaration [src]

GSList*
gtk_file_chooser_get_uris (
  GtkFileChooser* chooser
)

Description [src]

Lists all the selected files and subfolders in the current folder of chooser. The returned names are full absolute URIs.

Available since: 2.4

Return value

Type: A list of utf8

A GSList containing the URIs of all selected files and subfolders in the current folder. Free the returned list with g_slist_free(), and the filenames with g_free().

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.