Boxed.boxedCopy

void * boxedCopy(T)(void * cBoxed)

Copy a C boxed value using g_boxed_copy.

Parameters

TThe D boxed type
cBoxedThe C boxed pointer

Returns

A copy of the boxed type