Module: Gio::DBusMessageFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags set.

0 or :none
NO_REPLY_EXPECTED =

A reply is not expected.

1 or :no_reply_expected
NO_AUTO_START =

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

2 or :no_auto_start
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.

4 or :allow_interactive_authorization