Method

IpuzClueget_cells

Declaration [src]

const GArray*
ipuz_clue_get_cells (
  IpuzClue* clue
)

Description [src]

Returns a GArray filled with the coordinates of the cells associated with the clue. Can be NULL if the puzzle has been modified and the clues haven’t been recalculated.

Return value

Type: An array of IpuzCellCoord*

The cells for clue.

The data is owned by the instance.
The return value can be NULL.