Method

IpuzCrosswordclue_guessed

Declaration [src]

gboolean
ipuz_crossword_clue_guessed (
  IpuzCrossword* self,
  IpuzClue* clue,
  gboolean* correct
)

Description [src]

Check to see if every field in the clue is guessed. This doesn’t account for the correctness of the clue.

Parameters

clue

Type: IpuzClue

The clue to check.

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

Type: gboolean*

No description available.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE, if every field in the clue is guessed.