ui/motif/dnd.c

changeset 431
bb7da585debc
parent 406
0ebf9d7b23e8
equal deleted inserted replaced
169:fe49cff3c571 431:bb7da585debc
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "dnd.h" 29 #include "dnd.h"
30 30
31 void ui_selection_settext(UiSelection *sel, char *str, int len) {
32
33 }
34
35 void ui_selection_seturis(UiSelection *sel, char **uris, int nelm) {
36
37 }
38
39 char* ui_selection_gettext(UiSelection *sel) {
40
41 }
42
43 char** ui_selection_geturis(UiSelection *sel, size_t *nelm) {
44
45 }

mercurial