boxedCopy

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

void*
boxedCopy

Parameters

boxedType gobject.types.GType

The type of src_boxed.

srcBoxed const(void)*

The boxed structure to be copied.

Return Value

Type: void*

The newly created copy of the boxed structure.