mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Correct a doc comment
This commit is contained in:
parent
5bcbb98f45
commit
7bea4bd89a
@ -820,9 +820,9 @@ g_settings_backend_write (GSettingsBackend *backend,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*< private >
|
/*< private >
|
||||||
* g_settings_backend_write_keys:
|
* g_settings_backend_write_tree:
|
||||||
* @backend: a #GSettingsBackend implementation
|
* @backend: a #GSettingsBackend implementation
|
||||||
* @values: a #GTree containing key-value pairs to write
|
* @tree: a #GTree containing key-value pairs to write
|
||||||
* @origin_tag: the origin tag
|
* @origin_tag: the origin tag
|
||||||
*
|
*
|
||||||
* Writes one or more keys. This call will never block.
|
* Writes one or more keys. This call will never block.
|
||||||
|
Loading…
Reference in New Issue
Block a user