Method

GLibSequenceIterprev

since: 2.14

Declaration

GSequenceIter*
g_sequence_iter_prev (
  GSequenceIter* iter
)

Description

Returns an iterator pointing to the previous position before iter. If iter is the begin iterator, the begin iterator is returned.

Available since: 2.14

Return value

Type: GSequenceIter

A GSequenceIter pointing to the previous position before iter.

The data is owned by the instance.