Method

IpuzPuzzleget_charset

Declaration [src]

IpuzCharset*
ipuz_puzzle_get_charset (
  IpuzPuzzle* self
)

Description [src]

Returns the characters that can be entered in the puzzle.

If IpuzPuzzle:locale is set, then the default charset will be defined by it. Otherwise, the default (“C”) charset will be returned.

There’s no guarantee that the returned charset matches the characters of the puzzle — that should be checked independently if required.

Gets propertyIpuz.Puzzle:charset

Return value

Type: IpuzCharset

The characters that can be entered in the puzzle.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.