Enumeration

GioDBusMessageFlags

since: 2.26

Declaration

flags Gio.DBusMessageFlags

Description

Message flags used in GDBusMessage.

Available since: 2.26

Members

G_DBUS_MESSAGE_FLAGS_NONE

No flags set.

  • Value: 0
  • Nickname: none
  • Available since: 2.26
G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED

A reply is not expected.

  • Value: 1
  • Nickname: no-reply-expected
  • Available since: 2.26
G_DBUS_MESSAGE_FLAGS_NO_AUTO_START

The bus must not launch an owner for the destination name in response to this message.

  • Value: 2
  • Nickname: no-auto-start
  • Available since: 2.26
G_DBUS_MESSAGE_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION

If set on a method call, this flag means that the caller is prepared to wait for interactive authorization. Since 2.46.

  • Value: 4
  • Nickname: allow-interactive-authorization
  • Available since: 2.26