Method

Gtk.Bitset.copy

Declaration [src]

GtkBitset*
gtk_bitset_copy (
  const GtkBitset* self
)

Description [src]

Creates a copy of self.

Return value

Returns: GtkBitset

A new bitset that contains the same values as self

Ownership of the data is transferred to the caller