mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 20:34:11 +02:00
Fix #151193, Stepan Kasal:
2004-08-27 Matthias Clasen <mclasen@redhat.com> Fix #151193, Stepan Kasal: * glib/gfileutils.c (g_file_error_from_errno): * glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
This commit is contained in:
committed by
Matthias Clasen
parent
c8dfe75d22
commit
981fe434ee
@@ -1,3 +1,7 @@
|
||||
2004-08-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/fileutils.sgml: Add G_FILE_ERROR_NOSYS.
|
||||
|
||||
2004-08-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.5.2 ===
|
||||
|
@@ -93,6 +93,8 @@ differences in when a system will report a given error, etc.
|
||||
@G_FILE_ERROR_PERM: Operation not permitted; only the owner of the
|
||||
file (or other resource) or processes with special privileges can
|
||||
perform the operation.
|
||||
@G_FILE_ERROR_NOSYS: Function not implemented; this indicates that the
|
||||
system is missing some functionality.
|
||||
@G_FILE_ERROR_FAILED: Does not correspond to a UNIX error code; this
|
||||
is the standard "failed for unspecified reason" error code present in
|
||||
all #GError error code enumerations. Returned if no specific
|
||||
|
Reference in New Issue
Block a user