Method

IpuzGuessesget_puzzle_data

Declaration [src]

const gchar*
ipuz_guesses_get_puzzle_data (
  IpuzGuesses* guesses,
  const gchar* key
)

Description [src]

Returns the puzzle-wide data associated with key, or NULL if the data is not set.

Parameters

key

Type: const gchar*

The key to retrieve data for.

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

Return value

Type: const gchar*

The data associated with key, or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.