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:
IpuzClueDirectionIPUZ_CLUE_DIRECTION_ACROSS or IPUZ_CLUE_DIRECTION_DOWN.
index-
Type:
guintIndex of the row (IPUZ_CLUE_DIRECTION_ACROSS) or column (IPUZ_CLUE_DIRECTION_DOWN) with which to associate the data.