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:
GInputStreamA
GInputStreamto read the contents of the request.The data is owned by the caller of the method.  stream_length- 
            
Type:
gint64The length of the stream or -1 if not known.
 content_type- 
            
Type:
const gchar*The content type of the stream or
NULLif 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.