svn path=/trunk/; revision=5853
This commit is contained in:
Matthias Clasen 2007-11-10 01:47:51 +00:00
parent 662f9e46d1
commit dbe4c82b65
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
2007-11-09 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Coding style cleanups and doc
improvements. (#491979, Areg Beketovski)
improvements. (#491979, #491982, Areg Beketovski)
2007-11-09 Matthias Clasen <mclasen@redhat.com>

View File

@ -2864,9 +2864,9 @@ g_key_file_get_comment (GKeyFile *key_file,
* @error: return location for a #GError
*
* Removes a comment above @key from @group_name.
* If @key is %NULL then @comment will be written above @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 written above the first group in the file.
* be removed above the first group in the file.
*
* Returns: %TRUE if the comment was removed, %FALSE otherwise
*