diff options
Diffstat (limited to 'shell/evolution-folder-selector-button.h')
-rw-r--r-- | shell/evolution-folder-selector-button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-folder-selector-button.h b/shell/evolution-folder-selector-button.h index 5f5e1115d1..8edf279eff 100644 --- a/shell/evolution-folder-selector-button.h +++ b/shell/evolution-folder-selector-button.h @@ -70,6 +70,8 @@ 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); + #ifdef __cplusplus } #endif /* __cplusplus */ |