Method

WebKit2WebExtensionURIRequestset_uri

Declaration [src]

void
webkit_uri_request_set_uri (
  WebKitURIRequest* request,
  const gchar* uri
)

Description [src]

Set the URI of request.

Parameters

uri

Type: const gchar*

An URI.

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