X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=606b3d9df5cdcb59870fa3910c751cba40dac620;hp=00f4010855a1f9f6a09cd0d5e1728adfc994ae0d;hb=004d9cc40cbfab9477b1d216f28fd5bf16cda7cb;hpb=a4e8821c4dd117ede537ab7d5a5fb9992dd62df5 diff --git a/src/modest-platform.h b/src/modest-platform.h index 00f4010..606b3d9 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -127,10 +127,11 @@ gboolean modest_platform_show_uri_popup (const gchar *uri); /** * modest_platform_get_icon: * @name: the name of the icon + * @size: the icon size, use MODEST_ICON_SMALL or MODEST_ICON_BIG * * this function returns an icon, or NULL in case of error */ -GdkPixbuf* modest_platform_get_icon (const gchar *name); +GdkPixbuf* modest_platform_get_icon (const gchar *name, guint icon_size); /** @@ -298,11 +299,13 @@ GtkWidget* modest_platform_get_global_settings_dialog (void); /** * modest_platform_on_new_headers_received: * @header_list: the list of new received headers + * @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 (TnyList *header_list, + gboolean show_visual); /** * modest_platform_show_help: @@ -337,6 +340,12 @@ void modest_platform_information_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, + const gchar *text, + gint timeout); + GtkWidget * modest_platform_animation_banner (GtkWidget *parent, const gchar *annimation_name, @@ -384,10 +393,11 @@ gboolean modest_platform_run_alert_dialog (const gchar* prompt, gboolean is_ques /** * modest_platform_remove_new_mail_notifications: + * @only_visuals: remove only the visual notifications (like LEDs) * * Removes all the active new mail notifications **/ -void modest_platform_remove_new_mail_notifications (void); +void modest_platform_remove_new_mail_notifications (gboolean only_visuals); /* ModestConnectedPerformer: * @canceled: whether or not the user canceled