API Version: 2.0
Library Version: 2.72
#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_
array
-
A GPtrArray.
GPtrArray
The index of the pointer to return.