Skip to content

API Reference / @gtkx/native / Handle

Type Alias: Handle

Handle = object

Defined in: main.d.ts:9

An opaque handle to a native memory region: a GObject, a boxed value, or a raw allocation. Produced by alloc and consumed by the memory and wrapper functions (read, write, copy, getType, getWrapper, setWrapper). Its bytes are not accessible from JavaScript.

Properties

__opaque

__opaque: "Handle"

Defined in: main.d.ts:9

Released under the MPL-2.0 License.