X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=f3e5404bcad89848e98c9f460c3a0416058be01b;hp=36752bd8ab9b7923c4a55bb0e31ac4f1753cd7df;hb=059f215cec94c21c941a925b521f6c4bef640550;hpb=5c10a6a7b752651d4700639f7ee3139a2476dbe0 diff --git a/src/modest-platform.h b/src/modest-platform.h index 36752bd..f3e5404 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); /**