Method
IpuzCluesget_guess_string_by_id
Declaration [src]
gchar*
ipuz_clues_get_guess_string_by_id (
IpuzClues* clues,
IpuzClueId* clue_id
)
Description [src]
Returns a string containing the guess in the puzzle for a given clue. This string will have ‘?’ characters embedded within it if there are cells not completely filled out.
Parameters
clue_id
-
Type:
IpuzClueId
An
IpuzClueId
to get the guesses string for.The data is owned by the caller of the method.