diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-15 00:19:25 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-15 00:19:25 +0800 |
commit | 55ed27cd2f509453c9928a21a75871a5fe59fb9f (patch) | |
tree | 461d79e408ee195b8a144b0e2acc2f0f88044cc7 /shell/e-shell-settings.h | |
parent | 7ab5ae3fc72516cceeb09a48bc5a39f7b57933de (diff) | |
download | gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.gz gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.tar.zst gsoc2013-evolution-55ed27cd2f509453c9928a21a75871a5fe59fb9f.zip |
Migrate EShellSettings to GSettings
Diffstat (limited to 'shell/e-shell-settings.h')
-rw-r--r-- | shell/e-shell-settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h index 15aaff2071..0316a7bb0b 100644 --- a/shell/e-shell-settings.h +++ b/shell/e-shell-settings.h @@ -69,7 +69,8 @@ void e_shell_settings_install_property (GParamSpec *pspec); void e_shell_settings_install_property_for_key (const gchar *property_name, - const gchar *gconf_key); + const gchar *schema, + const gchar *key); void e_shell_settings_enable_debug (EShellSettings *shell_settings); /* Getters and setters for common EShellSettings property types. |