ui/ui/dnd.h

branch
newapi
changeset 224
88bc21b19213
parent 147
2e384acc89a6
child 243
9f66c31a27ed
equal deleted inserted replaced
223:8d7ca1b320e2 224:88bc21b19213
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 #define UI_DND_FILE_TARGET "XdndDirectSave0" 38 #define UI_DND_FILE_TARGET "XdndDirectSave0"
39 39
40 void ui_selection_settext(UiSelection *sel, char *str, int len); 40 UIEXPORT void ui_selection_settext(UiDnD *sel, char *str, int len);
41 void ui_selection_seturis(UiSelection *sel, char **uris, int nelm); 41 UIEXPORT void ui_selection_seturis(UiDnD *sel, char **uris, int nelm);
42 42
43 char* ui_selection_gettext(UiSelection *sel); 43 UIEXPORT char* ui_selection_gettext(UiDnD *sel);
44 char** ui_selection_geturis(UiSelection *sel, size_t *nelm); 44 UIEXPORT char** ui_selection_geturis(UiDnD *sel, size_t *nelm);
45 45
46 46
47 #ifdef __cplusplus 47 #ifdef __cplusplus
48 } 48 }
49 #endif 49 #endif

mercurial