From 7ec9a50ee085ea083e0424dbd7e117573cf4847a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 11 Mar 2013 14:27:39 -0400 Subject: Remove EShellSettings. EShellSettings predates GSettings and is no longer necessary. GSettings allows binding GObject properties to GSettings keys, with optional mapping functions. That fulfills the purpose of EShellSettings. --- doc/reference/libeshell/libeshell-docs.sgml | 1 - doc/reference/libeshell/libeshell-sections.txt | 31 -------------------------- 2 files changed, 32 deletions(-) (limited to 'doc') diff --git a/doc/reference/libeshell/libeshell-docs.sgml b/doc/reference/libeshell/libeshell-docs.sgml index 22bc93fa19..992e0b25b1 100644 --- a/doc/reference/libeshell/libeshell-docs.sgml +++ b/doc/reference/libeshell/libeshell-docs.sgml @@ -20,7 +20,6 @@ - diff --git a/doc/reference/libeshell/libeshell-sections.txt b/doc/reference/libeshell/libeshell-sections.txt index 5734ef3a15..10a42cd719 100644 --- a/doc/reference/libeshell/libeshell-sections.txt +++ b/doc/reference/libeshell/libeshell-sections.txt @@ -9,7 +9,6 @@ e_shell_get_canonical_name e_shell_get_backend_by_name e_shell_get_backend_by_scheme e_shell_get_client_cache -e_shell_get_shell_settings e_shell_get_registry e_shell_create_shell_window e_shell_handle_uris @@ -150,36 +149,6 @@ e_shell_searchbar_get_type EShellSearchbarPrivate -
-e-shell-settings -EShellSettings -EShellSettings -e_shell_settings_install_property -e_shell_settings_install_property_for_key -e_shell_settings_enable_debug -e_shell_settings_get_boolean -e_shell_settings_set_boolean -e_shell_settings_get_int -e_shell_settings_set_int -e_shell_settings_get_string -e_shell_settings_set_string -e_shell_settings_get_object -e_shell_settings_set_object -e_shell_settings_get_pointer -e_shell_settings_set_pointer - -E_SHELL_SETTINGS -E_IS_SHELL_SETTINGS -E_TYPE_SHELL_SETTINGS -E_SHELL_SETTINGS_CLASS -E_IS_SHELL_SETTINGS_CLASS -E_SHELL_SETTINGS_GET_CLASS -EShellSettingsClass -e_shell_settings_get_type - -EShellSettingsPrivate -
-
e-shell-sidebar EShellSidebar -- cgit