PtrArray.removeIndex

Removes the pointer at the given index from the pointer array. The following elements are moved down one place. If @array has a non-%NULL #GDestroyNotify function it is called for the removed element.

class PtrArray
void*
removeIndex
(
uint index
)

Parameters

index uint

the index of the pointer to remove

Return: the pointer which was removed

Meta