diff options
Diffstat (limited to 'inc/cluster_view.h')
-rwxr-xr-x | inc/cluster_view.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/cluster_view.h b/inc/cluster_view.h index b49fd71..763c4b4 100755 --- a/inc/cluster_view.h +++ b/inc/cluster_view.h @@ -40,8 +40,11 @@ void cluster_view_lang_changed(homescreen_view_t view_type); view_state_t cluster_view_get_state(void); bool cluster_view_set_state(view_state_t state); void cluster_view_delete_widget(widget_data_t *item); -bool cluster_view_add_widget(widget_data_t *item, bool scroll); +bool cluster_view_add_widget(widget_data_t *item, bool scroll, bool show_popup); void cluster_view_edit_on_done(cluster_page_t *page); void cluster_view_get_access_object_list(Eina_List **list); +void __cluster_view_init_cluster_data(void); +void __cluster_view_create_cluster(void); + #endif /* __CLUSTER_VIEW_H__ */ |