Documentation
Dlang.org
TypeInstance
gobject
type_instance
An opaque structure used as the base of all type instances.
class
TypeInstance {
GTypeInstance
cInstance
;
this
(void* ptr, Flag!"Take" take);
void
*
cPtr
();
void
*
getPrivate
(gobject.types.GType privateType);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
cPtr
void
*
cPtr
()
getPrivate
void
*
getPrivate
(gobject.types.GType privateType)
gobject
type_instance
classes
TypeInstance
An opaque structure used as the base of all type instances.