Virtual Method
IpuzCluesget_clue_by_id
Declaration [src]
IpuzClue*
get_clue_by_id (
IpuzClues* clues,
IpuzClueId* clue_id
)
Parameters
clue_id
-
Type:
IpuzClueId
An id of a clue.
The data is owned by the caller of the function.
Return value
Type: IpuzClue
A clue at clue_id
.
The data is owned by the called function. |
The return value can be NULL . |