Method

MalcontentWebFilterequal

unstable since: 0.14.0

Declaration [src]

gboolean
mct_web_filter_equal (
  MctWebFilter* a,
  MctWebFilter* b
)

Description [src]

Check whether web filters a and b are equal.

Available since: 0.14.0

Parameters

b

Type: MctWebFilter

A web filter.

The data is owned by the caller of the method.

Return value

Type: gboolean

True if a and b are equal, false otherwise.