Struct
IpuzCellStats
Description [src]
struct IpuzCellStats {
guint block_count;
guint normal_count;
guint null_count;
}
A data type that stores statistics about an IpuzPuzzle.
Structure members
block_countNumber of
IPUZ_CELL_BLOCKcells in the puzzle.normal_countNumber of
IPUZ_CELL_NORMALcells in the puzzle.null_countNumber of
IPUZ_CELL_NULLcells in the puzzle.
Instance methods
ipuz_cell_stats_equal
Compares two IpuzPuzzleStats and returns TRUE if they contain the same values.