diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 16:29:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 16:29:35 +0800 |
commit | d2f749b6ab48d85ca4411894e9960df2cc07ef9f (patch) | |
tree | a3c0923d1a365ec853848a6b7aae448666b20091 /shell/e-shell.h | |
parent | 57a9a15d4216c4402373781adf32231c54ce92a9 (diff) | |
download | gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.gz gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.bz2 gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.lz gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.xz gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.zst gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.zip |
Get the shell to unregister the components on exit again.
svn path=/trunk/; revision=10475
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index b876f64743..4e7f8a4fe1 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -99,6 +99,8 @@ gboolean e_shell_restore_from_settings (EShell *shell); void e_shell_destroy_all_views (EShell *shell); +void e_shell_unregister_all (EShell *shell); + void e_shell_component_maybe_crashed (EShell *shell, const char *uri, const char *type_name, |