Function
GLibArrayappend_vals
Declaration [src]
GArray*
g_array_append_vals (
GArray* array,
gconstpointer data,
guint len
)
Description [src]
Adds len
elements onto the end of the array.
This function is not directly available to language bindings.