aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-30 04:41:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 04:41:06 +0800
commit83627486d54d307e7bf80885757247880eab1d26 (patch)
tree9d66758d826aca6ecfb1c84a0c52ea3f28707197 /widgets/misc/e-attachment-store.h
parent52fbacb68d758a5ba054f88c4f64432ab713f71e (diff)
downloadgsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.tar
gsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.tar.gz
gsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.tar.bz2
gsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.tar.lz
gsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.tar.xz
gsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.tar.zst
gsoc2013-evolution-83627486d54d307e7bf80885757247880eab1d26.zip
Bug 633471 - EAttachmentStore store folder name where uri is expected
Diffstat (limited to 'widgets/misc/e-attachment-store.h')
-rw-r--r--widgets/misc/e-attachment-store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h
index 07175f151c..49980ea3b1 100644
--- a/widgets/misc/e-attachment-store.h
+++ b/widgets/misc/e-attachment-store.h
@@ -86,9 +86,9 @@ void e_attachment_store_add_to_multipart
const gchar *default_charset);
GList * e_attachment_store_get_attachments
(EAttachmentStore *store);
-const gchar * e_attachment_store_get_current_folder
+const gchar * e_attachment_store_get_current_folder_uri
(EAttachmentStore *store);
-void e_attachment_store_set_current_folder
+void e_attachment_store_set_current_folder_uri
(EAttachmentStore *store,
const gchar *current_folder);
guint e_attachment_store_get_num_attachments