gobject.boxed
Module for [Boxed] class
class Boxed
Types 1
classBoxed
Class wrapper for boxed types
Fields
void * _cInstancePtrMethods
Boxed self() nothrowConvenience method to return `this` cast to a type. For use in D with statements.void * boxedCopy(T)(void * cBoxed) static nothrowCopy a C boxed value using g_boxed_copy. Params: T = The D boxed type cBoxed = The C boxed pointer Returns: A copy of the boxed typevoid boxedFree(T)(void * cBoxed) static nothrowFree a C boxed value using g_boxed_free. Params: T = The D boxed type cBoxed = The C boxed pointerConstructors
Destructors