BoxedCopyFunc
Description:
[ CCode ( has_target = false ) ]
public delegate void* BoxedCopyFunc (void* boxed)
public delegate void* BoxedCopyFunc (void* boxed)
This function is provided by the user and should produce a copy of the passed in boxed structure.
Parameters:
boxed |
The boxed structure to be copied. |
Returns:
The newly created copy of the boxed structure. |
Namespace: GLib
Package: gobject-2.0