Method
IpuzPuzzleset_charset_str
Declaration [src]
void
ipuz_puzzle_set_charset_str (
IpuzPuzzle* self,
const gchar* charset_str
)
Description [src]
Sets the characters that can be entered in the puzzle, in string
form. Setting this explicitly will override the charset defined by
IpuzPuzzle:locale
.
Setting a charset that doesn’t include the characters of the
solution of self
may cause problems for tools that use the puzzle.
Updating this value will also keep IpuzPuzzle:charset
in sync.
Sets property | Ipuz.Puzzle:charset-str |