Gjsify LogoGjsify Logo

Bitfield representing allowed access to a property. At most one of %TP_DBUS_PROPERTIES_MIXIN_FLAG_EMITS_CHANGED and %TP_DBUS_PROPERTIES_MIXIN_FLAG_EMITS_INVALIDATED may be specified for a property.

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

bitfield

Index

Enumeration Members

EMITS_CHANGED: number

The property's new value is included in emissions of PropertiesChanged

EMITS_INVALIDATED: number

The property is announced as invalidated, without its value, in emissions of PropertiesChanged

READ: number

The property can be read using Get and GetAll

WRITE: number

The property can be written using 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