Function

GObjectObjectFinalizeFunc

Declaration

void
(* GObjectFinalizeFunc) (
  GObject* object
)

Description

The type of the finalize function of GObjectClass.

Parameters

object

Type: GObject

The GObject being finalized.

The data is owned by the caller of the function.