Skip to content

API Reference / @gtkx/native / RegisterClassProperty

Interface: RegisterClassProperty

Defined in: index.d.ts:155

A property the registered class installs on its class structure.

Properties

id

id: number

Defined in: index.d.ts:157

Property id the class's get_property/set_property vfuncs dispatch on. Must be non-zero.


pspec

pspec: ExternalObject<Handle>

Defined in: index.d.ts:159

Handle to the GParamSpec describing the property. Ownership transfers to the class.

Released under the MPL-2.0 License.