Add support for setting brand images in message view widgets
[modest] / src / widgets / modest-mozembed-msg-view.h
index acd22d4..9ca947e 100644 (file)
@@ -97,6 +97,7 @@ struct _ModestMozembedMsgViewClass {
        void (*grab_focus_func) (ModestMsgView *self);
        void (*remove_attachment_func) (ModestMsgView *view, TnyMimePart *attachment);
        void (*request_fetch_images_func) (ModestMsgView *view);
+       void (*set_branding_func) (ModestMsgView *view, const gchar *brand_name, const GdkPixbuf *brand_icon);
        gboolean (*has_blocked_external_images_func) (ModestMsgView *view);
 
        void (*set_scroll_adjustments) (ModestMozembedMsgView *msg_view, GtkAdjustment *hadj, GtkAdjustment *vadj);