Method

IpuzPuzzleset_origin

Declaration [src]

void
ipuz_puzzle_set_origin (
  IpuzPuzzle* self,
  const gchar* origin
)

Description [src]

Sets program-specific information about the program that wrote the puzzle file.

Example origin string:

"Created by Yoyodyne Crossword Editor Version 1.0"
Sets propertyIpuz.Puzzle:origin

Parameters

origin

Type: const gchar*

No description available.

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