From 4e9a5de90546803c474d117b068ded2d6435069c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 6 Feb 2008 12:59:49 +0000 Subject: [PATCH] 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 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.7.4