ui/motif/dnd.c

branch
newapi
changeset 178
7c3ff86ee9d4
parent 176
bc63cb601f6d
child 406
0ebf9d7b23e8
equal deleted inserted replaced
177:e79a60b3a7cb 178:7c3ff86ee9d4
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