Enumeration

GLibIOStatus

Declaration

enum GLib.IOStatus

Description

Statuses returned by most of the GIOFuncs functions.

Members

Name Description
G_IO_STATUS_ERROR

An error occurred.

G_IO_STATUS_NORMAL

Success.

G_IO_STATUS_EOF

End of file.

G_IO_STATUS_AGAIN

Resource temporarily unavailable.