Method

IpuzCluesget_clue_by_id

Declaration [src]

IpuzClue*
ipuz_clues_get_clue_by_id (
  IpuzClues* clues,
  IpuzClueId* clue_id
)

Description [src]

Returns the clue at clue_id, or NULL.

Parameters

clue_id

Type: IpuzClueId

An id of a clue.

The data is owned by the caller of the method.

Return value

Type: IpuzClue

A clue at clue_id.

The data is owned by the instance.
The return value can be NULL.