webkit-0.12.4: Binding to the Webkit library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Safe HaskellSafe-Infered

Graphics.UI.Gtk.WebKit.WebPolicyDecision

Contents

Description

Access to the WebKit PolicyDecision

Synopsis

Desciption

WebPolicyDecision 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.

Types

Methods

webPolicyDecisionDownload :: WebPolicyDecisionClass self => self -> IO ()Source

Will send the DOWNLOAD decision to the policy implementer.

webPolicyDecisionIgnore :: WebPolicyDecisionClass self => self -> IO ()Source

Will send the IGNORE decision to the policy implementer.

webPolicyDecisionUse :: WebPolicyDecisionClass self => self -> IO ()Source

Will send the USE decision to the policy implementer.