Gjsify LogoGjsify Logo

Enumeration DBusConnectionFlags

Flags used when creating a new #GDBusConnection.

bitfield

Index

Enumeration Members

AUTHENTICATION_ALLOW_ANONYMOUS: number

When authenticating as a server, allow the anonymous authentication method.

AUTHENTICATION_CLIENT: number

Perform authentication against server.

AUTHENTICATION_REQUIRE_SAME_USER: number

When authenticating as a server, require the UID of the peer to be the same as the UID of the server. (Since: 2.68)

AUTHENTICATION_SERVER: number

Perform authentication against client.

DELAY_MESSAGE_PROCESSING: number

If set, processing of D-Bus messages is delayed until g_dbus_connection_start_message_processing() is called.

MESSAGE_BUS_CONNECTION: number

Pass this flag if connecting to a peer that is a message bus. This means that the Hello() method will be invoked as part of the connection setup.

NONE: number

No flags set.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method