Method

GtkBitsetget_minimum

Declaration [src]

guint
gtk_bitset_get_minimum (
  const GtkBitset* self
)

Description [src]

Returns the smallest value in self.

If self is empty, G_MAXUINT is returned.

Return value

Type: guint

The smallest value in self.