GDBusMessageFlags

Message flags used in GDBusMessage. G_DBUS_MESSAGE_FLAGS_NONE No flags set. G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED A reply is not expected. G_DBUS_MESSAGE_FLAGS_NO_AUTO_START The bus must not launch an owner for the destination name in response to this message. Since 2.26

Values

ValueMeaning
NONE0
NO_REPLY_EXPECTED(1 << 0)
NO_AUTO_START(1 << 1)

Meta