Method

IpuzArrowwordforeach_blocks

Declaration [src]

void
ipuz_arrowword_foreach_blocks (
  IpuzArrowword* self,
  IpuzArrowwordForeachBlocksFunc func,
  gpointer user_data
)

Description [src]

Calls func on each block in self.

Parameters

func

Type: IpuzArrowwordForeachBlocksFunc

The function to call for each block.

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.