Sets this to be the subtraction of other
from this.
In other words, remove all values from this that are part of other
.
It is allowed for this and other
to be the same bitset. The bitset will be emptied in that
case.
this |
a `GtkBitset` |
other |
the `GtkBitset` to subtract |