diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-31 12:45:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-01 02:02:14 +0800 |
commit | fac731e7359c978ff730d48f9ab88a5794450206 (patch) | |
tree | 71b115387505a762e98eb21caa8b821f19c31959 /shell/e-shell-settings.h | |
parent | 2fe24b4c136b4d5f255af3571c3d6e1082071809 (diff) | |
download | gsoc2013-evolution-fac731e7359c978ff730d48f9ab88a5794450206.tar.gz gsoc2013-evolution-fac731e7359c978ff730d48f9ab88a5794450206.tar.zst gsoc2013-evolution-fac731e7359c978ff730d48f9ab88a5794450206.zip |
Simplify binding EShellSettings properties to GConf keys.
Diffstat (limited to 'shell/e-shell-settings.h')
-rw-r--r-- | shell/e-shell-settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h index c56df44514..c1ac497dec 100644 --- a/shell/e-shell-settings.h +++ b/shell/e-shell-settings.h @@ -73,8 +73,8 @@ struct _EShellSettingsClass { GType e_shell_settings_get_type (void); void e_shell_settings_install_property (GParamSpec *pspec); -void e_shell_settings_bind_to_gconf (EShellSettings *shell_settings, - const gchar *property_name, +void e_shell_settings_install_property_for_key + (const gchar *property_name, const gchar *gconf_key); void e_shell_settings_enable_debug (EShellSettings *shell_settings); |