aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-folder-selector-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-folder-selector-button.h')
-rw-r--r--shell/evolution-folder-selector-button.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/evolution-folder-selector-button.h b/shell/evolution-folder-selector-button.h
index 8edf279eff..b438a54862 100644
--- a/shell/evolution-folder-selector-button.h
+++ b/shell/evolution-folder-selector-button.h
@@ -70,7 +70,9 @@ GtkWidget *evolution_folder_selector_button_new (EvolutionShellClient
const char *initial_uri,
const char *possible_types[]);
-void evolution_folder_selector_button_set_uri (EvolutionFolderSelectorButton *button, const char *uri);
+gboolean evolution_folder_selector_button_set_uri (EvolutionFolderSelectorButton *folder_selector_button,
+ const char *uri);
+GNOME_Evolution_Folder *evolution_folder_selector_button_get_folder (EvolutionFolderSelectorButton *folder_selector_button);
#ifdef __cplusplus
}