Method

IpuzCharsetget_total_count

Declaration [src]

guint
ipuz_charset_get_total_count (
  const IpuzCharset* self
)

Description [src]

Returns the cummulative count of all the characters stored in self.

This is separate from ipuz_charset_get_n_chars() which returns the count of the different of types of characters.

Return value

Type: guint

The total number of characters in self.