init_last


Description:

public bool init_last (Bitset @set, out uint value)

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

If set is empty, false is returned.

Parameters:

value

Set to the last value in set

iter

a pointer to an uninitialized `GtkBitsetIter`

set

a `GtkBitset`

Returns:

true if set isn't empty.