Method

IpuzCellset_initial_val

Declaration [src]

void
ipuz_cell_set_initial_val (
  IpuzCell* cell,
  const gchar* initial_val
)

Description [src]

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

Parameters

initial_val

Type: const gchar*

The initial value of cell.

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