Method

IpuzPuzzleset_block

Declaration [src]

void
ipuz_puzzle_set_block (
  IpuzPuzzle* self,
  const gchar* block
)

Description [src]

Sets the text value that represents a block.

This value is used to indicate block squares when saving the puzzle. It is not recommended to change this value, as other implementations may expect it to be #.

block must be only be one unicode character long.

Sets propertyIpuz.Puzzle:block

Parameters

block

Type: const gchar*

The text value that represents a block in the saved file.

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