Bug 560568 – gkeyfile docs buglet
authorChristian Persch <chpe@src.gnome.org>
Sun, 23 Nov 2008 21:16:01 +0000 (21:16 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 23 Nov 2008 21:16:01 +0000 (21:16 +0000)
svn path=/trunk/; revision=7674

ChangeLog
glib/gkeyfile.c

index ea34b67da928d7ed2aa19e2ab275bf716ccebf1f..a3df2ae08ee8e93c2dd966296cdf7669a680f9f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index edc1ad52e8023fa579357714f6472f77eca3acd6..4558e15e2c8e4b2af751a4d6a2bf2f49f552317a 100644 (file)
@@ -1546,8 +1546,8 @@ g_key_file_get_string_list (GKeyFile     *key_file,
  * @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.