From 9c4026d6739bd3fd339686117678ed1804d282f2 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 17 May 2019 13:06:08 +0100 Subject: [PATCH] =?UTF-8?q?gsettings:=20Add=20missing=20=E2=80=98Deprecate?= =?UTF-8?q?d=E2=80=99=20tag=20to=20g=5Fsettings=5Flist=5Fkeys()=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was already deprecated in the header, but the tag was missing from the documentation. Signed-off-by: Philip Withnall --- gio/gsettings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gsettings.c b/gio/gsettings.c index f36ff26b2..afe70e3f9 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -2461,6 +2461,7 @@ g_settings_get_child (GSettings *settings, * * Returns: (transfer full) (element-type utf8): a list of the keys on * @settings, in no defined order + * Deprecated: 2.46: Use g_settings_schema_list_keys instead(). */ gchar ** g_settings_list_keys (GSettings *settings)