InterfaceFinalizeFunc


Description:

[ 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.

Parameters:

g_iface

The interface structure to finalize

iface_data

The interface_data supplied via the InterfaceInfo structure


Namespace: GLib
Package: gobject-2.0