searchIter

fun searchIter(data: <Error class: unknown class>? = null, iterCmp: SequenceIterCompareFunc): SequenceIter(source)

Like g_sequence_search(), but uses a #GSequenceIterCompareFunc instead of a #GCompareDataFunc as the compare function.

Return

a #GSequenceIter pointing to the position in @seq where @data would have been inserted according to @iter_cmp and @cmp_data

Since

2.14

Parameters

data

data for the new item

iterCmp

the function used to compare iterators in the sequence