[ CCode ( has_target = false ) ]
public delegate void InterfaceFinalizeFunc (TypeInterface g_iface, void* iface_data)
A callback function used by the type system to finalize an interface.
This function should destroy any internal data and release any resources allocated by the corresponding InterfaceInitFunc function.
g_iface |
The interface structure to finalize |
iface_data |
The |