aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-09-26 17:02:47 +0800
committerMilan Crha <mcrha@redhat.com>2011-09-26 17:02:47 +0800
commit8a309aef81ed8364b054e49cfb94908623e2d0d4 (patch)
treee9966d87808cd4a4042d712cd0344ad65216188f /widgets/misc/e-attachment-store.h
parent7e1d3d6dbccda146ff513793720d2470f3f13f3e (diff)
downloadgsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.tar
gsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.tar.gz
gsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.tar.bz2
gsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.tar.lz
gsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.tar.xz
gsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.tar.zst
gsoc2013-evolution-8a309aef81ed8364b054e49cfb94908623e2d0d4.zip
Bug #655252 - Need to escape the comp_uid part of a path
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r--widgets/misc/e-attachment-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h
index a7839aca71..cdf33f507a 100644
--- a/widgets/misc/e-attachment-store.h
+++ b/widgets/misc/e-attachment-store.h
@@ -128,6 +128,7 @@ gboolean e_attachment_store_load_finish (EAttachmentStore *store,
GError **error);
void e_attachment_store_save_async (EAttachmentStore *store,
GFile *destination,
+ const gchar *filename_prefix,
GAsyncReadyCallback callback,
gpointer user_data);
gchar ** e_attachment_store_save_finish (EAttachmentStore *store,