From 265b23b1eb70593a5c99bc1aa00fcc7a66000739 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Aug 2011 16:39:18 -0400 Subject: EMFolderSelectionButton: Add a "folder-uri" property. And rename a couple get/set functions to match the property name. --- mail/em-folder-selection-button.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/em-folder-selection-button.h') 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); -- cgit v1.2.3