Method

IpuzPuzzleset_notes

Declaration [src]

void
ipuz_puzzle_set_notes (
  IpuzPuzzle* self,
  const gchar* notes
)

Description [src]

Sets the notes about the puzzle.

Note: This string can also be styled with PangoMarkup. See the Text Handling section for additional information.

Sets propertyIpuz.Puzzle:notes

Parameters

notes

Type: const gchar*

The notes about the puzzle.

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