Function
GObjectboxed_copy
[−]
Parameters
boxed_type
-
Type:
GType
The type of
src_boxed
. src_boxed
-
Type:
gconstpointer
The boxed structure to be copied.
The data is owned by the caller of the function.
[−]
Return value
Type: gpointer
The newly created copy of the boxed structure.
The caller of the function takes ownership of the data, and is responsible for freeing it. |