Enumeration

GioDBusMessageHeaderField

since: 2.26

Declaration

enum Gio.DBusMessageHeaderField

Description

Header fields used in GDBusMessage.

Available since: 2.26

Members

G_DBUS_MESSAGE_HEADER_FIELD_INVALID

Not a valid header field.

  • Value: 0
  • Nickname: invalid
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_PATH

The object path.

  • Value: 1
  • Nickname: path
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_INTERFACE

The interface name.

  • Value: 2
  • Nickname: interface
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_MEMBER

The method or signal name.

  • Value: 3
  • Nickname: member
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_ERROR_NAME

The name of the error that occurred.

  • Value: 4
  • Nickname: error-name
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_REPLY_SERIAL

The serial number the message is a reply to.

  • Value: 5
  • Nickname: reply-serial
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_DESTINATION

The name the message is intended for.

  • Value: 6
  • Nickname: destination
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_SENDER

Unique name of the sender of the message (filled in by the bus).

  • Value: 7
  • Nickname: sender
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_SIGNATURE

The signature of the message body.

  • Value: 8
  • Nickname: signature
  • Available since: 2.26
G_DBUS_MESSAGE_HEADER_FIELD_NUM_UNIX_FDS

The number of UNIX file descriptors that accompany the message.

  • Value: 9
  • Nickname: num-unix-fds
  • Available since: 2.26