Method
IpuzGridforeach_cell
Declaration [src]
void
ipuz_grid_foreach_cell (
IpuzGrid* self,
IpuzGridForeachCellFunc func,
gpointer user_data
)
Parameters
func-
Type:
IpuzGridForeachCellFuncThe function to call for each cell.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.