WebKit.PermissionState – webkit2gtk-4.0 Reference Manual
PermissionState
Description:
[
CCode
( cprefix =
"WEBKIT_PERMISSION_STATE_"
, type_id =
"webkit_permission_state_get_type ()"
) ]
[
Version
( since =
"2.40"
) ]
public
enum
PermissionState
Enum values representing query permission results.
Namespace:
WebKit
Package:
webkit2gtk-4.0
Content:
Enum values:
DENIED
-
Access to the feature is denied.
GRANTED
-
Access to the feature is granted.
PROMPT
-
Access to the feature has to be requested via user prompt.