[glib] GSettings: deprecate g_settings_list_keys()



commit cb7020af5e864eed81520e980d66ccd683697ed4
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Nov 19 12:45:38 2014 -0500

    GSettings: deprecate g_settings_list_keys()
    
    This is now possible with g_settings_schema_list_keys().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740308

 gio/gsettings.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings.h b/gio/gsettings.h
index 02a0337..5e781d9 100644
--- a/gio/gsettings.h
+++ b/gio/gsettings.h
@@ -92,7 +92,7 @@ GSettings *             g_settings_new_full                             (GSettin
                                                                          const gchar        *path);
 GLIB_AVAILABLE_IN_ALL
 gchar **                g_settings_list_children                        (GSettings          *settings);
-GLIB_AVAILABLE_IN_ALL
+GLIB_DEPRECATED_IN_2_46_FOR(g_settings_schema_list_keys)
 gchar **                g_settings_list_keys                            (GSettings          *settings);
 GLIB_DEPRECATED_IN_2_40_FOR(g_settings_schema_key_get_range)
 GVariant *              g_settings_get_range                            (GSettings          *settings,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]