Function
GLibPtrArraysteal_index
since: 2.58
Declaration [src]
gpointer
g_ptr_array_steal_index (
GPtrArray* array,
guint index_
)
Description [src]
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.
Available since: 2.58
This function is not directly available to language bindings.