Virtual Method

IpuzCluesclue_guessed

Declaration [src]

gboolean
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 function.
correct

Type: gboolean*

An out param to record whether all guesses are correct.

The argument will be set by the function.

Return value

Type: gboolean

TRUE, if the clue has guesses for every cell.