mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +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>
|
2008-02-06 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdesktopappinfo.c:
|
* gdesktopappinfo.c:
|
||||||
|
@ -1306,8 +1306,7 @@ g_file_append_to (GFile *file,
|
|||||||
* triggering the cancellable object from another thread. If the operation
|
* triggering the cancellable object from another thread. If the operation
|
||||||
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
|
* 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
|
* If a file or directory with this name already exists the G_IO_ERROR_EXISTS
|
||||||
* will be returned. If the file is a directory the G_IO_ERROR_IS_DIRECTORY
|
|
||||||
* error will be returned.
|
* error will be returned.
|
||||||
* Some file systems don't allow all file names, and may
|
* Some file systems don't allow all file names, and may
|
||||||
* return an G_IO_ERROR_INVALID_FILENAME error, and if the name
|
* return an G_IO_ERROR_INVALID_FILENAME error, and if the name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user