GLib.IOError (original) (raw)
GLib
API Version: 2.0
Library Version: 2.85.1
Type
Enumeration
GLibIOError
Declaration
Description [src]
GIOError
is only used by the deprecated functions g_io_channel_read(), g_io_channel_write(), and g_io_channel_seek().
Members
No error.
- Value:
0
- Available since: 2.0
An EAGAIN error occurred.
- Value:
1
- Available since: 2.0
An EINVAL error occurred.
- Value:
2
- Available since: 2.0
Another error occurred.
- Value:
3
- Available since: 2.0
Content