Improved the output of modest_mail_operation_to_string
[modest] / src / widgets / modest-mail-header-view.h
index 32aa9f2..992a180 100644 (file)
@@ -54,6 +54,9 @@ struct _ModestMailHeaderViewIface {
                                               GtkWidget *custom_widget,
                                               gboolean with_expander,
                                               gboolean start);
+       void (*set_loading) (ModestMailHeaderView *self, gboolean is_loading);
+       gboolean (*get_loading) (ModestMailHeaderView *self);
+       void (*set_branding) (ModestMailHeaderView *self, const gchar *brand_name, const GdkPixbuf *brand_icon);
        
        /* signals */
        void (*show_details) (ModestMailHeaderView *msgview,
@@ -80,6 +83,9 @@ const GtkWidget *modest_mail_header_view_add_custom_header (ModestMailHeaderView
                                                            GtkWidget *custom_widget,
                                                            gboolean with_expander,
                                                            gboolean start);
+void modest_mail_header_view_set_loading (ModestMailHeaderView *self, gboolean is_loading);
+gboolean modest_mail_header_view_get_loading (ModestMailHeaderView *self);
+void modest_mail_header_view_set_branding (ModestMailHeaderView *self, const gchar *brand_name, const GdkPixbuf *brand_icon);
 
 
 G_END_DECLS