Method
IpuzCluesclue_guessed
Declaration [src]
gboolean
ipuz_clues_clue_guessed (
IpuzClues* clues,
IpuzClue* clue,
gboolean* correct
)
Description [src]
Returns TRUE
if clue
has a user guess for every cell. If all the
user guesses are correct, then correct
is set to TRUE
as well.
Parameters
clue
-
Type:
IpuzClue
The clue to inspect.
The data is owned by the caller of the method. correct
-
Type:
gboolean*
An out param to record whether all guesses are correct.
The argument will be set by the function. The argument can be set to NULL
by the method.