Method

IpuzClueset_clue_text

Declaration [src]

void
ipuz_clue_set_clue_text (
  IpuzClue* clue,
  const gchar* clue_text
)

Description [src]

Sets the clue text of clue to be clue_text.

Parameters

clue_text

Type: const gchar*

The clue text of clue.

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