diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-08 02:53:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-08 02:53:10 +0800 |
commit | 03e2a84eda5327f01e768e74caa81247faf7a157 (patch) | |
tree | d4798b79f967e18f8b3dbbea64dd78c3a1b896dd /shell/evolution-shell-client.h | |
parent | 197f7bcd679d5e3d35045e094828b39693c2ffc8 (diff) | |
download | gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar.gz gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar.zst gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.zip |
Use the new evolution_shell_client_create_storage_set_view() call.
* evolution-test-component.c (create_new_folder_selector): Use the
new evolution_shell_client_create_storage_set_view() call.
* evolution-shell-client.c
(evolution_shell_client_create_storage_set_view): New.
svn path=/trunk/; revision=16707
Diffstat (limited to 'shell/evolution-shell-client.h')
-rw-r--r-- | shell/evolution-shell-client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h index ab1b3b5b7d..3122c4312c 100644 --- a/shell/evolution-shell-client.h +++ b/shell/evolution-shell-client.h @@ -81,6 +81,12 @@ GdkPixbuf *evolution_shell_client_get_pixbuf_for_type (Evolut const char *folder_type, gboolean mini); +GtkWidget *evolution_shell_client_create_storage_set_view (EvolutionShellClient *shell_client, + Bonobo_UIComponent uic, + Bonobo_Control *bonobo_control_iface_return, + GNOME_Evolution_StorageSetView *storage_set_view_iface_return, + CORBA_Environment *ev); + #ifdef __cplusplus } #endif /* __cplusplus */ |