Method

IpuzPuzzleset_intro

Declaration [src]

void
ipuz_puzzle_set_intro (
  IpuzPuzzle* self,
  const gchar* intro
)

Description [src]

Sets the text to be displayed above puzzle.

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

Sets propertyIpuz.Puzzle:intro

Parameters

intro

Type: const gchar*

The text displayed above puzzle.

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