From 57a9a15d4216c4402373781adf32231c54ce92a9 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Jun 2001 07:56:56 +0000 Subject: Break the build so the current shell breakage doesn't get into the builds. svn path=/trunk/; revision=10474 --- shell/e-shell.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'shell') 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 @@ -1349,6 +1349,19 @@ e_shell_go_online (EShell *shell, gtk_signal_emit (GTK_OBJECT (shell), signals[LINE_STATUS_CHANGED], priv->line_status); } + +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, -- cgit v1.2.3