BaseFinalizeFunc


Description:

[ CCode ( has_target = false ) ]
public delegate void BaseFinalizeFunc (TypeClass g_class)

A callback function used by the type system to finalize those portions of a derived types class structure that were setup from the corresponding BaseInitFunc function.

Class finalization basically works the inverse way in which class initialization is performed.

See ClassInitFunc for a discussion of the class initialization process.

Parameters:

g_class

The TypeClass structure to finalize


Namespace: GLib
Package: gobject-2.0