API Version: 4.0
Library Version: 4.7.0
void gtk_bitset_add_range ( GtkBitset* self, guint start, guint n_items )
Adds all values from start (inclusive) to start + n_items (exclusive) in self.
start
n_items
self
guint
First value to add.
Number of consecutive values to add.