X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=dcb4f2e6454f022959030ab18bfa5986acbf98e4;hp=52dd6b2ffb185ba5472823ec7f3bf9487249f03f;hb=4d39841513a3a7f7aa9d38ab97cb9fcc9171e80b;hpb=f4e074e77b4245f6cc1ab12fd7ff45ef5515d992 diff --git a/src/modest-platform.h b/src/modest-platform.h index 52dd6b2..dcb4f2e 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -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: