From 97b25ebd832f38f0a0c8545149121fa43accec0a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 10 Mar 2024 11:50:39 +0100 Subject: [PATCH] [listview] Add missing code documentation param --- include/widgets/listview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/widgets/listview.h b/include/widgets/listview.h index 1b22dbf48..9fee5b52a 100644 --- a/include/widgets/listview.h +++ b/include/widgets/listview.h @@ -95,6 +95,7 @@ typedef void (*listview_page_changed_cb)(void); * @param parent The widget's parent. * @param name The name of the to be created widget. * @param cb The update callback. + * @param page_cb The page change callback. * @param udata The user data to pass to the callback * @param eh The height of one element * @param reverse Reverse the listview order.