diff options
author | Dietmar Maurer <dietmar@ximian.com> | 2001-07-04 02:15:31 +0800 |
---|---|---|
committer | Dietmar Maurer <dietmar@src.gnome.org> | 2001-07-04 02:15:31 +0800 |
commit | b7dede1a279b72d74cf52d2e194525426e6d144d (patch) | |
tree | 201a2dc644a3a52550b6a3310b205e90bd27ed2e /shell/e-shell.h | |
parent | 838d0849f248ed5e1b7793c3a5968c678749c81b (diff) | |
download | gsoc2013-evolution-b7dede1a279b72d74cf52d2e194525426e6d144d.tar.gz gsoc2013-evolution-b7dede1a279b72d74cf52d2e194525426e6d144d.tar.zst gsoc2013-evolution-b7dede1a279b72d74cf52d2e194525426e6d144d.zip |
use bonobo-conf everywhere
2001-07-03 Dietmar Maurer <dietmar@ximian.com>
* *: use bonobo-conf everywhere
svn path=/trunk/; revision=10760
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 021dfbd1d2..1f9406bd83 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -26,6 +26,7 @@ #include <liboaf/liboaf.h> /* For the registration stuff. */ #include <bonobo/bonobo-xobject.h> +#include <bonobo-conf/bonobo-config-database.h> #ifdef __cplusplus extern "C" { @@ -114,6 +115,8 @@ void e_shell_go_offline (EShell *shell, void e_shell_go_online (EShell *shell, EShellView *action_view); +Bonobo_ConfigDatabase e_shell_get_config_db (EShell *shell); + #ifdef __cplusplus } #endif /* __cplusplus */ |