UserContentFilterStore.remove

Asynchronously remove a content filter given its @identifier.

When the operation is finished, @callback will be invoked, which then can use webkit_user_content_filter_store_remove_finish() to check whether the removal was successful.

class UserContentFilterStore
void
remove
(
string identifier
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

identifier string

a filter identifier

cancellable Cancellable

a #GCancellable or %NULL to ignore

callback GAsyncReadyCallback

a #GAsyncReadyCallback to call when the removal is completed

userData void*

the data to pass to the callback function

Meta

Since

2.24