Method

MalcontentWebFilterget_block_lists

unstable since: 0.14.0

Declaration [src]

GHashTable*
mct_web_filter_get_block_lists (
  MctWebFilter* filter
)

Description [src]

Gets the block lists configured on the filter.

These are a mapping from ID to the URI of the block list. See the MctWebFilter documentation for allowed ID values.

A NULL return value is equivalent to an empty mapping.

Available since: 0.14.0

Return value

Type: GHashTable

Mapping of ID to URI for block lists.

The returned data is owned by the instance.
The return value can be NULL.