Skip to content

API Reference / @gtkx/native / call

Function: call()

call(descriptor, values): unknown

Defined in: index.d.ts:39

Invokes a previously bound native function, encoding values and decoding the return value according to the call descriptor. Out and inout ('ref') arguments are written back in place.

Parameters

descriptor

ExternalObject<CallDescriptor>

values

unknown[]

Returns

unknown

Released under the MPL-2.0 License.