Function

IpuzCharsetBuildernew

Declaration [src]

IpuzCharsetBuilder*
ipuz_charset_builder_new (
  void
)

Description [src]

Returns an empty builder for a character set. Use ipuz_charset_builder_add_text() to populate it. Once it’s populated, use ipuz_charset_builder_build() to create a charset.

Return value

Type: IpuzCharsetBuilder

The newly created IpuzCharsetBuilder

The caller of the function takes ownership of the data, and is responsible for freeing it.