Method

IpuzPuzzleget_uniqueid

Declaration [src]

const gchar*
ipuz_puzzle_get_uniqueid (
  IpuzPuzzle* self
)

Description [src]

Returns a globally unique identifier for self.

Note, this function just returns the metadata that’s been set on the puzzle. Calling it won’t generate a new uniqueid.

Gets propertyIpuz.Puzzle:uniqueid

Return value

Type: const gchar*

A globally unique identifier for self.

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