diff -r 4ff7361dce95 -r 9f66c31a27ed ui/ui/dnd.h --- a/ui/ui/dnd.h Wed Jan 31 19:15:41 2024 +0100 +++ b/ui/ui/dnd.h Thu Feb 01 19:45:17 2024 +0100 @@ -41,7 +41,7 @@ UIEXPORT void ui_selection_seturis(UiDnD *sel, char **uris, int nelm); UIEXPORT char* ui_selection_gettext(UiDnD *sel); -UIEXPORT char** ui_selection_geturis(UiDnD *sel, size_t *nelm); +UIEXPORT UiFileList ui_selection_geturis(UiDnD *sel); #ifdef __cplusplus