Property

IpuzPuzzle:puzzle-kind

Declaration

property puzzle-kind: Ipuz.PuzzleKind [ read ]

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.

Default valueIPUZ_PUZZLE_UNKNOWN
Getter methodipuz_puzzle_get_puzzle_kind()

Flags

Readableyes
Writableno
Constructno
Construct onlyno