mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Documentation update of error codes
2008-02-06 Tomas Bzatek <tbzatek@redhat.com> * gfile.c (g_file_create): Documentation update of error codes svn path=/trunk/; revision=6462
This commit is contained in:
parent
b4a7d48aad
commit
4e9a5de905
@ -1,3 +1,8 @@
|
||||
2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
|
||||
|
||||
* gfile.c (g_file_create):
|
||||
Documentation update of error codes
|
||||
|
||||
2008-02-06 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdesktopappinfo.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
|
||||
|
Loading…
Reference in New Issue
Block a user