Method

IpuzCellset_solution

Declaration [src]

void
ipuz_cell_set_solution (
  IpuzCell* cell,
  const gchar* solution
)

Description [src]

Sets the solution of cell.

Note

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

Parameters

solution

Type: const gchar*

The solution of cell.

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