doc: fix typo in gio/gsettings.c

This commit is contained in:
Egmont Koblinger 2019-09-14 23:11:57 +02:00
parent 86c282cd78
commit 8f30e6c3bb

View File

@ -2469,7 +2469,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().
* Deprecated: 2.46: Use g_settings_schema_list_keys() instead.
*/
gchar **
g_settings_list_keys (GSettings *settings)