Type Definition gtypes::GType [] [src]

type GType = gsize;

An integer type that designates GObject type identifiers.

GType is considered a fundamental type, regardless of being also introspected both in GLib and GObject. Unlike the primitive types, valid values of GType can only result from type registration, so the safe bindings are likely to provide their own GType wrapper.