API Version: 2.0
Library Version: 2.72
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
GType
The type of src_boxed.
gconstpointer
The boxed structure to be copied.
gpointer
The newly created copy of the boxed structure.