Method

WebKit2UserContentFilterStorefetch_identifiers_finish

Declaration [src]

gchar**
webkit_user_content_filter_store_fetch_identifiers_finish (
  WebKitUserContentFilterStore* store,
  GAsyncResult* result
)

Description [src]

Finishes an asynchronous fetch of the list of stored filters.

Finishes an asynchronous fetch of the list of identifiers for the stored filters previously started with webkit_user_content_filter_store_fetch_identifiers().

Available since:2.24

Parameters

result GAsyncResult
 

A GAsyncResult.

 The data is owned by the caller of the function.

Return value

Returns: An array of utf8
 

A NULL-terminated list of filter identifiers.

 The array is NULL-terminated.
 The caller of the method takes ownership of the data, and is responsible for freeing it.
 Each element is a NUL terminated UTF-8 string.