Skip to content

Commit

Permalink
[listview] Add missing code documentation param
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Mar 10, 2024
1 parent 58ff766 commit 97b25eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/widgets/listview.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97b25eb

Please sign in to comment.