Method
GntFileSelget_selected_multi_files
Declaration [src]
GList*
gnt_file_sel_get_selected_multi_files (
GntFileSel* sel
)
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. |