Method

WebKit2URISchemeRequestfinish_error

since: 2.2

Declaration [src]

void
webkit_uri_scheme_request_finish_error (
  WebKitURISchemeRequest* request,
  GError* error
)

Description [src]

Finish a WebKitURISchemeRequest with a GError.

Available since: 2.2

Parameters

error

Type: GError

A GError that will be passed to the WebKitWebView.

The data is owned by the caller of the method.