--- a/ui/common/types.h Mon Jun 16 21:41:55 2025 +0200 +++ b/ui/common/types.h Fri Jun 20 12:01:08 2025 +0200 @@ -34,8 +34,9 @@ #ifdef __cplusplus extern "C" { #endif - - + +void uic_ucx_list_init(UiContext *ctx, UiList *list); + void uic_int_copy(UiInteger *from, UiInteger *to); void uic_double_copy(UiDouble *from, UiDouble *to); void uic_string_copy(UiString *from, UiString *to);