enum
Gio::DBusMessageType
Overview
Message types used in #GDBusMessage.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum 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
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#error?
Returns
true
if this enum value equalsError
-
#invalid?
Returns
true
if this enum value equalsInvalid
-
#method_call?
Returns
true
if this enum value equalsMethodCall
-
#method_return?
Returns
true
if this enum value equalsMethodReturn
-
#signal?
Returns
true
if this enum value equalsSignal
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.