Method

MalcontentWebFilterunref

unstable since: 0.14.0

Declaration [src]

void
mct_web_filter_unref (
  MctWebFilter* filter
)

Description [src]

Decrement the reference count of filter. If the reference count reaches zero, free the filter and all its resources.

Available since: 0.14.0

Parameters

filter

Type: MctWebFilter

A web filter.

The instance takes ownership of the data, and is responsible for freeing it.