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.
value |
Set to the first value in |
iter |
a pointer to an uninitialized `GtkBitsetIter` |
set |
a `GtkBitset` |
true if |