Method

IpuzClueget_location

Declaration [src]

gboolean
ipuz_clue_get_location (
  const IpuzClue* clue,
  IpuzCellCoord* location
)

Description [src]

Sets location to be the coord of clue.

This is used by IpuzArrowword, which display the clue within a given cell. If a location has not been set for clue, then location is left untouched and FALSE is returned.

Parameters

location

Type: IpuzCellCoord

Location to set the coord of the clue.

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

Return value

Type: gboolean

TRUE, if location is set.