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 returned data, and is responsible for freeing it. |
| Each element is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows. |