mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
Bug 560568 – gkeyfile docs buglet
svn path=/trunk/; revision=7674
This commit is contained in:
parent
47d6d6a451
commit
da8591c7a8
@ -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>
|
2008-11-23 Christian Persch <chpe@gnome.org>
|
||||||
|
|
||||||
Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
|
Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
|
||||||
|
@ -1546,8 +1546,8 @@ g_key_file_get_string_list (GKeyFile *key_file,
|
|||||||
* @key_file: a #GKeyFile
|
* @key_file: a #GKeyFile
|
||||||
* @group_name: a group name
|
* @group_name: a group name
|
||||||
* @key: a key
|
* @key: a key
|
||||||
* @list: an array of locale string values
|
* @list: an array of string values
|
||||||
* @length: number of locale string values in @list
|
* @length: number of string values in @list
|
||||||
*
|
*
|
||||||
* Associates a list of string values for @key under @group_name.
|
* Associates a list of string values for @key under @group_name.
|
||||||
* If @key cannot be found then it is created.
|
* If @key cannot be found then it is created.
|
||||||
|
Loading…
Reference in New Issue
Block a user