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 saving the puzzle. It is not recommended to change this value.

Sets propertyIpuz.Puzzle:block

Parameters

block

Type: const gchar*

The text value that represents a block.

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