Method

IpuzPuzzleset_title

Declaration [src]

void
ipuz_puzzle_set_title (
  IpuzPuzzle* self,
  const gchar* title
)

Description [src]

Sets the title of self.

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

Sets propertyIpuz.Puzzle:title

Parameters

title

Type: const gchar*

The title of self.

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