ui/common/types.h

branch
newapi
changeset 337
2904fba2708b
parent 215
1bd5534c395d
equal deleted inserted replaced
336:56c12f44c2d3 337:2904fba2708b
40 void uic_double_copy(UiDouble *from, UiDouble *to); 40 void uic_double_copy(UiDouble *from, UiDouble *to);
41 void uic_string_copy(UiString *from, UiString *to); 41 void uic_string_copy(UiString *from, UiString *to);
42 void uic_text_copy(UiText *from, UiText *to); 42 void uic_text_copy(UiText *from, UiText *to);
43 void uic_range_copy(UiRange *from, UiRange *to); 43 void uic_range_copy(UiRange *from, UiRange *to);
44 void uic_list_copy(UiList *from, UiList *to); 44 void uic_list_copy(UiList *from, UiList *to);
45 void uic_generic_copy(UiGeneric *from, UiGeneric *to);
45 46
46 void uic_int_save(UiInteger *i); 47 void uic_int_save(UiInteger *i);
47 void uic_double_save(UiDouble *d); 48 void uic_double_save(UiDouble *d);
48 void uic_string_save(UiString *s); 49 void uic_string_save(UiString *s);
49 void uic_text_save(UiText *t); 50 void uic_text_save(UiText *t);
50 void uic_range_save(UiRange *r); 51 void uic_range_save(UiRange *r);
52 void uic_generic_save(UiGeneric *g);
51 53
52 void uic_int_unbind(UiInteger *i); 54 void uic_int_unbind(UiInteger *i);
53 void uic_double_unbind(UiDouble *d); 55 void uic_double_unbind(UiDouble *d);
54 void uic_string_unbind(UiString *s); 56 void uic_string_unbind(UiString *s);
55 void uic_text_unbind(UiText *t); 57 void uic_text_unbind(UiText *t);
56 void uic_range_unbind(UiRange *r); 58 void uic_range_unbind(UiRange *r);
57 void uic_list_unbind(UiList *l); 59 void uic_list_unbind(UiList *l);
60 void uic_generic_unbind(UiGeneric *g);
58 61
59 #ifdef __cplusplus 62 #ifdef __cplusplus
60 } 63 }
61 #endif 64 #endif
62 65

mercurial