Method
IpuzClueget_coord
Declaration [src]
gboolean
ipuz_clue_get_coord (
const IpuzClue* clue,
guint index,
IpuzCellCoord* coord
)
Description [src]
Sets coord
to be the coord at index
.
If index
is longer than the number of cells associated with clue
,
then FALSE
is returned.
Parameters
index
-
Type:
guint
The index of the coord to get.
coord
-
Type:
IpuzCellCoord
Location to set the coord at
index
.The data is owned by the caller of the method.