FilterHTML.this

Creates a new GMimeFilterHTML filter which can be used to convert a plain UTF-8 text stream into an html stream.

  1. this(void* ptr, Flag!"Take" take)
  2. this(uint flags, uint colour)
    class FilterHTML
    this
    (
    uint flags
    ,
    uint colour
    )

Parameters

flags uint

html flags

colour uint

citation colour

Return Value

a new html filter.