From 2a7f1a1a9c90f84abcc45b7a05fd2b690abae434 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 23 Dec 2007 04:57:23 +0000 Subject: [PATCH] Remove wrong documentation about start group handling. (#476856, Areg 2007-12-22 Matthias Clasen * glib/gkeyfile.c: Remove wrong documentation about start group handling. (#476856, Areg Beketovski) svn path=/trunk/; revision=6190 --- ChangeLog | 5 +++++ glib/gkeyfile.c | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45c551d98..f93ad9e74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-22 Matthias Clasen + + * glib/gkeyfile.c: Remove wrong documentation about start group + handling. (#476856, Areg Beketovski) + 2007-12-21 18:02:30 Tim Janik * glib/Makefile.am: use "sed -i.bak && rm -f .bak" diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index c452e5fde..6cdf158b0 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -1934,7 +1934,7 @@ g_key_file_set_boolean (GKeyFile *key_file, * @error: return location for a #GError * * Returns the values associated with @key under @group_name as - * booleans. If @group_name is %NULL, the start_group is used. + * booleans. * * If @key cannot be found then %NULL is returned and @error is set to * #G_KEY_FILE_ERROR_KEY_NOT_FOUND. Likewise, if the values associated @@ -2053,7 +2053,7 @@ g_key_file_set_boolean_list (GKeyFile *key_file, * @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. + * integer. * * If @key cannot be found then 0 is returned and @error is set to * #G_KEY_FILE_ERROR_KEY_NOT_FOUND. Likewise, if the value associated @@ -2334,7 +2334,6 @@ g_key_file_get_double (GKeyFile *key_file, * * Associates a new double value with @key under @group_name. * If @key cannot be found then it is created. - * If @group_name is %NULL, the start group is used. * * Since: 2.12 **/ @@ -2361,7 +2360,7 @@ g_key_file_set_double (GKeyFile *key_file, * @error: return location for a #GError * * Returns the values associated with @key under @group_name as - * doubles. If @group_name is %NULL, the start group is used. + * doubles. * * If @key cannot be found then %NULL is returned and @error is set to * #G_KEY_FILE_ERROR_KEY_NOT_FOUND. Likewise, if the values associated @@ -2436,7 +2435,6 @@ g_key_file_get_double_list (GKeyFile *key_file, * * Associates a list of double values with @key under * @group_name. If @key cannot be found then it is created. - * If @group_name is %NULL the start group is used. * * Since: 2.12 **/