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
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:18 +0800
commitc1d818a53f552468e704cd51a066e8df12fd4ff1 (patch)
tree5cd1ab9ca165d023bf5f3764a3c00f89abfe540a /widgets/misc/e-attachment-store.h
parentbea984eba00d835be71c283a7ae38310741eb609 (diff)
downloadgsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.tar
gsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.tar.gz
gsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.tar.bz2
gsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.tar.lz
gsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.tar.xz
gsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.tar.zst
gsoc2013-evolution-c1d818a53f552468e704cd51a066e8df12fd4ff1.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