From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2005-11-30 23:36:12
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D322892 gnome-perl | Glib | Ver: unspecified Summary: Fix undef arguments for Glib::KeyFile Product: gnome-perl Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Glib AssignedTo: gtk...@li... ReportedBy: emm...@em... CC: all...@bu... Some functions of Glib::KeyFile accept arguments set to 'undef', e.g.: Glib::KeyFile::set_comment (keyfile, group, key, comment) If group and key are undef, then comment is placed on top of the file; if= only key is undef, then comment is placed on top of group. The binding is buggy (my fault), as it does not allow passing undef argum= ents.=20 The fix is already in HEAD, but should be backported to the stable branch= too, since it doesn't break the API and it actually make the API work as adver= tised. ------- You are receiving this mail because: ------- You are the assignee for the bug. |