aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-settings.h')
-rw-r--r--shell/e-shell-settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h
index d983a3291f..fb53d800d4 100644
--- a/shell/e-shell-settings.h
+++ b/shell/e-shell-settings.h
@@ -98,6 +98,11 @@ gchar * e_shell_settings_get_string (EShellSettings *shell_settings,
void e_shell_settings_set_string (EShellSettings *shell_settings,
const gchar *property_name,
const gchar *v_string);
+gpointer e_shell_settings_get_object (EShellSettings *shell_settings,
+ const gchar *property_name);
+void e_shell_settings_set_object (EShellSettings *shell_settings,
+ const gchar *property_name,
+ gpointer v_object);
G_END_DECLS