API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
#define g_ptr_array_index ( array, index_ )
Returns the pointer at the given index of the pointer array.
This does not perform bounds checking on the given index_, so you are responsible for checking it against the array length.
index_
This function is not directly available to language bindings.
array
Type: -
-
A GPtrArray.
GPtrArray
The index of the pointer to return.