Boxed.boxedFree

void boxedFree(T)(void * cBoxed)

Free a C boxed value using g_boxed_free.

Parameters

TThe D boxed type
cBoxedThe C boxed pointer