webkit-0.13.1.3: Binding to the Webkit library.

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

Graphics.UI.Gtk.WebKit.GeolocationPolicyDecision

Contents

Description

Object used to communicate with the application when downloading

Synopsis

Description

WebKitGeolocationPolicyDecision objects are given to the application when geolocation-policy-decision-requested signal is emitted. The application uses it to tell the engine whether it wants to allow or deny geolocation for a given frame.

Types

Methods

geolocationPolicyAllow :: GeolocationPolicyDecisionClass decision => decision -> IO () Source

Will send the allow decision to the policy implementer.

  • Since 1.1.23

geolocationPolicyDeny :: GeolocationPolicyDecisionClass decision => decision -> IO () Source

Will send the deny decision to the policy implementer.

  • Since 1.1.23