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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 636d36c318..1a713daa36 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -145,6 +145,7 @@ extern void gui_synclist_init(
145extern void gui_synclist_set_nb_items(struct gui_synclist * lists, int nb_items); 145extern void gui_synclist_set_nb_items(struct gui_synclist * lists, int nb_items);
146extern void gui_synclist_set_icon_callback(struct gui_synclist * lists, list_get_icon icon_callback); 146extern void gui_synclist_set_icon_callback(struct gui_synclist * lists, list_get_icon icon_callback);
147extern void gui_synclist_set_voice_callback(struct gui_synclist * lists, list_speak_item voice_callback); 147extern void gui_synclist_set_voice_callback(struct gui_synclist * lists, list_speak_item voice_callback);
148extern void gui_synclist_set_viewport_defaults(struct viewport *vp, enum screen_type screen);
148#ifdef HAVE_LCD_COLOR 149#ifdef HAVE_LCD_COLOR
149extern void gui_synclist_set_color_callback(struct gui_synclist * lists, list_get_color color_callback); 150extern void gui_synclist_set_color_callback(struct gui_synclist * lists, list_get_color color_callback);
150#endif 151#endif