Virtual Method
IpuzCluesclue_set_get_dir
Declaration [src]
IpuzClueDirection
clue_set_get_dir (
IpuzClues* clues,
guint index
)
Description [src]
Returns the direction of the clueset at index
.
This can be used in conjunction with
ipuz_clues_get_n_clue_sets()
to iterate through all the
directions in clues
. This is the only place in the API where an
index is used, as opposed to a direction.
Return value
Type: IpuzClueDirection
The direction of the clueset indexed by index
.