|
| Graphics.UI.Gtk.WebKit.WebPolicyDecision | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| 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.
|
|
| Produced by Haddock version 2.6.0 |