diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-15 00:55:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 09:58:47 +0800 |
commit | fea524b5292d45a5d02cbfa04bd809cb478fbbcd (patch) | |
tree | 73f46fba10ba6f9a0158c0088d024c2cc1233f04 /widgets/misc/e-attachment-store.h | |
parent | 63b66d68529f434d16a12da81a5c611e0df1e7ee (diff) | |
download | gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.tar gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.tar.gz gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.tar.bz2 gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.tar.lz gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.tar.xz gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.tar.zst gsoc2013-evolution-fea524b5292d45a5d02cbfa04bd809cb478fbbcd.zip |
Add e_attachment_store_get_attachments().
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r-- | widgets/misc/e-attachment-store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h index e7f89b7f6c..9fdd74d493 100644 --- a/widgets/misc/e-attachment-store.h +++ b/widgets/misc/e-attachment-store.h @@ -84,6 +84,8 @@ void e_attachment_store_add_to_multipart (EAttachmentStore *store, CamelMultipart *multipart, const gchar *default_charset); +GList * e_attachment_store_get_attachments + (EAttachmentStore *store); const gchar * e_attachment_store_get_current_folder (EAttachmentStore *store); void e_attachment_store_set_current_folder |