boxedFree

fnvoid boxedFree(gobject.types.GType boxedType, void * boxed)

Free the boxed structure boxed which is of type boxed_type.

Parameters

boxedTypeThe type of boxed.
boxedThe boxed structure to be freed.