Top | ![]() |
![]() |
![]() |
![]() |
WebKitGeolocationPolicyDecisionWebKitGeolocationPolicyDecision — Liaison between WebKit and the application regarding asynchronous geolocation policy decisions |
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.
void
webkit_geolocation_policy_allow (WebKitGeolocationPolicyDecision *decision
);
Will send the allow decision to the policy implementer.
Since 1.1.23
void
webkit_geolocation_policy_deny (WebKitGeolocationPolicyDecision *decision
);
Will send the deny decision to the policy implementer.
Since 1.1.23