Method

IpuzPuzzleget_origin

Declaration [src]

const gchar*
ipuz_puzzle_get_origin (
  IpuzPuzzle* self
)

Description [src]

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

Example origin string:

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

Return value

Type: const gchar*

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

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.