Method

IpuzCellset_label

Declaration [src]

void
ipuz_cell_set_label (
  IpuzCell* cell,
  const gchar* label
)

Description [src]

Sets the label of cell.

Note

The label is interpreted differently for each puzzle kind. Check each puzzle’s Representation section of the docs to learn how to use it.

Parameters

label

Type: const gchar*

The label of cell.

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