Details
[Home]
Issue of the Standard # D0030
Brief
Misprint in the description of the interface "g_key_file_remove_comment"
Detailed Description
Misprint in description of the interface "g_key_file_remove_comment".
Problem location(s) in the standard
Linux Standard Base Desktop Specification 3.1, Chapter 12. Libraries, 12.2 Interfaces for libglib-2.0; http://www.gtk.org/api/2.6/glib/glib-Key-value-file-parser.html#g-key-file-remove-comment
Possible solutions
The sentences:
"Removes a comment above key from group_name. group_name. If key is NULL then comment will be written above group_name. If both key and group_name are NULL, then comment will be written above the first group in the file."
should be changed in the following way:
"Removes a comment above key from group_name. If key is NULL then comment will be removed above group_name. If both key and group_name are NULL, then comment will be removed above the first group in the file."
Accepted
Gnome Bugzilla 491982
Status
Fixed in gtk-glib - 2.16
[Home]