From: Matthias Clasen Date: Mon, 30 Jun 2008 05:02:06 +0000 (+0000) Subject: Clarify docs. Patch by Jared Moore X-Git-Tag: GLIB_2_17_3~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64770f4b0eef6774b1bfc5ff8efe80ccbd3eb521;p=platform%2Fupstream%2Fglib.git Clarify docs. Patch by Jared Moore * gfile.c (g_file_append_to): Clarify docs. Patch by Jared Moore svn path=/trunk/; revision=7110 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 064f4a4..e2229a5 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,12 @@ 2008-06-30 Matthias Clasen + Bug 540331 – g_file_append_to () documentation: can return NULL + + * gfile.c (g_file_append_to): Clarify docs. + Patch by Jared Moore + +2008-06-30 Matthias Clasen + Bug 539090 – g_content_type_from_mime_type() should unalias * gcontentype.c (g_content_type_from_mime_type): Unalias. diff --git a/gio/gfile.c b/gio/gfile.c index 498d337..4194f6c 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -1427,12 +1427,12 @@ g_file_read (GFile *file, * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. * * Some file systems don't allow all file names, and may - * return an G_IO_ERROR_INVALID_FILENAME error. - * If the file is a directory the G_IO_ERROR_IS_DIRECTORY error will be + * return an %G_IO_ERROR_INVALID_FILENAME error. + * If the file is a directory the %G_IO_ERROR_IS_DIRECTORY error will be * returned. Other errors are possible too, and depend on what kind of * filesystem the file is on. * - * Returns: a #GFileOutputStream. + * Returns: a #GFileOutputStream, or %NULL on error **/ GFileOutputStream * g_file_append_to (GFile *file,