Function
GLibArrayremove_index
Declaration [src]
GArray*
g_array_remove_index (
GArray* array,
guint index_
)
Description [src]
Removes the element at the given index from a GArray
. The following
elements are moved down one place.
This function is not directly available to language bindings.