X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-msg-view.h;h=0ee8b1caebb5e6883b7c252072ba11f6f1339fb0;hb=e5c4ad03681b448912adaf378dc31d77c70b9ce2;hp=f59080df09ac4453faca1640242430f3bb299fce;hpb=9f87d07abb73d4a1d882637b57202ed1e68b49f3;p=modest diff --git a/src/widgets/modest-msg-view.h b/src/widgets/modest-msg-view.h index f59080d..0ee8b1c 100644 --- a/src/widgets/modest-msg-view.h +++ b/src/widgets/modest-msg-view.h @@ -68,6 +68,7 @@ struct _ModestMsgViewIface { TnyList * (*get_attachments_func) (ModestMsgView *self); void (*grab_focus_func) (ModestMsgView *self); void (*remove_attachment_func) (ModestMsgView *view, TnyMimePart *attachment); + void (*set_branding_func) (ModestMsgView *view, const gchar *brand_name, const GdkPixbuf *brand_icon); /* signals */ void (*set_scroll_adjustments) (ModestMsgView *msg_view, @@ -86,6 +87,7 @@ struct _ModestMsgViewIface { void (*request_fetch_images_func) (ModestMsgView *msgview); gboolean (*has_blocked_external_images_func) (ModestMsgView *msgview); + void (*limit_error) (ModestMsgView *msgview); }; @@ -113,6 +115,7 @@ TnyList *modest_msg_view_get_selected_attachments (ModestMsgView *self); TnyList *modest_msg_view_get_attachments (ModestMsgView *self); void modest_msg_view_grab_focus (ModestMsgView *self); void modest_msg_view_remove_attachment (ModestMsgView *view, TnyMimePart *attachment); +void modest_msg_view_set_branding (ModestMsgView *view, const gchar *brand_name, const GdkPixbuf *brand_icon); void modest_msg_view_set_view_images (ModestMsgView *view, gboolean view_images); void modest_msg_view_request_fetch_images (ModestMsgView *view); gboolean modest_msg_view_has_blocked_external_images (ModestMsgView *view);