Gjsify LogoGjsify Logo

Flags to be passed to g_object_bind_property() or g_object_bind_property_full().

This enumeration can be extended at later date.

bitfield

Index

Enumeration Members

BIDIRECTIONAL: number

Bidirectional binding; if either the property of the source or the property of the target changes, the other is updated.

DEFAULT: number

The default binding; if the source property changes, the target property is updated with its value.

INVERT_BOOLEAN: number

If the two properties being bound are booleans, setting one to %TRUE will result in the other being set to %FALSE and vice versa. This flag will only work for boolean properties, and cannot be used when passing custom transformation functions to g_object_bind_property_full().

SYNC_CREATE: number

Synchronize the values of the source and target properties when creating the binding; the direction of the synchronization is always from the source to the target.

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