X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-platform.h;h=f3e5404bcad89848e98c9f460c3a0416058be01b;hb=fbf4774e354d0e1a248055c995d6c990ff6cfc83;hp=8ce6607088d757987d66944821094073baec2f08;hpb=92e848e6267ce480ca81a2cba034375ce04d3756;p=modest diff --git a/src/modest-platform.h b/src/modest-platform.h index 8ce6607..f3e5404 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -46,7 +46,7 @@ typedef enum _ModestConfirmationDialogType { typedef enum _ModestConnectedVia { MODEST_CONNECTED_VIA_WLAN_OR_WIMAX = 1, - MODEST_CONNECTED_VIA_ANY, + MODEST_CONNECTED_VIA_ANY = 2, } ModestConnectedVia; #define MODEST_GTK_RESPONSE_NEW_FOLDER 1 @@ -304,13 +304,13 @@ void modest_platform_push_email_notification(void); /** * modest_platform_on_new_headers_received: - * @header_list: the list of new received headers + * @header_list: a list of #ModestMsgNotificationData * @show_visual: adds a visual notification * * Performs the required actions when new headers are * received. Tipically it's useful for showing new email notifications **/ -void modest_platform_on_new_headers_received (TnyList *header_list, +void modest_platform_on_new_headers_received (GList *URI_list, gboolean show_visual); /** @@ -519,11 +519,15 @@ void modest_platform_run_folder_details_dialog (GtkWindow *parent_window, * modest_platform_run_header_details_dialog: * @parent_window: the parent #GtkWindow for the new dialog * @header: the #TnyHeader whose details will be shown + * @async_get_size: %TRUE if size is obtained asynchronously from @msg + * @msg: a #TnyMsg * * Shows the header details dialog **/ void modest_platform_run_header_details_dialog (GtkWindow *parent_window, - TnyHeader *header); + TnyHeader *header, + gboolean async_get_size, + TnyMsg *msg); /** * modest_platform_on_runtime_initialized: