Struct

IpuzCharsetValue

Description [src]

struct IpuzCharsetValue {
  gunichar c;
  guint count;
}

A struct 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 the IpuzCharset

Constructors

ipuz_charset_value_new

Returns a newly allocated empty IpuzCharsetValue.

Instance methods