Method

IpuzCellget_initial_val

Declaration [src]

const gchar*
ipuz_cell_get_initial_val (
  IpuzCell* cell
)

Description [src]

Returns the initial value of cell.

Note

The initial_val 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 initial val of cell.

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