Method
IpuzCluesforeach_clue
Declaration [src]
void
ipuz_clues_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 method.