Function
GLibArraycopy
since: 2.62
Declaration [src]
GArray*
g_array_copy (
GArray* array
)
Description [src]
Create a shallow copy of a GArray
. If the array elements consist of
pointers to data, the pointers are copied but the actual data is not.
Available since: 2.62
This function is not directly available to language bindings.