GDBusCallFlags

Flags used in g_dbus_connection_call() and similar APIs. G_DBUS_CALL_FLAGS_NONE No flags set. G_DBUS_CALL_FLAGS_NO_AUTO_START The bus must not launch an owner for the destination name in response to this method invocation. Since 2.26

Values

ValueMeaning
NONE0
NO_AUTO_START(1 << 0)

Meta