Method
GObjectValueArraycopy
deprecated: 2.32
Description
Construct an exact copy of a GValueArray
by duplicating all its contents.
Deprecated since: 2.32
Use GArray
and g_array_ref()
instead.
Return value
Type: GValueArray
Newly allocated copy of GValueArray
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |