PtrArray.removeRange

Removes the given number of pointers starting at the given index from a GPtrArray. The following elements are moved to close the gap. If array has a non-NULL GDestroyNotify function it is called for the removed elements. Since 2.4

class PtrArray
void
removeRange
(
uint index
,
uint length
)

Parameters

index uint

the index of the first pointer to remove.

length uint

the number of pointers to remove.

Meta