Skip to content

API Reference / @gtkx/native / getType

Function: getType()

getType(handle): bigint

Defined in: index.d.ts:92

Returns the GType of the GObject referenced by handle, or 0 when the handle does not reference a GObject.

Parameters

handle

ExternalObject<Handle>

Returns

bigint

Released under the MPL-2.0 License.