Method
IpuzCellget_clue
Declaration [src]
const IpuzClue*
ipuz_cell_get_clue (
IpuzCell* cell,
IpuzClueDirection direction
)
Description [src]
Returns the clue associated with cell
in the direction
direction. If not such clue exists, then NULL
is returned.
Parameters
direction
-
Type:
IpuzClueDirection
The direction to find a cell.
Return value
Type: IpuzClue
The clue of cell
, or NULL
.
The data is owned by the instance. |
The return value can be NULL . |