Method
IpuzCellset_saved_guess
Declaration [src]
void
ipuz_cell_set_saved_guess (
IpuzCell* cell,
const gchar* saved_guess
)
Description [src]
Sets 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.