API Version: 4.0
Library Version: 4.17.1
Generated by gi-docgen 2024.2
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
Type: guint
guint
First value to add.
Number of consecutive values to add.