Function

IpuzPuzzleKindto_string

Declaration [src]

const gchar*
ipuz_puzzle_kind_to_string (
  IpuzPuzzleKind kind
)

Description [src]

Returns a lowercase name of the kind field. The returned string is not translated. This function is intended for debugging or serializing, and is not meant for user display.

Parameters

kind

Type: IpuzPuzzleKind

An [enum@.

Return value

Type: const gchar*

A lowercase name of the kind field.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.