Method

IpuzCellget_solution

Declaration [src]

const gchar*
ipuz_cell_get_solution (
  IpuzCell* cell
)

Description [src]

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

Return value

Type: const gchar*

The solution of cell.

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