GObjectClass.finalize

instance finalization function, should finish the finalization of the instance begun in @dispose and chain up to the @finalize method of the parent class.

struct GObjectClass
extern (C)
void function(ObjectC* object) finalize;