TypeInstance

An opaque structure used as the base of all type instances.

Constructors

this
this(GTypeInstance* gTypeInstance, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getPrivate
void* getPrivate(GType privateType)
getStruct
void* getStruct()

the main Gtk struct as a void*

getTypeInstanceStruct
GTypeInstance* getTypeInstanceStruct(bool transferOwnership)

Get the main Gtk struct

Variables

gTypeInstance
GTypeInstance* gTypeInstance;

the main Gtk struct