GNOME Bugzilla – Bug 481158
Inconsistency between standard and implementation of the interface "g_key_file_set_boolean_list"
Last modified: 2007-12-23 05:56:34 UTC
Documentation for the interface g_key_file_set_boolean_list states: "Associates a list of boolean 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.". But invocation of the interface with the parameter "group_name" = NULL returns with the following error message "GLib-CRITICAL **: g_key_file_set_boolean_list: assertion `group_name != NULL' failed". The detailed bug description can be found at: http://linuxtesting.org/results/report?num=D0057
Created attachment 96317 [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)