Fix up a doc comment

svn path=/trunk/; revision=5943
This commit is contained in:
Matthias Clasen 2007-11-26 20:42:17 +00:00
parent a78c4e833f
commit 13195ef836
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-26 Matthias Clasen <mclasen@redhat.com>
* gio/gfileattribute.c: Fix up a doc comment.
2007-11-26 Alexander Larsson <alexl@redhat.com> 2007-11-26 Alexander Larsson <alexl@redhat.com>
* Makefile.am: * Makefile.am:

View File

@ -184,7 +184,7 @@ escape_byte_string (const char *str)
* Converts a #GFileAttributeValue to a string for display. * Converts a #GFileAttributeValue to a string for display.
* The returned string should be freed when no longer needed * The returned string should be freed when no longer needed
* *
* Returns: a string from the @attr, %NULL on error, or "<invalid>" if * Returns: a string from the @attr, %NULL on error, or "&lt;invalid&gt;" if
* @attr is of type %G_FILE_ATTRIBUTE_TYPE_INVALID. * @attr is of type %G_FILE_ATTRIBUTE_TYPE_INVALID.
**/ **/
char * char *