Method

GtkBitsetadd_range

Declaration [src]

void
gtk_bitset_add_range (
  GtkBitset* self,
  guint start,
  guint n_items
)

Description [src]

Adds all values from start (inclusive) to start + n_items (exclusive) in self.

Parameters

start

Type: guint

First value to add.

n_items

Type: guint

Number of consecutive values to add.