--- a/ui/common/wrapper.h Tue Aug 19 21:14:00 2025 +0200 +++ b/ui/common/wrapper.h Wed Aug 20 16:59:53 2025 +0200 @@ -79,6 +79,9 @@ UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel); UIEXPORT void ui_list_selection_free(UiListSelection *sel); +UIEXPORT int ui_filelist_count(UiFileList *flist); +UIEXPORT char* ui_filelist_get(UiFileList *flist, int index); + #ifdef __cplusplus }