Method

IpuzCrosswordget_cell

Declaration [src]

IpuzCell*
ipuz_crossword_get_cell (
  IpuzCrossword* self,
  const IpuzCellCoord* coord
)

Description

No description available.

Parameters

coord

Type: IpuzCellCoord

The coordinate of the cell to retrieve.

The data is owned by the caller of the method.

Return value

Type: IpuzCell

The IpuzCell at coord.

The returned data is owned by the instance.