Method
WebKit2UserContentFilterStorefetch_identifiers
Declaration [src]
void
webkit_user_content_filter_store_fetch_identifiers (
WebKitUserContentFilterStore* store,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronously retrieve a list of the identifiers for all the stored filters.
When the operation is finished, callback
will be invoked, which then can use
webkit_user_content_filter_store_fetch_identifiers_finish()
to obtain the list of
filter identifiers.
Available since: | 2.24 |