Function
GObjectInterfaceFinalizeFunc
Description [src]
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 GInterfaceInitFunc() function.
Parameters
- g_iface
- 
            Type: GTypeInterfaceThe interface structure to finalize. The data is owned by the caller of the function. 
- iface_data
- 
            Type: gpointerThe interface_datasupplied via theGInterfaceInfostructure.The argument can be NULL.The data is owned by the caller of the function.