Skip to content

API Reference / @gtkx/native / getType

Function: getType()

getType(handle): bigint

Defined in: index.d.ts:87

Returns the GType of the GObject referenced by handle, or 0 when the pointer is null.

Parameters

handle

ExternalObject<Handle>

Returns

bigint

Released under the MPL-2.0 License.