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); |
58 |
60 void uic_generic_unbind(UiGeneric *g); |
|
61 |
|
62 void uic_list_register_observer_destructor(UiContext *ctx, UiList *list, UiObserver *observer); |
|
63 |
59 #ifdef __cplusplus |
64 #ifdef __cplusplus |
60 } |
65 } |
61 #endif |
66 #endif |
62 |
67 |
63 #endif /* UIC_TYPES_H */ |
68 #endif /* UIC_TYPES_H */ |