enum GLib::IOStatus

Overview

Statuses returned by most of the #GIOFuncs functions.

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

Error = 0_u32

An error occurred.

Normal = 1_u32

Success.

Eof = 2_u32

End of file.

Again = 3_u32

Resource temporarily unavailable.

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def again? #

[View source]
def eof? #

[View source]
def error? #

[View source]
def normal? #

[View source]