X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=88ac0f08ba0cb460296e005186a3400c11e783c4;hb=8623383a4a085cda97f5f00b01d994d46890d77c;hp=4e79ab47b268ecb0212ec40162a7bc8b1f620a08;hpb=ae06a114724e713c7cc743f8ea792ca91f65c4d4;p=modest diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index 4e79ab4..88ac0f0 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -30,9 +30,12 @@ #ifndef __MODEST_UI_ACTIONS_H__ #define __MODEST_UI_ACTIONS_H__ -#include #include +#include +#include #include +#include +#include #include "modest-mail-operation.h" #include "modest-tny-send-queue.h" #include "modest-plugin-ui-actions.h" @@ -85,12 +88,14 @@ void modest_ui_actions_on_sort (GtkAction *action, ModestWindow *wi void modest_ui_actions_on_reply_all (GtkAction *action, ModestWindow *win); -void modest_ui_actions_on_next (GtkAction *action, ModestWindow *main_window); +void modest_ui_actions_on_next (GtkAction *action, ModestWindow *window); -void modest_ui_actions_on_prev (GtkAction *action, ModestWindow *main_window); +void modest_ui_actions_on_prev (GtkAction *action, ModestWindow *window); void modest_ui_actions_on_details (GtkAction *action, ModestWindow *win); +void modest_ui_actions_on_limit_error (GtkAction *action, ModestWindow *win); + gboolean modest_ui_actions_on_edit_mode_move_to (ModestWindow *win); void modest_ui_actions_on_move_to (GtkAction *action, ModestWindow *win); @@ -117,10 +122,11 @@ void modest_ui_actions_on_help (GtkAction *action, GtkWindow *win); **/ void modest_ui_actions_on_csm_help (GtkAction *action, GtkWindow *win); +#ifndef MODEST_TOOLKIT_HILDON2 /** * modest_ui_actions_toggle_folders_view: * @action: the #GtkAction - * @main_window: the #ModestMainWindow + * @window: the #ModestWindow * * this action switches between split view (with a folders pane at the * left) and simple view without the left pane with the folders and @@ -128,32 +134,35 @@ void modest_ui_actions_on_csm_help (GtkAction *action, GtkWindow *win); * generic code could be used also by the GNOME UI **/ void modest_ui_actions_toggle_folders_view (GtkAction *action, - ModestMainWindow *main_window); + ModestWindow *window); /** * modest_ui_actions_toggle_folders_view: * @action: the #GtkAction - * @main_window: the #ModestMainWindow + * @window: the #ModestWindow * * this action shows or hides the column titles of the header list * view. It also enables the two lines rendering for the treeview rows **/ void modest_ui_actions_toggle_header_list_view (GtkAction *action, - ModestMainWindow *main_window); + ModestWindow *window); /* Widget actions */ void modest_ui_actions_on_header_selected (ModestHeaderView *folder_view, TnyHeader *header, - ModestMainWindow *main_window); + ModestWindow *window); +#endif void modest_ui_actions_on_header_activated (ModestHeaderView *folder_view, TnyHeader *header, GtkTreePath *path, - ModestWindow *main_window); + ModestWindow *window); +#ifndef MODEST_TOOLKIT_HILDON2 void modest_ui_actions_on_folder_selection_changed (ModestFolderView *folder_view, TnyFolderStore *folder_store, gboolean selected, - ModestMainWindow *main_window); + ModestWindow *window); +#endif void modest_ui_actions_on_item_not_found (ModestHeaderView *header_view, ModestItemType type, @@ -174,6 +183,9 @@ void modest_ui_actions_on_msg_attachment_clicked (ModestMsgView *msgview, void modest_ui_actions_on_msg_recpt_activated (ModestMsgView *msgview, const gchar *address, ModestWindow *win); +gboolean modest_ui_actions_on_send_msg (ModestWindow *window, + TnyMsg *msg); + gboolean modest_ui_actions_on_send (GtkWidget *widget, ModestMsgEditWindow *edit_window); gboolean modest_ui_actions_on_save_to_drafts (GtkWidget *widget, @@ -260,7 +272,7 @@ void modest_ui_actions_on_send_receive (GtkAction *action, ModestWindow *win); void modest_ui_actions_on_new_folder (GtkAction *action, - ModestWindow *main_window); + ModestWindow *window); gboolean modest_ui_actions_on_edit_mode_rename_folder (ModestWindow *window); @@ -270,13 +282,15 @@ void modest_ui_actions_on_rename_folder (GtkAction *action, void modest_ui_actions_on_delete_folder (GtkAction *action, ModestWindow *window); +#ifndef MODEST_TOOLKIT_HILDON2 void modest_ui_actions_on_move_folder_to_trash_folder (GtkAction *action, - ModestMainWindow *main_window); + ModestWindow *window); +#endif void modest_ui_actions_on_password_requested (TnyAccountStore *account_store, const gchar* server_account_name, gchar **username, gchar **password, gboolean *cancel, - gboolean *remember, ModestMainWindow *main_window); + gboolean *remember, ModestWindow *window); void modest_ui_actions_on_undo (GtkAction *action, ModestWindow *window); @@ -541,12 +555,12 @@ void modest_ui_actions_compose_msg (ModestWindow *win, GSList *attachments, gboolean set_as_modified); -void modest_ui_actions_on_account_connection_error (GtkWindow *parent_window, +void modest_ui_actions_on_account_connection_error (ModestWindow *parent_window, TnyAccount *account); gchar *modest_ui_actions_get_msg_already_deleted_error_msg (ModestWindow *win); -void modest_ui_actions_transfer_messages_helper (GtkWindow *win, +void modest_ui_actions_transfer_messages_helper (ModestWindow *win, TnyFolder *src_folder, TnyList *headers, TnyFolder *dst_folder);