Method

IpuzPuzzleset_editor

Declaration [src]

void
ipuz_puzzle_set_editor (
  IpuzPuzzle* self,
  const gchar* editor
)

Description [src]

Sets the editor of the puzzle.

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

Sets propertyIpuz.Puzzle:editor

Parameters

editor

Type: const gchar*

The editor of the puzzle.

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