Method

GtkBitsetref

Declaration [src]

GtkBitset*
gtk_bitset_ref (
  GtkBitset* self
)

Description [src]

Acquires a reference on the given GtkBitset.

Parameters

self

Type: GtkBitset

A GtkBitset.

The argument can be NULL.

Return value

Type: GtkBitset

The GtkBitset with an additional reference.

The returned data is owned by the instance.