Method
IpuzPuzzleInfoget_clue_lengths
Declaration [src]
IpuzCharset*
ipuz_puzzle_info_get_clue_lengths (
IpuzPuzzleInfo* self
)
Description [src]
Returns an IpuzCharset
containing the lengths of all the
clues associated with the puzzle. This abuses charsets a little bit
as the lengths are cast to gunichar
s.
Return value
Type: IpuzCharset
An IpuzCharset
containing the lengths of all the
clues associated with the puzzle.
The caller of the method takes ownership of the data, and is responsible for freeing it. |