glib r6462 - trunk/gio



Author: tbzatek
Date: Wed Feb  6 12:59:49 2008
New Revision: 6462
URL: http://svn.gnome.org/viewvc/glib?rev=6462&view=rev

Log:
2008-02-06  Tomas Bzatek  <tbzatek redhat com>

        * gfile.c (g_file_create):
        Documentation update of error codes



Modified:
   trunk/gio/ChangeLog
   trunk/gio/gfile.c

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Wed Feb  6 12:59:49 2008
@@ -1306,8 +1306,7 @@
  * 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]