Method
IpuzGridset_guesses
Declaration [src]
gboolean
ipuz_grid_set_guesses (
IpuzGrid* self,
IpuzGuesses* guesses
)
Description [src]
Sets guesses
for self
. If there’s a mismatch in the cell types
between guesses
and self
then FALSE
is returned. guesses
will
be set regardless of the return value.
Mismatches can be fixed by calling ipuz_grid_fix_guesses()
.
Sets property | Ipuz.Grid:guesses |
Parameters
guesses
-
Type:
IpuzGuesses
The
IpuzGuesses
to set on self.The argument can be NULL
.The data is owned by the caller of the method.