Method

IpuzAcrosticget_normalized_quote

Declaration [src]

const gchar*
ipuz_acrostic_get_normalized_quote (
  IpuzAcrostic* self
)

Description [src]

Returns the normalized quote of self. Every character here exists in IpuzPuzzle:charset, and spells out the phrase in the grid.

Return value

Type: const gchar*

The normalized quote of self.

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