Method

IpuzCharsetBuilderset_char_count

Declaration [src]

void
ipuz_charset_builder_set_char_count (
  IpuzCharsetBuilder* self,
  gunichar c,
  guint count
)

Description [src]

Explicitly sets the count of c to be count in self.

This will override any existing counts previously set for c.

Parameters

c

Type: gunichar

A unicode character to add to the builder.

count

Type: guint

The count.