Gjsify LogoGjsify Logo

A set of flags indicating which D-Bus bus names are acceptable. They can be combined with the bitwise-or operator to accept multiple types. %TP_DBUS_NAME_TYPE_NOT_BUS_DAEMON and %TP_DBUS_NAME_TYPE_ANY are the bitwise-or of other appropriate types, for convenience.

Since 0.11.5, there is a corresponding #GFlagsClass type, %TP_TYPE_DBUS_NAME_TYPE.

bitfield

Index

Enumeration Members

ANY: number

accept any of the above

BUS_DAEMON: number

accept the name of the bus daemon itself, which has the syntax of a well-known name, but behaves like a unique name

NOT_BUS_DAEMON: number

accept either unique or well-known names, but not the bus daemon

UNIQUE: number

accept unique names like :1.123 (not including the name of the bus daemon itself)

WELL_KNOWN: number

accept well-known names like com.example.Service (not including the name of the bus daemon itself)

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