Class

WebKit2PolicyDecision

[]

Description [src]

abstract class WebKit2.PolicyDecision : GObject.Object {
  parent: GObject,
  priv: WebKitPolicyDecisionPrivate*
}

A pending policy decision.

Often WebKit allows the client to decide the policy for certain operations. For instance, a client may want to open a link in a new tab, block a navigation entirely, query the user or trigger a download instead of a navigation. In these cases WebKit will fire the WebKitWebView::decide-policy signal with a WebKitPolicyDecision object. If the signal handler does nothing, WebKit will act as if webkit_policy_decision_use() was called as soon as signal handling completes. To make a policy decision asynchronously, simply increment the reference count of the WebKitPolicyDecision object.

[]

Hierarchy

hierarchy this WebKitPolicyDecision ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Instance methods

webkit_policy_decision_download

Spawn a download from this decision.

webkit_policy_decision_ignore

WebKitResponsePolicyDecision, this would cancel the request.

webkit_policy_decision_use

Accept the action which triggered this decision.

webkit_policy_decision_use_with_policies

Accept the navigation action and continue with provided policies.

Available since: 2.30

Methods inherited from GObject (43)
[]

Signals

Signals inherited from GObject (1)

Class structure