CopyFunction
Description:
[ CCode ( has_target = false ) ]
public delegate void* CopyFunction (void* object)
A function to create a copy of some object or increase its reference count.
Parameters:
| object |
The object to copy |
Returns:
| a copy of the object or the same object with increased reference count |