mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
gioenums.h: clean up a few GIOErrorEnum descriptions
This commit is contained in:
parent
e9caa11aa5
commit
d22c36cf00
@ -393,9 +393,9 @@ typedef enum {
|
||||
/**
|
||||
* GIOErrorEnum:
|
||||
* @G_IO_ERROR_FAILED: Generic error condition for when any operation fails.
|
||||
* @G_IO_ERROR_NOT_FOUND: File not found error.
|
||||
* @G_IO_ERROR_EXISTS: File already exists error.
|
||||
* @G_IO_ERROR_IS_DIRECTORY: File is a directory error.
|
||||
* @G_IO_ERROR_NOT_FOUND: File not found.
|
||||
* @G_IO_ERROR_EXISTS: File already exists.
|
||||
* @G_IO_ERROR_IS_DIRECTORY: File is a directory.
|
||||
* @G_IO_ERROR_NOT_DIRECTORY: File is not a directory.
|
||||
* @G_IO_ERROR_NOT_EMPTY: File is a directory that isn't empty.
|
||||
* @G_IO_ERROR_NOT_REGULAR_FILE: File is not a regular file.
|
||||
|
Loading…
Reference in New Issue
Block a user