svn path=/trunk/; revision=7674
+2008-11-23 Christian Persch <chpe@gnome.org>
+
+ Bug 560568 – gkeyfile docs buglet
+
+ * glib/gkeyfile.c: Clarify the docs.
+
2008-11-23 Christian Persch <chpe@gnome.org>
Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
* @key_file: a #GKeyFile
* @group_name: a group name
* @key: a key
- * @list: an array of locale string values
- * @length: number of locale string values in @list
+ * @list: an array of string values
+ * @length: number of string values in @list
*
* Associates a list of string values for @key under @group_name.
* If @key cannot be found then it is created.