I got the file list function applied but now i´m having issues with piping the data into my selection menu ... Code: .... while(info) { data->items = g_file_info_get_name(info); info = g_file_enumerator_next_file(files, NULL, NULL); } ....
.... while(info) { data->items = g_file_info_get_name(info); info = g_file_enumerator_next_file(files, NULL, NULL); } ....