aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-10 04:39:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-08-10 12:14:32 +0800
commita58ded435786d5174735b4a501878d8d30240ba1 (patch)
treedffbee6986cf54cb4074f5cd162bfd14e0171cc8 /mail/em-folder-selection-button.h
parentfe67798104f76f0a794093bddcaf9d165df50bf5 (diff)
downloadgsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.tar
gsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.tar.gz
gsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.tar.bz2
gsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.tar.lz
gsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.tar.xz
gsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.tar.zst
gsoc2013-evolution-a58ded435786d5174735b4a501878d8d30240ba1.zip
EMFolderSelectionButton: Add a "folder-uri" property.
And rename a couple get/set functions to match the property name.
Diffstat (limited to 'mail/em-folder-selection-button.h')
-rw-r--r--mail/em-folder-selection-button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-folder-selection-button.h b/mail/em-folder-selection-button.h
index 8b31100e84..91c5e3ae78 100644
--- a/mail/em-folder-selection-button.h
+++ b/mail/em-folder-selection-button.h
@@ -75,11 +75,11 @@ const gchar * em_folder_selection_button_get_caption
void em_folder_selection_button_set_caption
(EMFolderSelectionButton *button,
const gchar *caption);
-const gchar * em_folder_selection_button_get_selection
+const gchar * em_folder_selection_button_get_folder_uri
(EMFolderSelectionButton *button);
-void em_folder_selection_button_set_selection
+void em_folder_selection_button_set_folder_uri
(EMFolderSelectionButton *button,
- const gchar *uri);
+ const gchar *folder_uri);
void em_folder_selection_button_set_backend
(EMFolderSelectionButton *button,
EMailBackend *backend);