Boxed

Constructors

this
this(void* boxPtr, Flag!"Take" take)

Constructor for wrapping a GObject boxed value

this
this(Boxed boxed)

Constructor for duplicating a wrapped boxed type value.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

boxCopy
void* boxCopy()

Make a copy of the wrapped C boxed data.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

Properties

_gType
GType _gType [@property getter]

Boxed GType property.

Static functions

_getGType
GType _getGType()

Get the GType of this boxed type.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.

Variables

_cInstancePtr
void* _cInstancePtr;

Pointer to the C boxed value