:right-sidebar: True DBusMessageHeaderField =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: DBusMessageHeaderField :no-contents-entry: Header fields used in :obj:`~gi.repository.Gio.DBusMessage`. Fields ------ .. rst-class:: interim-class .. class:: DBusMessageHeaderField :no-index: .. attribute:: DESTINATION The name the message is intended for. .. attribute:: ERROR_NAME The name of the error that occurred. .. attribute:: INTERFACE The interface name. .. attribute:: INVALID Not a valid header field. .. attribute:: MEMBER The method or signal name. .. attribute:: NUM_UNIX_FDS The number of UNIX file descriptors that accompany the message. .. attribute:: PATH The object path. .. attribute:: REPLY_SERIAL The serial number the message is a reply to. .. attribute:: SENDER Unique name of the sender of the message (filled in by the bus). .. attribute:: SIGNATURE The signature of the message body.