Method
WebKit2UserContentFilterStoresave_from_file_finish
Declaration [src]
WebKitUserContentFilter*
webkit_user_content_filter_store_save_from_file_finish (
WebKitUserContentFilterStore* store,
GAsyncResult* result,
GError** error
)
Description [src]
Finishes and asynchronous filter save previously started with webkit_user_content_filter_store_save_from_file().
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* , or NULL . |
Return value
Returns: | WebKitUserContentFilter |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |