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