Struct
WebKit2UserContentFilter
Description [src]
struct WebKitUserContentFilter {
/* No available fields */
}
A compiled set of rules which applied to resource loads.
Available since: | 2.24 |
Instance methods
webkit_user_content_filter_get_identifier
Obtain the identifier previously used to save the user_content_filter
in the
WebKitUserContentFilterStore
.
Available since: 2.24
webkit_user_content_filter_ref
Atomically increments the reference count of user_content_filter
by one.
This function is MT-safe and may be called from any thread.
Available since: 2.24
webkit_user_content_filter_unref
Atomically decrements the reference count of user_content_filter
by one.
If the reference count drops to 0, all the memory allocated by the
WebKitUserContentFilter
is released. This function is MT-safe and may
be called from any thread.
Available since: 2.24