Adds len elements onto the start of the array. This operation is slower than g_array_append_vals() since the existing elements in the array have to be moved to make space for the new elements.
a pointer to the elements to prepend to the start of the array.
the number of elements to prepend.
the GArray.
See Implementation
Adds len elements onto the start of the array. This operation is slower than g_array_append_vals() since the existing elements in the array have to be moved to make space for the new elements.