ui/common/types.h

branch
newapi
changeset 395
b8277deb75b8
parent 337
2904fba2708b
--- a/ui/common/types.h	Wed Nov 27 13:28:21 2024 +0100
+++ b/ui/common/types.h	Wed Nov 27 18:46:45 2024 +0100
@@ -58,6 +58,8 @@
 void uic_range_unbind(UiRange *r);
 void uic_list_unbind(UiList *l);
 void uic_generic_unbind(UiGeneric *g);
+
+void uic_list_register_observer_destructor(UiContext *ctx, UiList *list, UiObserver *observer);
   
 #ifdef	__cplusplus
 }

mercurial