Module: Gio::DBusMessageHeaderField

Defined in:
(unknown)

Constant Summary collapse

INVALID =

Not a valid header field.

0 or :invalid
PATH =

The object path.

1 or :path
INTERFACE =

The interface name.

2 or :interface
MEMBER =

The method or signal name.

3 or :member
ERROR_NAME =

The name of the error that occurred.

4 or :error_name
REPLY_SERIAL =

The serial number the message is a reply to.

5 or :reply_serial
DESTINATION =

The name the message is intended for.

6 or :destination
SENDER =

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

7 or :sender
SIGNATURE =

The signature of the message body.

8 or :signature
NUM_UNIX_FDS =

The number of UNIX file descriptors that accompany the message.

9 or :num_unix_fds