From: Tomas Bzatek Date: Wed, 6 Feb 2008 12:59:49 +0000 (+0000) Subject: Documentation update of error codes X-Git-Tag: GLIB_2_15_5~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e9a5de90546803c474d117b068ded2d6435069c;p=platform%2Fupstream%2Fglib.git Documentation update of error codes 2008-02-06 Tomas Bzatek * gfile.c (g_file_create): Documentation update of error codes svn path=/trunk/; revision=6462 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 5dc02d7..9fe8320 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-02-06 Tomas Bzatek + + * gfile.c (g_file_create): + Documentation update of error codes + 2008-02-06 Alexander Larsson * gdesktopappinfo.c: diff --git a/gio/gfile.c b/gio/gfile.c index e54f5b7..a83727d 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -1306,8 +1306,7 @@ g_file_append_to (GFile *file, * triggering the cancellable object from another thread. If the operation * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. * - * If a file with this name already exists the G_IO_ERROR_EXISTS error - * will be returned. If the file is a directory the G_IO_ERROR_IS_DIRECTORY + * If a file or directory with this name already exists the G_IO_ERROR_EXISTS * error will be returned. * Some file systems don't allow all file names, and may * return an G_IO_ERROR_INVALID_FILENAME error, and if the name