Constructor

WebKit2URISchemeResponsenew

since: 2.36

Declaration [src]

WebKitURISchemeResponse*
webkit_uri_scheme_response_new (
  GInputStream* input_stream,
  gint64 stream_length
)

Description [src]

Create a new WebKitURISchemeResponse.

Available since: 2.36

Parameters

input_stream

Type: GInputStream

A GInputStream to read the contents of the request.

The data is owned by the caller of the function.
stream_length

Type: gint64

The length of the stream or -1 if not known.

Return value

Type: WebKitURISchemeResponse

The newly created WebKitURISchemeResponse.

The caller of the function takes ownership of the data, and is responsible for freeing it.