Method

WebKit2URISchemeRequestfinish

Declaration [src]

void
webkit_uri_scheme_request_finish (
  WebKitURISchemeRequest* request,
  GInputStream* stream,
  gint64 stream_length,
  const gchar* content_type
)

Description [src]

Finish a WebKitURISchemeRequest by setting the contents of the request and its mime type.

Parameters

stream

Type: GInputStream

A GInputStream to read the contents of the request.

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

Type: gint64

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

content_type

Type: const gchar*

The content type of the stream or NULL if not known.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.