Function
IpuzCluesForeachClueFunc
Declaration
void
(* IpuzCluesForeachClueFunc) (
IpuzClues* clues,
IpuzClueDirection direction,
IpuzClue* clue,
IpuzClueId* clue_id,
gpointer user_data
)
Description [src]
The function to be passed to ipuz_clues_foreach_clue().
You should not change the number of clues in xword from within
this function. It is safe to change properties of clue.
Parameters
clues-
Type:
IpuzCluesThe iterated
IpuzClues.The data is owned by the caller of the function. direction-
Type:
IpuzClueDirectionThe direction of
clue. clue-
Type:
IpuzClueThe next clue in
clues.The data is owned by the caller of the function. clue_id-
Type:
IpuzClueIdThe
IpuzClueIdofclue.The data is owned by the caller of the function. user_data-
Type:
gpointerData passed to the function.
The argument can be NULL.The data is owned by the caller of the function.