Method
WebKit2ResponsePolicyDecisionget_request
Declaration [src]
WebKitURIRequest*
webkit_response_policy_decision_get_request (
WebKitResponsePolicyDecision* decision
)
Description [src]
Return the WebKitURIRequest
associated with the response decision.
Modifications to the returned object are WebKitPage::send-request
signal can be used instead.
Gets property | WebKit2.ResponsePolicyDecision:request |
Return value
Type: WebKitURIRequest
The URI request that is associated with this policy decision.
The data is owned by the instance. |