Method
IpuzBoardget_cell_by_clue
Declaration [src]
IpuzCell*
ipuz_board_get_cell_by_clue (
IpuzBoard* board,
IpuzClue* clue,
IpuzCellCoord* coord
)
Parameters
clue
-
Type:
IpuzClue
No description available.
The data is owned by the caller of the method. coord
-
Type:
IpuzCellCoord
No description available.
The data is owned by the caller of the method.
Return value
Type: IpuzCell
No description available.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |