webkit-0.11.0: Binding to the Webkit library.

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

Graphics.UI.Gtk.WebKit.WebPolicyDecision

Contents

Description

Access to the WebKit PolicyDecision

Synopsis

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.