aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-08 02:53:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-08 02:53:10 +0800
commit03e2a84eda5327f01e768e74caa81247faf7a157 (patch)
treed4798b79f967e18f8b3dbbea64dd78c3a1b896dd /shell/evolution-shell-client.h
parent197f7bcd679d5e3d35045e094828b39693c2ffc8 (diff)
downloadgsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar
gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar.gz
gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar.bz2
gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar.lz
gsoc2013-evolution-03e2a84eda5327f01e768e74caa81247faf7a157.tar.xz
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.h6
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 */