Modified webpage: now tinymail repository is in gitorious.
[modest] / src / widgets / modest-mail-header-view.h
index 32aa9f2..975fe09 100644 (file)
@@ -31,7 +31,7 @@
 #define __MODEST_MAIL_HEADER_VIEW_H__
 
 #include <tny-header-view.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
@@ -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