Function
GLibPtrArrayref
since: 2.22
Declaration [src]
GPtrArray*
g_ptr_array_ref (
GPtrArray* 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.