TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.89.4
Generated with TypeDoc via ts-for-gir v5.2.0
Since 2.14
Removes the item pointed to by iter. It is an error to pass the end iterator to this function.
iter
If the sequence has a data destroy function associated with it, this function is called on the data for the removed item.
a GLib.SequenceIter
2.14
Removes the item pointed to by
iter. It is an error to pass the end iterator to this function.If the sequence has a data destroy function associated with it, this function is called on the data for the removed item.