Method
IpuzCharsetget_value
Declaration [src]
gboolean
ipuz_charset_get_value (
const IpuzCharset* self,
guint index,
IpuzCharsetValue* value
)
Description [src]
Finds the value of a self
at the given index. On success, TRUE
will be returned and value
will be filled in with both the
character and its count.
Parameters
index
-
Type:
guint
The index of the value.
value
-
Type:
IpuzCharsetValue
The value to fill with the count.
The argument will be set by the function. The data is owned by the instance.