GObject.Object
WebKit.SecurityOrigin
Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitSecurityOrigin |
Class : | SecurityOrigin |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
host : String
read only
The host of the security origin.
The host of the security origin.
|
WebKit.SecurityOrigin | |
parent_instance : GObject.Object
read only
|
WebKit.SecurityOrigin | |
port : guint32
read only
The port of the security origin.
The port of the security origin.
|
WebKit.SecurityOrigin | |
priv : WebKit.SecurityOriginPrivate
read only
|
WebKit.SecurityOrigin | |
protocol : String
read only
The protocol of the security origin.
The protocol of the security origin.
|
WebKit.SecurityOrigin | |
web_database_quota : guint64
The web database qouta of the security origin in bytes.
The web database qouta of the security origin in bytes.
|
WebKit.SecurityOrigin | |
web_database_usage : guint64
read only
The cumulative size of all web databases in the security origin in bytes.
The cumulative size of all web databases in the security origin in bytes.
|
WebKit.SecurityOrigin |
Method / Constructor | Defined By | |
---|---|---|
new WebKit.SecurityOrigin
(Object properties)
Create a new WebKit.SecurityOrigin
Create a new WebKit.SecurityOrigin
|
||
get_all_web_databases
()
:
Array
Returns a list of all Web Databases in the security origin.
Returns a list of all Web Databases in the security origin.
GList of databases in the security origin.
|
WebKit.SecurityOrigin | |
get_host
()
:
String
Returns the hostname for the security origin.
Returns the hostname for the security origin.
|
WebKit.SecurityOrigin | |
get_port
()
:
guint32
Returns the port for the security origin.
Returns the port for the security origin.
|
WebKit.SecurityOrigin | |
get_protocol
()
:
String
Returns the protocol for the security origin.
Returns the protocol for the security origin.
|
WebKit.SecurityOrigin | |
get_web_database_quota
()
:
guint64
Returns the quota for Web Database storage of the security origin
in bytes.
Returns the quota for Web Database storage of the security origin
in bytes.
|
WebKit.SecurityOrigin | |
get_web_database_usage
()
:
guint64
Returns the cumulative size of all Web Database database's in the origin
in bytes.
Returns the cumulative size of all Web Database database's in the origin
in bytes.
|
WebKit.SecurityOrigin | |
set_web_database_quota
(guint64 quota)
:
none
Adjust the quota for Web Database storage of the security origin
Adjust the quota for Web Database storage of the security origin
|
WebKit.SecurityOrigin |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
WebKit.WebDatabase
Property |
security_origin : WebKit.SecurityOrigin
The security origin of the database.
|
WebKit.WebDatabase
Method |
get_security_origin
()
:
WebKit.SecurityOrigin
Returns the security origin of the WebKitWebDatabase.
|
WebKit.WebFrame
Method |
get_security_origin
()
:
WebKit.SecurityOrigin
Returns the frame's security origin.
|