enum Gio::DBusMessageType

Overview

Message types used in #GDBusMessage.

Defined in:

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

Enum Members

Invalid = 0_u32

Message is of invalid type.

MethodCall = 1_u32

Method call.

MethodReturn = 2_u32

Method reply.

Error = 3_u32

Error reply.

Signal = 4_u32

Signal emission.

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 error? #

[View source]
def invalid? #

[View source]
def method_call? #

[View source]
def method_return? #

[View source]
def signal? #

[View source]