Method
IpuzPuzzleforeach_style
Declaration [src]
void
ipuz_puzzle_foreach_style (
IpuzPuzzle* self,
IpuzPuzzleForeachStyleFunc func,
gpointer user_data
)
Description [src]
Calls func
for each IpuzStyle
in self
.
See IpuzPuzzleForeachStyleFunc
for more information.
Parameters
func
-
Type:
IpuzPuzzleForeachStyleFunc
The function to call for each style.
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.