Method

Gtk.Bitset.contains

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 guint
 

the value to check

Return value

Returns: gboolean

TRUE if self contains value