BitsetIter.initLast

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

If @set is empty, %FALSE is returned.

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

Parameters

iter BitsetIter

a pointer to an uninitialized GtkBitsetIter

set Bitset

a GtkBitset

value uint

Set to the last value in @set

Return Value

Type: bool

%TRUE if @set isn't empty.

Meta