Function

GObjectBoxedFreeFunc

Declaration

void
(* GBoxedFreeFunc) (
  gpointer boxed
)

Description

This function is provided by the user and should free the boxed structure passed.

Parameters

boxed

Type: gpointer

The boxed structure to be freed.

The data is owned by the caller of the function.