Method

IpuzClueget_first_coord

Declaration [src]

gboolean
ipuz_clue_get_first_coord (
  const IpuzClue* clue,
  IpuzCellCoord* coord
)

Description [src]

Sets coord to be the first coord of clue. If no coords have been set to clue, then coord is untouched and FALSE is returned.

Parameters

coord

Type: IpuzCellCoord

Location to set the first coord of clue.

The argument will be set by the function.
The data is owned by the instance.

Return value

Type: gboolean

TRUE, if coord was set to the first coord of clue.