boxedFree
fn
void boxedFree(gobject.types.GType boxedType, void * boxed)Free the boxed structure boxed which is of type boxed_type.
Parameters
boxedType | The type of boxed. |
boxed | The boxed structure to be freed. |