Method

GtkBitsetIterprevious

Declaration [src]

gboolean
gtk_bitset_iter_previous (
  GtkBitsetIter* iter,
  guint* value
)

Description [src]

Moves iter to the previous value in the set.

If it was already pointing to the first value in the set, FALSE is returned and iter is invalidated.

Parameters

value

Type: guint*

Set to the previous value.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

TRUE if a previous value existed.