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.
the index of the first pointer to remove
the number of pointers to remove
the array
2.4
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.