Function

GLibSequenceremove_range

since: 2.14

Declaration

void
g_sequence_remove_range (
  GSequenceIter* begin,
  GSequenceIter* end
)

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

Type: GSequenceIter

A GSequenceIter.

The data is owned by the caller of the function.
end

Type: GSequenceIter

A GSequenceIter.

The data is owned by the caller of the function.