Function
GObjecttype_free_instance
Declaration [src]
void
g_type_free_instance (
  GTypeInstance* instance
)
Description [src]
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.
Parameters
- instance
- 
            Type: GTypeInstanceAn instance of a type. The data is owned by the caller of the function.