UserContentFilterStore


Object Hierarchy:

WebKit.UserContentFilterStore WebKit.UserContentFilterStore WebKit.UserContentFilterStore GLib.Object GLib.Object GLib.Object->WebKit.UserContentFilterStore

Description:

[ CCode ( type_id = "webkit_user_content_filter_store_get_type ()" ) ]
[ Version ( since = "2.24" ) ]
public class UserContentFilterStore : Object

Handles storage of user content filters on disk.

The WebKitUserContentFilterStore provides the means to import and save JSON rule sets, which can be loaded later in an efficient manner. Once filters are stored, the UserContentFilter objects which represent them can be added to a UserContentManager with add_filter.

JSON rule sets are imported using save and stored on disk in an implementation defined format. The contents of a filter store must be managed using the UserContentFilterStore: a list of all the stored filters can be obtained with fetch_identifiers, load can be used to retrieve a previously saved filter, and removed from the store with remove.


Namespace: WebKit
Package: webkit2gtk-4.1

Content:

Properties:

Creation methods:

Methods:

Inherited Members: