enum Gio::DBusMessageHeaderField

Overview

Header fields used in #GDBusMessage.

Defined in:

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

Enum 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

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

[View source]
def error_name? #

[View source]
def interface? #

[View source]
def invalid? #

[View source]
def member? #

[View source]
def num_unix_fds? #

[View source]
def path? #

[View source]
def reply_serial? #

[View source]
def sender? #

[View source]
def signature? #

[View source]