* Added code to handle fullscreen mode for the whole application
[modest] / src / modest-ui-actions.h
index 4756fe0..d043027 100644 (file)
@@ -151,22 +151,35 @@ void     modest_ui_actions_on_password_requested (TnyAccountStore *account_store
                                                  gchar **password,  gboolean *cancel, 
                                                  gboolean *remember, ModestMainWindow *main_window);
 
-void     modest_ui_actions_on_cut (GtkAction *action,
-                                  ModestWindow *window);
-void     modest_ui_actions_on_copy (GtkAction *action,
-                                   ModestWindow *window);
-void     modest_ui_actions_on_paste (GtkAction *action,
-                                    ModestWindow *window);
-void     modest_ui_actions_on_select_all (GtkAction *action,
-                                         ModestWindow *window);
-
-void     modest_ui_actions_on_change_zoom (GtkRadioAction *action,
-                                          GtkRadioAction *selected,
-                                          ModestWindow *window);
-
-void     modest_ui_actions_on_toggle_fullscreen    (GtkToggleAction *toggle,
-                                                   ModestWindow *window);
-
+void     modest_ui_actions_on_cut                      (GtkAction *action,
+                                                       ModestWindow *window);
+
+void     modest_ui_actions_on_copy                     (GtkAction *action,
+                                                       ModestWindow *window);
+
+void     modest_ui_actions_on_paste                    (GtkAction *action,
+                                                       ModestWindow *window);
+
+void     modest_ui_actions_on_select_all               (GtkAction *action,
+                                                       ModestWindow *window);
+
+/**
+ * modest_ui_actions_on_toggle_fullscreen:
+ * @action: the #GtkAction
+ * @window: the window that will be shown in fullscreen mode
+ * 
+ * puts a window in fullscreen mode
+ **/
+void     modest_ui_actions_on_toggle_fullscreen        (GtkAction *action,
+                                                       ModestWindow *window);
+
+void     modest_ui_actions_on_change_zoom              (GtkRadioAction *action,
+                                                       GtkRadioAction *selected,
+                                                       ModestWindow *window);
+
+void     modest_ui_actions_on_change_fullscreen        (GtkRadioAction *action,
+                                                       GtkRadioAction *selected,
+                                                       ModestWindow *window);
 
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */