aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 15:56:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 15:56:56 +0800
commit57a9a15d4216c4402373781adf32231c54ce92a9 (patch)
treebd14af38d773d0a6dce1fe883adcb207be4a9f6f /shell/e-shell.c
parentefeb611882171084df011c3d5bd7a98905efa971 (diff)
downloadgsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.tar
gsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.tar.gz
gsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.tar.bz2
gsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.tar.lz
gsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.tar.xz
gsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.tar.zst
gsoc2013-evolution-57a9a15d4216c4402373781adf32231c54ce92a9.zip
Break the build so the current shell breakage doesn't get into the
builds. svn path=/trunk/; revision=10474
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 595be5d55c..bd18eba611 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1350,6 +1350,19 @@ e_shell_go_online (EShell *shell,
}
+void
+e_shell_unregister_all (EShell *shell)
+{
+ EShellPrivate *priv;
+
+ g_return_if_fail (E_IS_SHELL (shell));
+
+ priv = shell->priv;
+
+#error "Implement me"
+}
+
+
E_MAKE_X_TYPE (e_shell, "EShell", EShell,
class_init, init, PARENT_TYPE,
POA_GNOME_Evolution_Shell__init,