Method
IpuzGuessesget_guess
Declaration [src]
const gchar*
ipuz_guesses_get_guess (
IpuzGuesses* guesses,
const IpuzCellCoord* coord
)
Description [src]
Returns the guess in the cell at coord
. If the user hasn’t guessed
a value there then NULL
is returned.
Parameters
coord
-
Type:
IpuzCellCoord
The coordinate to get the guess from.
The data is owned by the caller of the method.