structure.
boxedCopy
fn
void * boxedCopy(gobject.types.GType boxedType, const(void) * srcBoxed)Provide a copy of a boxed structure src_boxed which is of type boxed_type.
Parameters
boxedType | The type of src_boxed. |
srcBoxed | The boxed structure to be copied. |
Returns
The newly created copy of the boxed