Method

IpuzPuzzleset_date

Declaration [src]

void
ipuz_puzzle_set_date (
  IpuzPuzzle* self,
  const gchar* date
)

Description [src]

Sets the date of the puzzle or the publication date.

This string should be in the format "mm/dd/yyyy", though this isn’t currently enforced.

Note: This string can also be styled with PangoMarkup. See the Text Handling section for additional information.

Sets propertyIpuz.Puzzle:date

Parameters

date

Type: const gchar*

The date of the puzzle or the publication date.

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