Method
GtkBitsetcopy
Declaration [src]
GtkBitset*
gtk_bitset_copy (
const GtkBitset* self
)
Return value
Type: GtkBitset
A new bitset that contains the same
values as self
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |