X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=dcb4f2e6454f022959030ab18bfa5986acbf98e4;hp=8ce6607088d757987d66944821094073baec2f08;hb=dc8f54614842e26487dcf6e598aa359febec6281;hpb=92e848e6267ce480ca81a2cba034375ce04d3756 diff --git a/src/modest-platform.h b/src/modest-platform.h index 8ce6607..dcb4f2e 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); /** @@ -346,6 +346,10 @@ void modest_platform_information_banner (GtkWidget *widget, const gchar *icon_name, const gchar *text); +void modest_platform_system_banner (GtkWidget *widget, + const gchar *icon_name, + const gchar *text); + /* Timeout is in miliseconds */ void modest_platform_information_banner_with_timeout (GtkWidget *parent, const gchar *icon_name, @@ -519,11 +523,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: