Method

GntFileSelget_selected_multi_files

Declaration [src]

GList*
gnt_file_sel_get_selected_multi_files (
  GntFileSel* sel
)

Description [src]

Get the list of selected files in the selector.

Return value

Type: A list of filename

A list of paths for the selected files. The caller must g_free() the contents of the list, and g_list_free() the list.

The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a file system path, using the OS encoding.