BitsetIter.initFirst

Initializes an iterator for @set and points it to the first value in @set.

If @set is empty, %FALSE is returned and @value is set to %G_MAXUINT.

class BitsetIter
static
bool
initFirst
(,,
out uint value
)

Parameters

iter BitsetIter

a pointer to an uninitialized GtkBitsetIter

set Bitset

a GtkBitset

value uint

Set to the first value in @set

Return Value

Type: bool

%TRUE if @set isn't empty.

Meta