Skip to content

API Reference / @gtkx/native / CallDescriptor

Type Alias: CallDescriptor

CallDescriptor = object

Defined in: main.d.ts:14

An opaque, precompiled binding of a native function, produced by bind and passed to call. It captures the resolved symbol and the marshalling of its arguments and return value.

Properties

__opaque

__opaque: "CallDescriptor"

Defined in: main.d.ts:14

Released under the MPL-2.0 License.