Function: call()
call(
library,symbol,args,returnType):unknown
Defined in: packages/ffi/src/native/lifecycle.ts:53
Invokes a native function through FFI.
Parameters
| Parameter | Type | Description |
|---|---|---|
library | string | Library name (e.g., "gtk", "adw") |
symbol | string | Function symbol name |
args | Arg[] | Arguments with type information for marshaling |
returnType | Type | Expected return type descriptor |
Returns
unknown
The unmarshaled return value
Throws
If runtime not started or undefined required argument