Function
GtkBitsetnew_range
Declaration [src]
GtkBitset*
gtk_bitset_new_range (
  guint start,
  guint n_items
)
Parameters
- start
- 
            Type: guintFirst value to add. 
- n_items
- 
            Type: guintNumber of consecutive values to add. 
Return value
Type: GtkBitset
A new bitset.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |