Method
IpuzCrosswordget_id_by_clue
Declaration [src]
gboolean
ipuz_crossword_get_id_by_clue (
IpuzCrossword* self,
const IpuzClue* clue,
IpuzClueId* clue_id
)
Description [src]
Finds the IpuzClueId
of clue
in self
. If clue
doesn’t exist in
self
, then FALSE
is returned and clue_id
‘s direction is set to
IPUZ_CLUE_DIRECTION_NONE.
Parameters
clue
-
Type:
IpuzClue
No description available.
The data is owned by the caller of the method. clue_id
-
Type:
IpuzClueId
No description available.
The data is owned by the caller of the method.