From 13195ef83661c6667bf6e638da028fdcaa412a4f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Nov 2007 20:42:17 +0000 Subject: [PATCH] Fix up a doc comment svn path=/trunk/; revision=5943 --- ChangeLog | 4 ++++ gio/gfileattribute.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f355a81a..e48291eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Matthias Clasen + + * gio/gfileattribute.c: Fix up a doc comment. + 2007-11-26 Alexander Larsson * Makefile.am: diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index 512500b3..ee93d6cc 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -184,7 +184,7 @@ escape_byte_string (const char *str) * Converts a #GFileAttributeValue to a string for display. * The returned string should be freed when no longer needed * - * Returns: a string from the @attr, %NULL on error, or "" if + * Returns: a string from the @attr, %NULL on error, or "<invalid>" if * @attr is of type %G_FILE_ATTRIBUTE_TYPE_INVALID. **/ char * -- 2.34.1