Gjsify LogoGjsify Logo

Structure representing an implementation of an interface's properties.

In addition to the documented fields, there are four pointers which must be initialized to %NULL.

This structure must either be statically allocated, or duplicated and never freed, so it always remains valid.

record

Hierarchy

  • DBusPropertiesMixinIfaceImpl

Index

Constructors

Properties

A callback to get the current value of the property, to which the getter_data from each property implementation will be passed

field
name: string

The name of the interface

field

An array of property implementations, terminated by one with name equal to %NULL

field

A callback to set a new value for the property, to which the setter_data from each property implementation will be passed

field
name: string

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