--- a/ui/common/wrapper.h Thu Jun 04 19:22:54 2026 +0200 +++ b/ui/common/wrapper.h Thu Jun 04 19:59:58 2026 +0200 @@ -49,6 +49,8 @@ UIEXPORT void* ui_list_get_data(UiList *list); UIEXPORT void* ui_list_get_iter(UiList *list); UIEXPORT void ui_list_set_iter(UiList *list, void *iter); +UIEXPORT void ui_list_set_save_selection(UiList *list, UiBool value); +UIEXPORT UiBool ui_list_get_save_selection(UiList *list); UIEXPORT UiSubList* ui_sublist_new(void); UIEXPORT void ui_sublist_set_value(UiSubList *sublist, UiList *value); @@ -82,11 +84,9 @@ UIEXPORT int ui_event_get_int(UiEvent *event); UIEXPORT int ui_event_get_set(UiEvent *event); -UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list); UIEXPORT int ui_list_selection_get_count(UiListSelection *sel); UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); UIEXPORT void ui_list_set_selected_indices(UiList *list, int *indices, int num); -UIEXPORT void ui_list_selection_free(UiListSelection *sel); UIEXPORT int ui_text_change_event_get_type(UiTextChangeEventData *event); UIEXPORT int ui_text_change_event_get_begin(UiTextChangeEventData *event);