Method

IpuzPuzzleset_copyright

Declaration [src]

void
ipuz_puzzle_set_copyright (
  IpuzPuzzle* self,
  const gchar* copyright
)

Description [src]

Sets the copyright information for self.

As an example:

ipuz_puzzle_set_copyright (puzzle, "© 2024 Yoyodyne, Inc");

Licence information can be included in the IpuzPuzzle:license property.

Sets propertyIpuz.Puzzle:copyright

Parameters

copyright

Type: const gchar*

Copyright information for self.

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