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?
- #error_name?
- #interface?
- #invalid?
- #member?
- #num_unix_fds?
- #path?
- #reply_serial?
- #sender?
- #signature?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.