Method
GtkBitsetshift_right
Declaration [src]
void
gtk_bitset_shift_right (
GtkBitset* self,
guint amount
)
Description [src]
Shifts all values in self
to the right by amount
.
Values that end up too large to be held in a #guint are discarded.