Constructor
WebKit2URIRequestnew
Declaration [src]
WebKitURIRequest*
webkit_uri_request_new (
const gchar* uri
)
Parameters
uri
-
Type:
const gchar*
An URI.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: WebKitURIRequest
A new WebKitURIRequest
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |