GObject.Object
WebKit.GeolocationPolicyDecision
| Import line: | WebKit = imports.gi.WebKit; |
| GIR File: | WebKit-3.0.gir |
| C documentation: | WebKitGeolocationPolicyDecision |
| Class : | GeolocationPolicyDecision |
| Extends: | GObject.Object |
| Properties | Defined By | |
|---|---|---|
|
parent_instance : GObject.Object
read only
|
WebKit.GeolocationPolicyDecision | |
|
priv : WebKit.GeolocationPolicyDecisionPrivate
read only
|
WebKit.GeolocationPolicyDecision | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new WebKit.GeolocationPolicyDecision
(Object properties)
Create a new WebKit.GeolocationPolicyDecision
Create a new WebKit.GeolocationPolicyDecision
|
||
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
WebKit
Method |
WebKit.geolocation_policy_allow
(GeolocationPolicyDecision decision)
:
none
Will send the allow decision to the policy implementer.
|
|
WebKit
Method |
WebKit.geolocation_policy_deny
(GeolocationPolicyDecision decision)
:
none
Will send the deny decision to the policy implementer.
|
|
WebKit.WebView
Signal |
geolocation_policy_decision_requested
(WebView self, WebFrame frame, GeolocationPolicyDecision policy_decision)
:
gboolean
This signal is emitted when a frame wants to obtain the user's
location. |