Function
GLibSequenceremove_range
Description
Removes all items in the (begin
, end
) range.
If the sequence has a data destroy function associated with it, this function is called on the data for the removed items.
Available since: | 2.14 |
Parameters
begin |
GSequenceIter |
A |
|
The data is owned by the caller of the function. | |
end |
GSequenceIter |
A |
|
The data is owned by the caller of the function. |