ui/ui/dnd.h

branch
newapi
changeset 243
9f66c31a27ed
parent 224
88bc21b19213
--- 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

mercurial