![]() |
![]() |
![]() |
WebKitGTK+ Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
WebKitGeolocationPolicyDecisionWebKitGeolocationPolicyDecision — Liaison between WebKit and the application regarding asynchronous geolocation policy decisions |
WebKitGeolocationPolicyDecision; void webkit_geolocation_policy_allow (WebKitGeolocationPolicyDecision *decision
); void webkit_geolocation_policy_deny (WebKitGeolocationPolicyDecision *decision
);
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.
typedef struct _WebKitGeolocationPolicyDecision WebKitGeolocationPolicyDecision;
void webkit_geolocation_policy_allow (WebKitGeolocationPolicyDecision *decision
);
Will send the allow decision to the policy implementer.
|
a WebKitGeolocationPolicyDecision |
Since 1.1.23
void webkit_geolocation_policy_deny (WebKitGeolocationPolicyDecision *decision
);
Will send the deny decision to the policy implementer.
|
a WebKitGeolocationPolicyDecision |
Since 1.1.23