Function
GLibArrayref
since: 2.22
Declaration [src]
GArray*
g_array_ref (
GArray* array
)
Description [src]
Atomically increments the reference count of array
by one.
This function is thread-safe and may be called from any thread.
Available since: 2.22
This function is not directly available to language bindings.