mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
One more
svn path=/trunk/; revision=5853
This commit is contained in:
parent
662f9e46d1
commit
dbe4c82b65
@ -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>
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user