Function
GLibPtrArrayadd
Declaration [src]
void
g_ptr_array_add (
GPtrArray* array,
gpointer data
)
Description [src]
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.