aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-15 00:55:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-15 00:55:33 +0800
commit68af3e6898a57080490f860c5076d91a57f6407e (patch)
treef9e9e780cd955044f0e815f99e232b69a7b6ffd7 /widgets/misc/e-attachment-store.h
parentbbe6437d089381bb2a3008e98a03aebef53af0e6 (diff)
downloadgsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.tar
gsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.tar.gz
gsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.tar.bz2
gsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.tar.lz
gsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.tar.xz
gsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.tar.zst
gsoc2013-evolution-68af3e6898a57080490f860c5076d91a57f6407e.zip
Add e_attachment_store_get_attachments().
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r--widgets/misc/e-attachment-store.h2
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