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.