PtrArray.stealIndex

Removes the pointer at the given index from the pointer array. The following elements are moved down one place. The GDestroyNotify for array is *not* called on the removed element; ownership is transferred to the caller of this function.

class PtrArray
void*
stealIndex
(
uint index
)

Parameters

index uint

the index of the pointer to steal

Return Value

Type: void*

the pointer which was removed

Meta

Since

2.58