Struct
IpuzCharsetValue
Description [src]
struct IpuzCharsetValue {
gunichar c;
guint count;
}
A data structure that represents the value of an index of an
IpuzCharset
.
It is used by ipuz_charset_get_value()
.
Structure members
c
The character at a given index.
count
The number of instances of
c
in theIpuzCharset