Method
IpuzArrowwordforeach_blocks
Declaration [src]
void
ipuz_arrowword_foreach_blocks (
IpuzArrowword* self,
IpuzArrowwordForeachBlocksFunc func,
gpointer user_data
)
Parameters
func-
Type:
IpuzArrowwordForeachBlocksFuncThe function to call for each block.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.