ui/gtk/dnd.c

branch
newapi
changeset 253
087cc9216f28
parent 174
0358f1d9c506
equal deleted inserted replaced
252:7d176764756d 253:087cc9216f28
53 } 53 }
54 #define gtk_selection_data_set_uris selection_data_set_uris 54 #define gtk_selection_data_set_uris selection_data_set_uris
55 #define gtk_selection_data_get_uris selection_data_get_uris 55 #define gtk_selection_data_get_uris selection_data_get_uris
56 #endif 56 #endif
57 57
58 /*
58 void ui_selection_settext(UiSelection *sel, char *str, int len) { 59 void ui_selection_settext(UiSelection *sel, char *str, int len) {
59 // TODO: handle error? 60 // TODO: handle error?
60 gtk_selection_data_set_text(sel->data, str, len); 61 gtk_selection_data_set_text(sel->data, str, len);
61 } 62 }
62 63
97 g_strfreev(uris); 98 g_strfreev(uris);
98 return array; 99 return array;
99 } 100 }
100 return NULL; 101 return NULL;
101 } 102 }
103 */

mercurial