From da8591c7a81a29283a7665cdea4564179badbdd5 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 23 Nov 2008 21:16:01 +0000 Subject: [PATCH] =?utf8?q?Bug=20560568=20=E2=80=93=20gkeyfile=20docs=20bug?= =?utf8?q?let?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=7674 --- ChangeLog | 6 ++++++ glib/gkeyfile.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea34b67d..a3df2ae0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-23 Christian Persch + + Bug 560568 – gkeyfile docs buglet + + * glib/gkeyfile.c: Clarify the docs. + 2008-11-23 Christian Persch Bug 560569 – gkeyfile doesn't use the set list_separator in some cases diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index edc1ad52..4558e15e 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -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. -- 2.34.1