Warning
gtk_file_selection_get_selections is deprecated and should not be used in newly-written code.
Retrieves the list of file selections the user has made in the dialog box.
This function is intended for use when the user can select multiple files
in the file list.
The filenames are in the GLib file name encoding. To convert to
UTF-8, call g_filename_to_utf8() on each string.
Warning gtk_file_selection_get_selections is deprecated and should not be used in newly-written code. Retrieves the list of file selections the user has made in the dialog box. This function is intended for use when the user can select multiple files in the file list. The filenames are in the GLib file name encoding. To convert to UTF-8, call g_filename_to_utf8() on each string.