Method

IpuzGuessesset_guess

Declaration [src]

void
ipuz_guesses_set_guess (
  IpuzGuesses* guesses,
  const IpuzCellCoord* coord,
  const gchar* guess
)

Description [src]

Sets the user’s guess at coord to be guess. If NULL, the guess is cleared.

Parameters

coord

Type: IpuzCellCoord

The coordinate at which to set the guess.

The data is owned by the caller of the method.
guess

Type: const gchar*

A guess, or NULL.

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