Method

IpuzGuessesget_stride_guess

Declaration [src]

const gchar*
ipuz_guesses_get_stride_guess (
  IpuzGuesses* guesses,
  IpuzClueDirection direction,
  guint index
)

Description [src]

Queries a row’s or column’s data string that has been previously set with ipuz_guesses_set_stride_guess().

Parameters

direction

Type: IpuzClueDirection

IPUZ_CLUE_DIRECTION_ACROSS or IPUZ_CLUE_DIRECTION_DOWN.

index

Type: guint

Index of the row (IPUZ_CLUE_DIRECTION_ACROSS) or column (IPUZ_CLUE_DIRECTION_DOWN) with which to associate the data.

Return value

Type: const gchar*

The guess set previously with ipuz_guesses_set_stride_guess(), or NULL if the data is not set.

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