From 3bedc38a9480532b83e4bfeb386f4bbd7b611b38 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 29 Jun 2000 07:37:55 +0000 Subject: Implement saving of configuration information. Now when you run Evolution it will display the same folder as the last time, and will hide/show the shortcut/folder bars as the last time. This uses GConf so I also put a GConf check into configure.in. svn path=/trunk/; revision=3787 --- shell/e-shell-view.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shell/e-shell-view.h') diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index db066dd62e..603fe0ede0 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -91,6 +91,13 @@ BonoboUIHandler *e_shell_view_get_bonobo_ui_handler (EShellView GtkWidget *e_shell_view_get_appbar (EShellView *shell_view); const char *e_shell_view_get_current_uri (EShellView *shell_view); +gboolean e_shell_view_save_settings (EShellView *shell_view, + GConfClient *gconf_client, + const char *prefix); +gboolean e_shell_view_load_settings (EShellView *shell_view, + GConfClient *gconf_client, + const char *prefix); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3