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.
Having a charset that doesn’t match the characters of the
solution of self
may cause problems for tools that use the puzzle.
Gets property | Ipuz.Puzzle:charset |
Return value
Type: IpuzCharset
The characters that can be entered in the puzzle.
The caller of the method takes ownership of the data, and is responsible for freeing it. |