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.UserContentFilterStore.removeFinish to check whether the removal was successful.

class UserContentFilterStore
void
remove

Parameters

identifier string

a filter identifier

cancellable gio.cancellable.Cancellable

a #GCancellable or null to ignore

callback gio.types.AsyncReadyCallback

a #GAsyncReadyCallback to call when the removal is completed