Class

WPEWebKitNavigationPolicyDecision

Description [src]

class WPEWebKit.NavigationPolicyDecision : WPEWebKit.PolicyDecision {
  parent: WebKitPolicyDecision
}

A policy decision for navigation actions.

WebKitNavigationPolicyDecision represents a policy decision for events associated with navigations. If the value of WebKitNavigationPolicyDecision:mouse-button is not 0, then the navigation was triggered by a mouse event.

Hierarchy

hierarchy this WebKitNavigationPolicyDecision ancestor_0 WebKitPolicyDecision ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

webkit_navigation_policy_decision_get_frame_name

Gets the value of the WebKitNavigationPolicyDecision:frame-name property.

webkit_navigation_policy_decision_get_navigation_action

Gets the value of the WebKitNavigationPolicyDecision:navigation-action property.

Available since: 2.6

Methods inherited from WebKitPolicyDecision (4)
webkit_policy_decision_download

Spawn a download from this decision.

webkit_policy_decision_ignore

Ignore the action which triggered this decision. For instance, for a 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 which triggered this decision, and continue with policies affecting all subsequent loads of resources in the origin associated with the accepted navigation action.

Available since: 2.30

Methods inherited from GObject (42)

Please see GObject for a full list of methods.

Properties

WPEWebKit.NavigationPolicyDecision:frame-name

If this navigation request targets a new frame, this property contains the name of that frame. For example if the decision was triggered by clicking a link with a target attribute equal to “_blank”, this property will contain the value of that attribute. In all other cases, this value will be NULL.

WPEWebKit.NavigationPolicyDecision:navigation-action

The WebKitNavigationAction that triggered this policy decision.

Available since: 2.6

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct WPEWebKitNavigationPolicyDecisionClass {
  WebKitPolicyDecisionClass parent_class;
  void (* _webkit_reserved0) (
void
  );
  void (* _webkit_reserved1) (
void
  );
  void (* _webkit_reserved2) (
void
  );
  void (* _webkit_reserved3) (
void
  );
  
}
Class members
parent_class
WebKitPolicyDecisionClass
  No description available.
_webkit_reserved0
void (* _webkit_reserved0) (
void
  )
  No description available.
_webkit_reserved1
void (* _webkit_reserved1) (
void
  )
  No description available.
_webkit_reserved2
void (* _webkit_reserved2) (
void
  )
  No description available.
_webkit_reserved3
void (* _webkit_reserved3) (
void
  )
  No description available.