Method

IpuzAcrosticget_normalized_source

Declaration [src]

const gchar*
ipuz_acrostic_get_normalized_source (
  IpuzAcrostic* self
)

Description [src]

Returns the normalized source of self. Every character here exists in IpuzPuzzle:charset, and spells out the first letter of each clue.

Return value

Type: const gchar*

The normalized source 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.