InterfaceFinalizeFunc
typealias InterfaceFinalizeFunc = (gIface: TypeInterface, <Error class: unknown class>?) -> Unit(source)
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.
param
gIface
The interface structure to finalizeparam
ifaceData
The @interface_data supplied via the #GInterfaceInfo structure