Boxed.copy

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

struct Boxed
static
void*
copy

Parameters

boxedType GType

The type of @src_boxed.

srcBoxed void*

The boxed structure to be copied.

Return Value

Type: void*

The newly created copy of the boxed structure.

Meta