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