Function

GObjectObjectFinalizeFunc

since: 2.0

Declaration

void
(* GObjectFinalizeFunc) (
  GObject* object
)

Description

The type of the finalize function of GObjectClass.

Available since: 2.0

Parameters

object

Type: GObject

The GObject being finalized.

The data is owned by the caller of the function.