enum GLib::IOError

Overview

#GIOError is only used by the deprecated functions g_io_channel_read(), g_io_channel_write(), and g_io_channel_seek().

Defined in:

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

Enum Members

None = 0_u32

no error

Again = 1_u32

an EAGAIN error occurred

Inval = 2_u32

an EINVAL error occurred

Unknown = 3_u32

another error occurred

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def again? #

[View source]
def inval? #

[View source]
def none? #

[View source]
def unknown? #

[View source]