2007-06-10 Johannes Schmid <johannes.schmid@openismus.com>
[modest] / src / modest-ui-actions.h
index 7444cb7..69b4784 100644 (file)
@@ -56,6 +56,8 @@ void     modest_ui_actions_on_add_to_contacts   (GtkAction *action, ModestWindow
 
 void     modest_ui_actions_on_select_contacts (GtkAction *action, ModestMsgEditWindow *win);
 
+void     modest_ui_actions_on_open_addressbook (GtkAction *action, ModestWindow *win);
+
 void     modest_ui_actions_on_check_names (GtkAction *action, ModestMsgEditWindow *win);
 
 void     modest_ui_actions_on_new_msg       (GtkAction *action, ModestWindow *win);
@@ -375,5 +377,15 @@ void     modest_ui_actions_move_folder_error_handler      (ModestMailOperation *
 void     modest_ui_actions_on_search_messages             (GtkAction *action,
                                                           ModestWindow *window);
 
+/**
+ * modest_ui_actions_on_find_in_page:
+ * @action: a #GtkToggleAction
+ * @window: a #ModestWindow
+ *
+ * Toggles the visibility of the find in page toolbar
+ **/
+void     modest_ui_actions_on_toggle_find_in_page             (GtkToggleAction *action,
+                                                              ModestWindow *window);
+
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */