X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=89679f595a48c151da3737077af939de9de482b5;hp=dce58d258a418aa782ceff41caebac6b5725d784;hb=955ef254370f3fcd1b1da15178cdf91086716087;hpb=144144517f2d7ee5e19a7fe16bf48a9448a5cff6 diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index dce58d2..89679f5 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -94,7 +94,7 @@ void modest_ui_actions_on_settings (GtkAction *action, ModestWindow *wi * * Shows the help dialog **/ -void modest_ui_actions_on_help (GtkAction *action, ModestWindow *win); +void modest_ui_actions_on_help (GtkAction *action, GtkWindow *win); /** * modest_ui_actions_toggle_folders_view: @@ -444,18 +444,6 @@ gboolean modest_ui_actions_msg_retrieval_check (ModestMailOperati void modest_ui_actions_get_msgs_full_error_handler (ModestMailOperation *mail_op, gpointer user_data); -/** A convenience method, because deleting a message is - * otherwise complicated, and it's best to change it in one place - * when we change it. - **/ -void modest_do_message_delete (TnyHeader *header, ModestWindow *win); - -/** A convenience method, because deleting a message is - * otherwise complicated, and it's best to change it in one place - * when we change it. - **/ -void modest_do_messages_delete (TnyList *headers, ModestWindow *win); - /* Show the account creation wizard dialog. * returns: TRUE if an account was created. FALSE if the user cancelled. */ @@ -497,13 +485,16 @@ void modest_ui_actions_on_send_queue_status_changed (ModestTnySendQueue *send_qu * @param body_str Body of the message (without signature), or NULL * @param attachments List of file URIs to attach */ -void modest_ui_actions_compose_msg(ModestWindow *win, - const gchar *to_str, - const gchar *cc_str, - const gchar *bcc_str, - const gchar *subject_str, - const gchar *body_str, - GSList *attachments); +void modest_ui_actions_compose_msg (ModestWindow *win, + const gchar *to_str, + const gchar *cc_str, + const gchar *bcc_str, + const gchar *subject_str, + const gchar *body_str, + GSList *attachments); + +void modest_ui_actions_on_account_connection_error (GtkWindow *parent_window, + TnyAccount *account); G_END_DECLS #endif /* __MODEST_UI_ACTIONS_H__ */