Method

IpuzCharsetserialize

Declaration [src]

gchar*
ipuz_charset_serialize (
  const IpuzCharset* self
)

Description [src]

Concatenates all the unique characters stored in self in the order in which they would be returned by ipuz_charset_get_char_index().

Return value

Type: gchar*

A string with all the characters from the character set.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.