Method

IpuzPuzzleset_explanation

Declaration [src]

void
ipuz_puzzle_set_explanation (
  IpuzPuzzle* self,
  const gchar* explanation
)

Description [src]

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

Sets the text to be displayed after a successful solve.

Parameters

explanation

Type: const gchar*

Text displayed after a successful solve.

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