diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 15:56:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 15:56:56 +0800 |
commit | 57a9a15d4216c4402373781adf32231c54ce92a9 (patch) | |
tree | bd14af38d773d0a6dce1fe883adcb207be4a9f6f /shell | |
parent | efeb611882171084df011c3d5bd7a98905efa971 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | shell/e-shell.c | 13 |
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, |