Correct a doc comment
authorMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2013 05:01:22 +0000 (00:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Jan 2014 22:59:21 +0000 (17:59 -0500)
gio/gsettingsbackend.c

index be28dc1..bd5452b 100644 (file)
@@ -820,9 +820,9 @@ g_settings_backend_write (GSettingsBackend *backend,
 }
 
 /*< private >
- * g_settings_backend_write_keys:
+ * g_settings_backend_write_tree:
  * @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
  *
  * Writes one or more keys.  This call will never block.