Method

IpuzGridforeach_cell

Declaration [src]

void
ipuz_grid_foreach_cell (
  IpuzGrid* self,
  IpuzGridForeachCellFunc func,
  gpointer user_data
)

Description [src]

Calls func for each IpuzCell in self.

Parameters

func

Type: IpuzGridForeachCellFunc

The function to call for each cell.

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.