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 a charset that doesn’t include the characters of the solution of self may cause problems for tools that use the puzzle, but doesn’t affect the puzzle..

Updating this value will also keep IpuzPuzzle:charset in sync.

Parameters

charset_str

Type: const gchar*

The characters that can be entered in the puzzle, in string form.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.