enum Gio::ConverterResult

Overview

Results returned from g_converter_convert().

Defined in:

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

Enum Members

Error = 0_u32

There was an error during conversion.

Converted = 1_u32

Some data was consumed or produced

Finished = 2_u32

The conversion is finished

Flushed = 3_u32

Flushing is finished

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def converted? #

[View source]
def error? #

[View source]
def finished? #

[View source]
def flushed? #

[View source]