API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gpointer g_boxed_copy ( GType boxed_type, gconstpointer src_boxed )
Provide a copy of a boxed structure src_boxed which is of type boxed_type.
src_boxed
boxed_type
Type: GType
GType
The type of src_boxed.
Type: gconstpointer
gconstpointer
The boxed structure to be copied.
Type: gpointer
gpointer
The newly created copy of the boxed structure.