Method
WebKit2UserContentFilterStoresave_finish
Declaration [src]
WebKitUserContentFilter*
webkit_user_content_filter_store_save_finish (
  WebKitUserContentFilterStore* store,
  GAsyncResult* result,
  GError** error
)
Description [src]
Finishes an asynchronous filter save previously started with webkit_user_content_filter_store_save().
| Available since: | 2.24 | 
Parameters
| result | GAsyncResult | 
| A  | |
| The data is owned by the caller of the function. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | WebKitUserContentFilter | 
| A  | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |