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