ui/common/types.h

changeset 902
6872b59217a7
parent 631
5d745e140ee7
equal deleted inserted replaced
901:884d70e847a3 902:6872b59217a7
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, void *unused); 38 void uic_ucx_list_init(UiContext *ctx, UiList *list, void *unused);
39 void uic_ucx_list_destroy(UiContext *ctx, UiList *list, void *unused);
39 40
40 void uic_int_copy(UiInteger *from, UiInteger *to); 41 void uic_int_copy(UiInteger *from, UiInteger *to);
41 void uic_double_copy(UiDouble *from, UiDouble *to); 42 void uic_double_copy(UiDouble *from, UiDouble *to);
42 void uic_string_copy(UiString *from, UiString *to); 43 void uic_string_copy(UiString *from, UiString *to);
43 void uic_text_copy(UiText *from, UiText *to); 44 void uic_text_copy(UiText *from, UiText *to);

mercurial