insertSortedIter

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

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

Return

a #GSequenceIter pointing to the new item

Since

2.14

Parameters

data

data for the new item

iterCmp

the function used to compare iterators in the sequence