webkit-0.11.0: Binding to the Webkit library.Source codeContentsIndex
Graphics.UI.Gtk.WebKit.WebPolicyDecision
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Methods
Description
Access to the WebKit PolicyDecision
Synopsis
data WebPolicyDecision
webPolicyDecisionDownload :: WebPolicyDecisionClass self => self -> IO ()
webPolicyDecisionIgnore :: WebPolicyDecisionClass self => self -> IO ()
webPolicyDecisionUse :: WebPolicyDecisionClass self => self -> IO ()
Types
data WebPolicyDecision Source
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.
Produced by Haddock version 2.6.0