GNOME Bugzilla – Bug 479730
The "g_key_file_set_comment" interface prepends '#' character to the comment
Last modified: 2015-06-16 22:39:57 UTC
Invocation of the interface g_key_file_set_comment with parameters "group_name = some_group, key" = NULL" sets the comment value with perepended character '#'. The detailed bug description can be found at: http://linuxtesting.org/results/report?num=D0026
Created attachment 96102 [details] The test case reproducing the bug
this is just a documentation issue. the docs should state clearly that get_comment retrieves a comment including the initial #'s, and set_comment should state clearly that it prepends #'s