Function

GLibArrayref

since: 2.22

Declaration

GArray*
g_array_ref (
  GArray* array
)

Description

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.

Parameters

array

Type: An array of gpointer

A GArray.

The data is owned by the caller of the function.

Return value

Type: An array of gpointer

The passed in GArray.

The data is owned by the called function.