GNOME Bugzilla – Bug 477658
Inconsistency between standard and implementation of the interface "g_key_file_get_integer"
Last modified: 2007-12-23 05:01:06 UTC
Please describe the problem: Documentation for the interface g_key_file_get_integer states: "Returns the value associated with key under group_name as an integer. If group_name is NULL, the start_group is used.". But invocation of the interface with the parameter "group_name" = NULL returns with the following error message "GLib-CRITICAL **: g_key_file_get_integer: assertion `group_name != NULL' failed". Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: The detailed bug description can be found at: http://linuxtesting.org/results/report?num=D0056
Created attachment 95705 [details] The test case reproducing the bug
2007-12-22 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c: Remove wrong documentation about start group handling. (#476856, Areg Beketovski)