enum
Gio::DBusMessageHeaderField
Overview
Header fields used in #GDBusMessage.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
Invalid =
0_u32 -
Not a valid header field.
-
Path =
1_u32 -
The object path.
-
Interface =
2_u32 -
The interface name.
-
Member =
3_u32 -
The method or signal name.
-
ErrorName =
4_u32 -
The name of the error that occurred.
-
ReplySerial =
5_u32 -
The serial number the message is a reply to.
-
Destination =
6_u32 -
The name the message is intended for.
-
Sender =
7_u32 -
Unique name of the sender of the message (filled in by the bus).
-
Signature =
8_u32 -
The signature of the message body.
-
NumUnixFds =
9_u32 -
The number of UNIX file descriptors that accompany the message.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#destination?
Returns
trueif this enum value equalsDestination -
#error_name?
Returns
trueif this enum value equalsErrorName -
#interface?
Returns
trueif this enum value equalsInterface -
#invalid?
Returns
trueif this enum value equalsInvalid -
#member?
Returns
trueif this enum value equalsMember -
#num_unix_fds?
Returns
trueif this enum value equalsNumUnixFds -
#path?
Returns
trueif this enum value equalsPath -
#reply_serial?
Returns
trueif this enum value equalsReplySerial -
#sender?
Returns
trueif this enum value equalsSender -
#signature?
Returns
trueif this enum value equalsSignature
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.