Method

IpuzPuzzleget_explanation

Declaration [src]

const gchar*
ipuz_puzzle_get_explanation (
  IpuzPuzzle* self
)

Description [src]

Returns the text to be displayed after a successful solve.

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

Return value

Type: const gchar*

The text to be displayed after a successful solve.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.