Method

IpuzCrosswordforeach_clue

Declaration [src]

void
ipuz_crossword_foreach_clue (
  IpuzCrossword* self,
  IpuzCrosswordForeachClueFunc func,
  gpointer user_data
)

Description [src]

Calls func for each IpuzClue in self.

Parameters

func

Type: IpuzCrosswordForeachClueFunc

The function to call for each clue.

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.