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_count
Number of
IPUZ_CELL_BLOCK
cells in the puzzle.normal_count
Number of
IPUZ_CELL_NORMAL
cells in the puzzle.null_count
Number of
IPUZ_CELL_NULL
cells in the puzzle.
Instance methods
ipuz_cell_stats_equal
Compares two IpuzPuzzleStats
and returns TRUE
if they contain the same values.