MiniObjectFinalizeFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate void MiniObjectFinalizeFunction (
MiniObject obj)
Virtual function prototype for methods to free ressources used by mini-objects.
Subclasses of the mini object are allowed to revive the passed object by doing a
@ref. If the object is not revived after the finalize function, the memory
associated with the object is freed.
Parameters:
| obj |
MiniObject to finalize |