docs: various small fixes

For the GPtrArray example, several variables declared on the same line
is harder to read and to work with (to move, remove or comment a single
variable declaration).
This commit is contained in:
Sébastien Wilmet
2014-09-09 21:20:34 +02:00
parent fdc5b8f744
commit 25990eb2b6
2 changed files with 5 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
* implements methods for getting information that all files should
* contain, and allows for manipulation of extended attributes.
*
* See [GFileAttribute][gio-GFileAttribute for more information on how
* See [GFileAttribute][gio-GFileAttribute] for more information on how
* GIO handles file attributes.
*
* To obtain a #GFileInfo for a #GFile, use g_file_query_info() (or its