Method

IpuzPuzzleset_annotation

Declaration [src]

void
ipuz_puzzle_set_annotation (
  IpuzPuzzle* self,
  const gchar* annotation
)

Description [src]

Sets a non-displayed annotation.

Sets propertyIpuz.Puzzle:annotation

Parameters

annotation

Type: const gchar*

A non-displayed annotation.

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