+2007-12-22 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gkeyfile.c: Remove wrong documentation about start group
+ handling. (#476856, Areg Beketovski)
+
2007-12-21 18:02:30 Tim Janik <timj@imendio.com>
* glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
* @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
* @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
*
* 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
**/
* @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
*
* 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
**/