aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-attachment-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-attachment-bar.h')
-rw-r--r--mail/e-mail-attachment-bar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/e-mail-attachment-bar.h b/mail/e-mail-attachment-bar.h
index 93c1b89261..b83d9733e0 100644
--- a/mail/e-mail-attachment-bar.h
+++ b/mail/e-mail-attachment-bar.h
@@ -60,7 +60,7 @@ struct _EMailAttachmentBarClass {
};
GType e_mail_attachment_bar_get_type (void);
-GtkWidget * e_mail_attachment_bar_new (void);
+GtkWidget * e_mail_attachment_bar_new (EAttachmentStore *store);
gint e_mail_attachment_bar_get_active_view
(EMailAttachmentBar *bar);
void e_mail_attachment_bar_set_active_view
@@ -71,6 +71,8 @@ gboolean e_mail_attachment_bar_get_expanded
void e_mail_attachment_bar_set_expanded
(EMailAttachmentBar *bar,
gboolean expanded);
+EAttachmentStore *
+ e_mail_attachment_bar_get_store (EMailAttachmentBar *bar);
G_END_DECLS