pub type GObjectFinalizeFunc = Option<unsafe extern "C" fn(object: *mut GObject)>;
Expand description
GObjectFinalizeFunc: @object: the #GObject being finalized
The type of the @finalize function of #GObjectClass.
Aliased Type§
enum GObjectFinalizeFunc {
None,
Some(unsafe extern "C" fn(*mut _GObject)),
}