aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-15 01:39:23 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-03 02:04:51 +0800
commitabf31aee9f84cc700f9947425bf575165d96c77b (patch)
tree3854ff0b93141cc8335265fc825042ea7af87810 /widgets/misc/e-attachment-store.h
parent2f82c130718cffff66b3cce3fdc64bd8fd175595 (diff)
downloadgsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.tar
gsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.tar.gz
gsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.tar.bz2
gsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.tar.lz
gsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.tar.xz
gsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.tar.zst
gsoc2013-evolution-abf31aee9f84cc700f9947425bf575165d96c77b.zip
Bug 581280 – Wrong attachment name in event
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r--widgets/misc/e-attachment-store.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h
index 46ca9e4aa6..1c3cb52731 100644
--- a/widgets/misc/e-attachment-store.h
+++ b/widgets/misc/e-attachment-store.h
@@ -118,6 +118,13 @@ gchar ** e_attachment_store_get_uris_finish
(EAttachmentStore *store,
GAsyncResult *result,
GError **error);
+void e_attachment_store_save_async (EAttachmentStore *store,
+ GFile *destination,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gchar ** e_attachment_store_save_finish (EAttachmentStore *store,
+ GAsyncResult *result,
+ GError **error);
G_END_DECLS