Constructor

HeChipnew

Declaration

HeChip*
he_chip_new (
  const gchar* label
)

Description [src]

Creates a new Chip.

Since: 1.0.

Parameters

label

Type: const gchar*

The text to display in the chip. .

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: HeChip

No description available.

The data is owned by the called function.