Skip to content

API Reference / @gtkx/native / RegisterClassInterface

Interface: RegisterClassInterface

Defined in: index.d.ts:127

An interface a registered class implements, together with the interface vfuncs it provides.

Properties

type

type: bigint

Defined in: index.d.ts:129

GType of the interface to implement.


vfuncs

vfuncs: RegisterClassVfunc[]

Defined in: index.d.ts:131

Interface vfunc implementations to install.

Released under the MPL-2.0 License.