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 01:04:49 +0800
commit3c480eccbf37fdc71779850e292ab61edb03e73e (patch)
treec9e78a72edc69245fbfcb7397bf158187695ffd6 /widgets/misc/e-attachment-store.h
parent85b0a2981ad85972052fc76fc8fb6997183535f5 (diff)
downloadgsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.tar
gsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.tar.gz
gsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.tar.bz2
gsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.tar.lz
gsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.tar.xz
gsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.tar.zst
gsoc2013-evolution-3c480eccbf37fdc71779850e292ab61edb03e73e.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