Virtual Method

IpuzCluesget_clues

Declaration [src]

GArray*
get_clues (
  IpuzClues* self,
  IpuzClueDirection direction
)

Description [src]

Returns an array of all clues in the direction of direction.

Parameters

direction

Type: IpuzClueDirection

The direction of clues to search.

Return value

Type: An array of IpuzClue*

An array of all clues in the direction of direction.

The data is owned by the called function.