Method
IpuzCrosswordget_clue_by_id
Declaration [src]
IpuzClue*
ipuz_crossword_get_clue_by_id (
IpuzCrossword* self,
IpuzClueId* clue_id
)
Parameters
clue_id
-
Type:
IpuzClueId
The
IpuzClueId
of the clue to retrieve.The data is owned by the caller of the method.
Return value
Type: IpuzClue
The IpuzClue
at clue_id
.
The data is owned by the instance. |