Virtual Method
IpuzCluesforeach_clue
Declaration [src]
void
foreach_clue (
IpuzClues* clues,
IpuzCluesForeachClueFunc func,
gpointer user_data
)
Parameters
func-
Type:
IpuzCluesForeachClueFuncThe function to call for each clue.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.