Method
IpuzCharsetiter_first
Declaration [src]
IpuzCharsetIter*
ipuz_charset_iter_first (
const IpuzCharset* self
)
Description [src]
Gets an iterator for querying the charset. The first value can be
queried with ipuz_charset_iter_get_value()
. Note that the
iterator must be allowed to terminate by running it until
ipuz_charset_iter_next()
returns NULL
; that last iteration will
free the IpuzCharsetIter
.
This method is not directly available to language bindings.
Return value
Type: IpuzCharsetIter
The first iterator.
The returned data is owned by the instance. |