Method

IpuzClueset_location

Declaration [src]

void
ipuz_clue_set_location (
  IpuzClue* clue,
  IpuzCellCoord* location
)

Description [src]

Sets the location of clue to be location. This is used for IpuzArrowword.

The location can be unset by passing in NULL to location.

Parameters

location

Type: IpuzCellCoord

Location to set the coord of the clue to.

The argument can be NULL.
The data is owned by the caller of the method.