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:
IpuzPuzzleForeachStyleFuncThe function to call for each style.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.