Method

IpuzPuzzleset_uniqueid

Declaration [src]

void
ipuz_puzzle_set_uniqueid (
  IpuzPuzzle* self,
  const gchar* uniqueid
)

Description [src]

Sets the globally unique identifier for self.

Sets propertyIpuz.Puzzle:uniqueid

Parameters

uniqueid

Type: const gchar*

A globally unique identifier for the puzzle.

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