Constructor
WebKit2URIRequestnew
Declaration [src]
WebKitURIRequest*
webkit_uri_request_new (
const gchar* uri
)
Parameters
uri |
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
Returns: | WebKitURIRequest |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |