aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.h
diff options
context:
space:
mode:
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);