Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.WebPolicyDecision

Class WebKit.WebPolicyDecision

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitWebPolicyDecision
Class : WebPolicyDecision
Extends: GObject.Object
WebKitWebPolicyDecision objects are given to the application on
signal emissions that deal with policy decisions, such as if a new
window should be opened, or if a given navigation should be
allowed. The application uses it to tell the engine what to do.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.WebView
Signal
mime_type_policy_decision_requested (WebView self, WebFrame frame, NetworkRequest request, String mimetype, WebPolicyDecision policy_decision) : gboolean
Decide whether or not to display the given MIME type.
WebKit.WebView
Signal
navigation_policy_decision_requested (WebView self, WebFrame frame, NetworkRequest request, WebNavigationAction navigation_action, WebPolicyDecision policy_decision) : gboolean
Emitted when frame requests a navigation to another page.
WebKit.WebView
Signal
new_window_policy_decision_requested (WebView self, WebFrame frame, NetworkRequest request, WebNavigationAction navigation_action, WebPolicyDecision policy_decision) : gboolean
Emitted when frame requests opening a new window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:03 GMT+0800 (HKT)