CamelMimeFilterCharset
GObject ╰── CamelMimeFilter ╰── CamelMimeFilterCharset
CamelMimeFilter * camel_mime_filter_charset_new (const gchar *from_charset, const gchar *to_charset);
const gchar *from_charset
const gchar *to_charset
Create a new CamelMimeFilterCharset object to convert text from from_charset to to_charset .
from_charset
to_charset
charset to convert from
charset to convert to
a new CamelMimeFilterCharset object