[ CCode ( has_target = false ) ]
public delegate MiniObject MiniObjectCopyFunction (MiniObject obj)
Function prototype for methods to create copies of instances.
obj |
MiniObject to copy |
reference to cloned instance. |