Enumeration
WebKit2PolicyDecisionType
Description [src]
Enum values used for determining the type of a policy decision during
WebKitWebView::decide-policy.
Members
| Name | Description | 
|---|---|
| WEBKIT_POLICY_DECISION_TYPE_NAVIGATION_ACTION | This type of policy decision
  is requested when WebKit is about to navigate to a new page in either the
  main frame or a subframe. Acceptable policy decisions are either
   | 
| WEBKIT_POLICY_DECISION_TYPE_NEW_WINDOW_ACTION | This type of policy decision
  is requested when WebKit is about to create a new window. Acceptable policy
  decisions are either  | 
| WEBKIT_POLICY_DECISION_TYPE_RESPONSE | This type of decision is used when WebKit has
  received a response for a network resource and is about to start the load.
  Note that these resources include all subresources of a page such as images
  and stylesheets as well as main documents. Appropriate policy responses to
  this decision are webkit_policy_decision_use(), webkit_policy_decision_ignore(),
  or webkit_policy_decision_download(). This type of policy decision is always
  a  |