WebKitGeolocationPolicyDecision

WebKitGeolocationPolicyDecision — Liaison between WebKit and the application regarding asynchronous geolocation policy decisions

Synopsis

                    WebKitGeolocationPolicyDecision;
void                webkit_geolocation_policy_allow     (WebKitGeolocationPolicyDecision *decision);
void                webkit_geolocation_policy_deny      (WebKitGeolocationPolicyDecision *decision);
GType               webkit_geolocation_policy_decision_get_type
                                                        (void);

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.

Details

WebKitGeolocationPolicyDecision

typedef struct {
    GObject parent_instance;
} WebKitGeolocationPolicyDecision;


webkit_geolocation_policy_allow ()

void                webkit_geolocation_policy_allow     (WebKitGeolocationPolicyDecision *decision);

Will send the allow decision to the policy implementer.

Since 1.1.23


webkit_geolocation_policy_deny ()

void                webkit_geolocation_policy_deny      (WebKitGeolocationPolicyDecision *decision);

Will send the deny decision to the policy implementer.

Since 1.1.23


webkit_geolocation_policy_decision_get_type ()

GType               webkit_geolocation_policy_decision_get_type
                                                        (void);

Returns :