Method
IpuzCharsetBuilderbuild
Declaration [src]
IpuzCharset*
ipuz_charset_builder_build (
IpuzCharsetBuilder* self
)
Description [src]
Consumes builder
and frees it, and returns an immutable
IpuzCharset
. The resulting charset can be queried efficiently for
character counts and such.
Return value
Type: IpuzCharset
A charset compiled from the information in the
builder
. Use ipuz_charset_unref()
to free the return value.
The caller of the method takes ownership of the data, and is responsible for freeing it. |