Method
IpuzGuessesset_guess
Declaration [src]
void
ipuz_guesses_set_guess (
IpuzGuesses* guesses,
const IpuzCellCoord* coord,
const gchar* guess
)
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.