gsettings: Add missing ‘Deprecated’ tag to g_settings_list_keys() docs

It was already deprecated in the header, but the tag was missing from
the documentation.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-05-17 13:06:08 +01:00
parent d2b419c81f
commit 9c4026d673

View File

@ -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)