This function creates a new %G_TYPE_BOXED derived type id for a new boxed type with name @name. Boxed type handling functions have to be provided to copy and free opaque boxed structures of this type.
Name of the new boxed type.
Boxed structure copy function.
Boxed structure free function.
Return: New %G_TYPE_BOXED derived type id for @name.
See Implementation
This function creates a new %G_TYPE_BOXED derived type id for a new boxed type with name @name. Boxed type handling functions have to be provided to copy and free opaque boxed structures of this type.