Method

IpuzCharsetBuilderremove_character

Declaration [src]

gboolean
ipuz_charset_builder_remove_character (
  IpuzCharsetBuilder* self,
  gunichar c
)

Description [src]

Tries to remove one instance of c from self, i.e., decrease its character count by one. If c is not present in the self, this function returns FALSE and leaves self unchanged.

Parameters

c

Type: gunichar

A unicode character to remove from the builder.

Return value

Type: gboolean

TRUE, if self had at least one instance of c to remove.