Function
GtkBitsetIterinit_first
Declaration [src]
gboolean
gtk_bitset_iter_init_first (
  GtkBitsetIter* iter,
  const GtkBitset* set,
  guint* value
)
Description [src]
Initializes an iterator for set and points it to the first
value in set.
If set is empty, FALSE is returned and value is set to G_MAXUINT.
Parameters
| iter | GtkBitsetIter | 
| A pointer to an uninitialized  | |
| The argument will be set by the function. | |
| The data is owned by the caller of the function. | |
| set | GtkBitset | 
| A  | |
| The data is owned by the caller of the function. | |
| value | guint* | 
| Set to the first value in  | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The called function takes ownership of the data, and is responsible for freeing it. |