ui/common/types.h

changeset 631
5d745e140ee7
parent 629
0385a450c2a6
child 902
6872b59217a7
equal deleted inserted replaced
630:998a4c096b4b 631:5d745e140ee7
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 void uic_ucx_list_init(UiContext *ctx, UiList *list); 38 void uic_ucx_list_init(UiContext *ctx, UiList *list, void *unused);
39 39
40 void uic_int_copy(UiInteger *from, UiInteger *to); 40 void uic_int_copy(UiInteger *from, UiInteger *to);
41 void uic_double_copy(UiDouble *from, UiDouble *to); 41 void uic_double_copy(UiDouble *from, UiDouble *to);
42 void uic_string_copy(UiString *from, UiString *to); 42 void uic_string_copy(UiString *from, UiString *to);
43 void uic_text_copy(UiText *from, UiText *to); 43 void uic_text_copy(UiText *from, UiText *to);

mercurial