Method

Gtk.Bitset.get_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

Returns: guint

The smallest value in self