Function

Ipuzget_charset_languages

Declaration [src]

const char* const*
ipuz_get_charset_languages (
  void
)

Description [src]

Returns a NULL-terminated array of language codes supported by ipuz_charset_builder_new_for_language().

Return value

Type: An array of utf8

A NULL-terminated array of language codes.

The array is NULL-terminated.
The data is owned by the called function.
Each element is a NUL terminated UTF-8 string.