Property
IpuzPuzzle:puzzle-kind
Description [src]
The kind type of the puzzle.
This can be more useful than the GType of the puzzle for switch
statements or other conditionals.
Note: This only returns the more specific type. So a cryptic
crossword will return IPUZ_PUZZLE_CRYPTIC, and not
IPUZ_PUZZLE_CROSSWORD.
Type:IpuzPuzzleKind
| Default value | IPUZ_PUZZLE_UNKNOWN |
| Getter method | ipuz_puzzle_get_puzzle_kind() |