Method

IpuzCellget_saved_guess

Declaration [src]

const gchar*
ipuz_cell_get_saved_guess (
  IpuzCell* cell
)

Description [src]

Returns the saved guess of cell.

This method should rarely be called. The saved_guess field is used as a guess of the solution when saving a grid to disk. You should consider using IpuzGuesses to capture the transient state of a puzzle instead, as it doesn’t affect the original puzzle.

Return value

Type: const gchar*

The saved guess of cell.

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