Virtual Method
IpuzCluesget_id_by_clue
Declaration [src]
gboolean
get_id_by_clue (
IpuzClues* clues,
const IpuzClue* clue,
IpuzClueId* clue_id
)
Description [src]
Finds the IpuzClueId
of clue
within clues
.
If clue
doesn’t exist in clues
, then FALSE
is returned and
clue_id
‘s direction is set to IpuzClueDirection
.
Parameters
clue
-
Type:
IpuzClue
The
IpuzClue
to search for.The argument can be NULL
.The data is owned by the caller of the function. clue_id
-
Type:
IpuzClueId
An
IpuzClueId
to fill in with the id ofclue
.The argument will be set by the function. The data is owned by the function.