Function
GLibArrayremove_range
since: 2.4
Declaration [src]
GArray*
g_array_remove_range (
GArray* array,
guint index_,
guint length
)
Description [src]
Removes the given number of elements starting at the given index
from a GArray
. The following elements are moved to close the gap.
Available since: 2.4
This function is not directly available to language bindings.