UserContentFilterStore.fetchIdentifiers

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.

class UserContentFilterStore
void
fetchIdentifiers
(
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

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