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 should almost never be called, as it is use to preset the solution if you save a Crossword. You should use IpuzGuesses to capture the transient state of a puzzle.

Parameters

saved_guess

Type: const gchar*

A guess.

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