make ui_list_free public

3 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 17 Feb 2025 22:17:21 +0100 (3 weeks ago)
changeset 467
08e0a66d3bd6
parent 466
7c78b0b8b77d
child 468
1f251c462f74

make ui_list_free public

ui/ui/toolkit.h file | annotate | diff | comparison | revisions
--- a/ui/ui/toolkit.h	Sun Feb 16 22:49:09 2025 +0100
+++ b/ui/ui/toolkit.h	Mon Feb 17 22:17:21 2025 +0100
@@ -534,6 +534,7 @@
 
 
 UIEXPORT UiList* ui_list_new(UiContext *ctx, char *name);
+UIEXPORT void ui_list_free(UiList *list);
 UIEXPORT void* ui_list_first(UiList *list);
 UIEXPORT void* ui_list_next(UiList *list);
 UIEXPORT void* ui_list_get(UiList *list, int i);

mercurial