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:gunicharThe character at a given index.
count:guintThe number of instances of
cin theIpuzCharset.