diff options
Diffstat (limited to 'widgets/misc/e-attachment-bar.h')
-rw-r--r-- | widgets/misc/e-attachment-bar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-bar.h b/widgets/misc/e-attachment-bar.h index ec9e9cc6e4..d975b24633 100644 --- a/widgets/misc/e-attachment-bar.h +++ b/widgets/misc/e-attachment-bar.h @@ -94,6 +94,10 @@ GtkAction * e_attachment_bar_recent_action_new (EAttachmentBar *bar, const gchar *action_name, const gchar *action_label); +void +e_attachment_bar_add_attachment_silent (EAttachmentBar *bar, EAttachment *attachment); +void +e_attachment_bar_refresh (EAttachmentBar *bar); #ifdef __cplusplus } |