Method
IpuzCrosswordforeach_cell
Declaration [src]
void
ipuz_crossword_foreach_cell (
IpuzCrossword* self,
IpuzCrosswordForeachCellFunc func,
gpointer user_data
)
Parameters
func
-
Type:
IpuzCrosswordForeachCellFunc
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.