API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
void g_ptr_array_add ( GPtrArray* array, gpointer data )
Adds a pointer to the end of the pointer array. The array will grow in size automatically if necessary.
This function is not directly available to language bindings.
array
Type: An array of gpointer
gpointer
A GPtrArray.
GPtrArray
data
Type: gpointer
The pointer to add.
NULL