mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
Fix a small typo. (#417947, Bobby Jack)
2007-03-14 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_get_double): Fix a small typo. (#417947, Bobby Jack) svn path=/trunk/; revision=5404
This commit is contained in:
parent
676506cf2d
commit
b2eed3f16c
@ -1,3 +1,8 @@
|
||||
2007-03-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_get_double): Fix a
|
||||
small typo. (#417947, Bobby Jack)
|
||||
|
||||
2007-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_strtoll): Return negative values.
|
||||
|
@ -2182,8 +2182,8 @@ g_key_file_set_integer_list (GKeyFile *key_file,
|
||||
* @key: a key
|
||||
* @error: return location for a #GError
|
||||
*
|
||||
* Returns the value associated with @key under @group_name as an
|
||||
* integer. If @group_name is %NULL, the start_group is used.
|
||||
* Returns the value associated with @key under @group_name as a
|
||||
* double. If @group_name is %NULL, the start_group is used.
|
||||
*
|
||||
* If @key cannot be found then the return value is undefined and
|
||||
* @error is set to #G_KEY_FILE_ERROR_KEY_NOT_FOUND. Likewise, if
|
||||
|
Loading…
Reference in New Issue
Block a user