Method
IpuzCluesget_clue_string_by_id
Declaration [src]
gchar*
ipuz_clues_get_clue_string_by_id (
IpuzClues* clues,
IpuzClueId* clue_id
)
Description [src]
Returns a string containing the solution of the puzzle for a given clue. This string will have ‘?’ characters embedded within it if there are cells without solutions set yet.
Parameters
clue_id
-
Type:
IpuzClueId
An
IpuzClueId
to get the clue string for.The data is owned by the caller of the method.