API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.40
void g_ptr_array_insert ( GPtrArray* array, gint index_, gpointer data )
Inserts an element into the pointer array at the given index. The array will grow in size automatically if necessary.
Available since: 2.40
This function is not directly available to language bindings.
array
Type: An array of gpointer
gpointer
A GPtrArray.
GPtrArray
index_
Type: gint
gint
The index to place the new element at, or -1 to append.
data
Type: gpointer
The pointer to add.
NULL