enum GLib::IOFlags

Defined in:

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

Enum Members

Append = 1_u32
Nonblock = 2_u32
IsReadable = 4_u32
IsWritable = 8_u32
IsWriteable = 8_u32
IsSeekable = 16_u32
Mask = 31_u32
GetMask = 31_u32
SetMask = 3_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def append? #

def get_mask? #

def is_readable? #

def is_seekable? #

def is_writable? #

def is_writeable? #

def mask? #

def nonblock? #

def none? #

def set_mask? #