webkit-0.11.1: Binding to the Webkit library.

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

Graphics.UI.Gtk.WebKit.GeolocationPolicyDecision

Contents

Description

Object used to communicate with the application when downloading

Synopsis

Details

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