| Import line: | Epiphany = imports.gi.Epiphany; |
| GIR File: | Epiphany-2.29.gir |
| C documentation: | EphyWebViewSecurityLevel |
| Enum : | EphyWebViewSecurityLevel |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Epiphany.EphyWebViewSecurityLevel.BROKEN : 2
|
|
|
Number Epiphany.EphyWebViewSecurityLevel.INSECURE : 1
|
|
|
Number Epiphany.EphyWebViewSecurityLevel.SECURE_HIGH : 5
|
|
|
Number Epiphany.EphyWebViewSecurityLevel.SECURE_LOW : 3
|
|
|
Number Epiphany.EphyWebViewSecurityLevel.SECURE_MED : 4
|
|
|
Number Epiphany.EphyWebViewSecurityLevel.UNKNOWN : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Epiphany.EphyWebView
Property |
security_level : Epiphany.EphyWebViewSecurityLevel
read only
One of EphyWebViewSecurityLevel, determining view's current security level.
|
|
Epiphany.EphyWebView
Method |
set_security_level
(EphyWebViewSecurityLevel level)
:
none
Sets view's security-level property to level.
|
|
Epiphany.EphyWebView
Method |
get_security_level
()
:
Object
Fetches the EphyWebViewSecurityLevel and a string description of the security state of view.
|