gobject.boxed
Module for [Boxed] class
class Boxed
Types 1
classBoxed
Class wrapper for boxed types
Fields
void * _cInstancePtrMethods
void * boxCopy()Make a copy of the wrapped C boxed data. Returns: Copy of the boxed typevoid * boxedCopy(T)(void * cBoxed)Copy a C boxed value using gboxedcopy. Params: T = The D boxed type cBoxed = The C boxed pointer Returns: A copy of the boxed typevoid boxedFree(T)(void * cBoxed)Free a C boxed value using gboxedfree. Params: T = The D boxed type cBoxed = The C boxed pointerConstructors
Destructors