diff options
author | Larry Ewing <lewing@ximian.com> | 2001-10-05 12:09:41 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-05 12:09:41 +0800 |
commit | 0f0efa5e7719eeedf3ca62eeddc87348e87747bf (patch) | |
tree | 52e8e03748cafd244820d2c97eb89dac0452d09f /composer/e-msg-composer-attachment-bar.h | |
parent | bdc4787aef570378e11630f2248123b1c883f524 (diff) | |
download | gsoc2013-evolution-0f0efa5e7719eeedf3ca62eeddc87348e87747bf.tar.gz gsoc2013-evolution-0f0efa5e7719eeedf3ca62eeddc87348e87747bf.tar.zst gsoc2013-evolution-0f0efa5e7719eeedf3ca62eeddc87348e87747bf.zip |
look up an attachment by it's content id.
2001-10-04 Larry Ewing <lewing@ximian.com>
* e-msg-composer-attachment-bar.c
(e_msg_composer_attachment_bar_find_content_id): look up an
attachment by it's content id.
* e-msg-composer-attachment-bar.h: add prototype for
e_msg_composer_attachment_bar_find_content_id.
svn path=/trunk/; revision=13436
Diffstat (limited to 'composer/e-msg-composer-attachment-bar.h')
-rw-r--r-- | composer/e-msg-composer-attachment-bar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/e-msg-composer-attachment-bar.h b/composer/e-msg-composer-attachment-bar.h index 15774bb2fe..c68592e6e3 100644 --- a/composer/e-msg-composer-attachment-bar.h +++ b/composer/e-msg-composer-attachment-bar.h @@ -68,6 +68,8 @@ void e_msg_composer_attachment_bar_to_multipart (EMsgComposerAttachmentBar *bar, guint e_msg_composer_attachment_bar_get_num_attachments (EMsgComposerAttachmentBar *bar); void e_msg_composer_attachment_bar_attach (EMsgComposerAttachmentBar *bar, const gchar *file_name); void e_msg_composer_attachment_bar_attach_mime_part (EMsgComposerAttachmentBar *bar, CamelMimePart *part); +EMsgComposerAttachment *e_msg_composer_attachment_bar_find_content_id (EMsgComposerAttachmentBar *bar, + char *content_id); #ifdef __cplusplus } |