Method

IpuzPuzzleset_difficulty

Declaration [src]

void
ipuz_puzzle_set_difficulty (
  IpuzPuzzle* self,
  const gchar* difficulty
)

Description [src]

Returns the difficulty of the puzzle.

This value is advisory only, as there is no standard for difficulty.

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

Sets propertyIpuz.Puzzle:difficulty

Parameters

difficulty

Type: const gchar*

The difficulty of the puzzle.

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