summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 48dd736d00..12f88174d3 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -142,7 +142,8 @@ extern void gui_synclist_init(
142 list_get_name callback_get_item_name, 142 list_get_name callback_get_item_name,
143 void * data, 143 void * data,
144 bool scroll_all, 144 bool scroll_all,
145 int selected_size 145 int selected_size,
146 struct viewport parent[NB_SCREENS] /* NOTE: new screens should NOT set this to NULL */
146 ); 147 );
147extern void gui_synclist_set_nb_items(struct gui_synclist * lists, int nb_items); 148extern void gui_synclist_set_nb_items(struct gui_synclist * lists, int nb_items);
148extern void gui_synclist_set_icon_callback(struct gui_synclist * lists, list_get_icon icon_callback); 149extern void gui_synclist_set_icon_callback(struct gui_synclist * lists, list_get_icon icon_callback);