Method

IpuzCluesforeach_clue

Declaration [src]

void
ipuz_clues_foreach_clue (
  IpuzClues* self,
  IpuzCluesForeachClueFunc func,
  gpointer user_data
)

Description [src]

Calls func for each IpuzClue in self.

Parameters

func

Type: IpuzCluesForeachClueFunc

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.