Method

IpuzCellset_saved_guess

Declaration [src]

void
ipuz_cell_set_saved_guess (
  IpuzCell* cell,
  const gchar* saved_guess
)

Description [src]

Sets a user guess for a cell for cell.

This method should rarely be called. This value is used as a preset guess of the solution when saving a grid to disk. You should use IpuzGuesses to capture the transient state of a puzzle instead.

Parameters

saved_guess

Type: const gchar*

A guess for cell.

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