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.

Return value

Type: const gchar*

The guess at cell, or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.