ui/motif/dnd.c

branch
newapi
changeset 176
bc63cb601f6d
parent 153
ee49d1852a5f
equal deleted inserted replaced
175:2cb06c231057 176:bc63cb601f6d
35 void ui_selection_seturis(UiSelection *sel, char **uris, int nelm) { 35 void ui_selection_seturis(UiSelection *sel, char **uris, int nelm) {
36 36
37 } 37 }
38 38
39 char* ui_selection_gettext(UiSelection *sel) { 39 char* ui_selection_gettext(UiSelection *sel) {
40 40 return NULL;
41 } 41 }
42 42
43 char** ui_selection_geturis(UiSelection *sel, size_t *nelm) { 43 char** ui_selection_geturis(UiSelection *sel, size_t *nelm) {
44 44 return NULL;
45 } 45 }

mercurial