Type.freeInstance

Frees an instance of a type, returning it to the instance pool for the type, if there is one.

Like g_type_create_instance(), this function is reserved for implementors of fundamental types.

struct Type
static
void
freeInstance

Parameters

instance_ TypeInstance

an instance of a type

Meta