diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-30 04:13:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-30 04:13:26 +0800 |
commit | a338bddf3da461473f102288d533882e3d0a40b4 (patch) | |
tree | c86f4e5680fcb455d0ca06f454cb668ae50e94a7 /shell/evolution-folder-selector-button.h | |
parent | dd328148b98bd1f8466f46470c78f0a3f853c666 (diff) | |
download | gsoc2013-evolution-a338bddf3da461473f102288d533882e3d0a40b4.tar.gz gsoc2013-evolution-a338bddf3da461473f102288d533882e3d0a40b4.tar.zst gsoc2013-evolution-a338bddf3da461473f102288d533882e3d0a40b4.zip |
New function to set the uri programatically on a
2002-07-29 Jeffrey Stedfast <fejj@ximian.com>
* evolution-folder-selector-button.c
(evolution_folder_selector_button_set_uri): New function to set
the uri programatically on a EvolutionFolderSelectorButton dingus.
svn path=/trunk/; revision=17633
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 */ |