Method

IpuzCellget_label

Declaration [src]

const gchar*
ipuz_cell_get_label (
  IpuzCell* cell
)

Description [src]

Returns 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.

Return value

Type: const gchar*

The label of cell.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.