Method
WebKit2WebResourceget_uri
Declaration [src]
const gchar*
webkit_web_resource_get_uri (
WebKitWebResource* resource
)
Description [src]
Returns the current active URI of resource
.
The active URI might change during a load operation:
WebKitWebResource::sent-request
signal is emitted without a redirected response, the active URI is the URI of
the request sent to the server.
WebKitWebResource::sent-request
signal
is emitted again with a redirected response, the active URI is the URI the request
was redirected to.
You can monitor the active URI by connecting to the notify::uri
signal of resource
.
Gets property | WebKit2.WebResource:uri |