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
cThe character at a given index.
countThe number of instances of
cin theIpuzCharset.