Struct

IpuzCellCoord

Description [src]

struct IpuzCellCoord {
  guint row;
  guint column;
}

A data type representing the coordinates of a single IpuzCell.

Structure members
row

The row offset of the cell.

column

The column offset of the cell.

Instance methods

ipuz_cell_coord_copy

Returns a newly allocated copy of coord.

ipuz_cell_coord_equal

Returns TRUE if coord1 and coord2 are identical.

ipuz_cell_coord_free

Frees coord.