Method

MalcontentAppFilterBuilderclear

since: 0.2.0

Declaration [src]

void
mct_app_filter_builder_clear (
  MctAppFilterBuilder* builder
)

Description [src]

Clear builder, freeing any internal state in it.

This will not free the top-level storage for builder itself, which is assumed to be allocated on the stack.

If called on an already-cleared MctAppFilterBuilder, this function is idempotent.

Available since: 0.2.0