Constructor
WebKit2URISchemeResponsenew
Declaration [src]
WebKitURISchemeResponse*
webkit_uri_scheme_response_new (
GInputStream* input_stream,
gint64 stream_length
)
Parameters
input_stream |
GInputStream |
A |
|
The data is owned by the caller of the function. | |
stream_length |
gint64 |
The length of the stream or -1 if not known. |
Return value
Returns: | WebKitURISchemeResponse |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |