Method
MalcontentWebFilterBuilderinit
unstable since: 0.14.0
Declaration [src]
void
mct_web_filter_builder_init (
MctWebFilterBuilder* builder
)
Description [src]
Initialise the given builder so it can be used to construct a new
MctWebFilter.
builder must have been allocated on the stack, and must not already be initialised.
Construct the MctWebFilter by calling methods on builder,
followed by mct_web_filter_builder_end(). To abort construction,
use mct_web_filter_builder_clear().
Available since: 0.14.0