PtrArray.removeRange

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

class PtrArray
removeRange
(
uint index
,
uint length
)

Parameters

index uint

the index of the first pointer to remove

length uint

the number of pointers to remove

Return Value

Type: PtrArray

the array

Meta