Method
IpuzCharsetBuilderremove_text
Declaration [src]
gboolean
ipuz_charset_builder_remove_text (
IpuzCharsetBuilder* self,
const char* text
)
Description [src]
Tries to remove all the characters in text from self,
i.e. decrease their character counts by as many instances of each
character there are in text. If text contains characters that are
not already in the self, or if text contains more of a certain
character than self already has, this function returns FALSE and
leaves self unchanged.