BitsetIter.initAt

Initializes @iter to point to @target.

If @target is not found, finds the next value after it. If no value >= @target exists in @set, this function returns %FALSE.

class BitsetIter
static
bool
initAt
(,,
uint target
,
out uint value
)

Parameters

iter BitsetIter

a pointer to an uninitialized GtkBitsetIter

set Bitset

a GtkBitset

target uint

target value to start iterating at

value uint

Set to the found value in @set

Return Value

Type: bool

%TRUE if a value was found.

Meta