mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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:
parent
d2b419c81f
commit
9c4026d673
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user