aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-attachment-button.h')
-rw-r--r--widgets/misc/e-attachment-button.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment-button.h b/widgets/misc/e-attachment-button.h
index a27d8ae146..b8a0cbb16d 100644
--- a/widgets/misc/e-attachment-button.h
+++ b/widgets/misc/e-attachment-button.h
@@ -61,9 +61,11 @@ struct _EAttachmentButtonClass {
};
GType e_attachment_button_get_type (void);
-GtkWidget * e_attachment_button_new (EAttachmentView *view);
+GtkWidget * e_attachment_button_new (void);
EAttachmentView *
e_attachment_button_get_view (EAttachmentButton *button);
+void e_attachment_button_set_view (EAttachmentButton *button,
+ EAttachmentView *view);
EAttachment * e_attachment_button_get_attachment
(EAttachmentButton *button);
void e_attachment_button_set_attachment