boxedCopy

fnvoid * boxedCopy(gobject.types.GType boxedType, const(void) * srcBoxed)

Provide a copy of a boxed structure src_boxed which is of type boxed_type.

Parameters

boxedTypeThe type of src_boxed.
srcBoxedThe boxed structure to be copied.

Returns

The newly created copy of the boxed

structure.