init_at
Description:
Initializes iter to point to target.
If target is not found, finds the next value after it. If no value >= target exists in set, this
function returns false.
Parameters:
| target |
target value to start iterating at |
| value |
Set to the found value in |
| iter |
a pointer to an uninitialized `GtkBitsetIter` |
| set |
a `GtkBitset` |
Returns:
|
true if a value was found. |