Method

GtkBitsetcontains

Declaration [src]

gboolean
gtk_bitset_contains (
  const GtkBitset* self,
  guint value
)

Description [src]

Checks if the given value has been added to self.

Parameters

value

Type: guint

The value to check.

Return value

Type: gboolean

TRUE if self contains value.