API Version: 2.0
Library Version: 2.72
void g_boxed_free ( GType boxed_type, gpointer boxed )
Free the boxed structure boxed which is of type boxed_type.
boxed
boxed_type
GType
The type of boxed.
gpointer
The boxed structure to be freed.