GObject.Object
WebKit.WebDatabase
Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitWebDatabase |
Class : | WebDatabase |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
display_name : String
read only
The display name of the Web Database database.
The display name of the Web Database database.
|
WebKit.WebDatabase | |
expected_size : guint64
read only
The expected size of the database in bytes as defined by the web author.
The expected size of the database in bytes as defined by the web author.
|
WebKit.WebDatabase | |
filename : String
read only
The absolute filename of the Web Database database.
The absolute filename of the Web Database database.
|
WebKit.WebDatabase | |
name : String
The name of the Web Database database.
The name of the Web Database database.
|
WebKit.WebDatabase | |
parent_instance : GObject.Object
read only
|
WebKit.WebDatabase | |
priv : WebKit.WebDatabasePrivate
read only
|
WebKit.WebDatabase | |
security_origin : WebKit.SecurityOrigin
The security origin of the database.
The security origin of the database.
|
WebKit.WebDatabase | |
size : guint64
read only
The current size of the database in bytes.
The current size of the database in bytes.
|
WebKit.WebDatabase |
Method / Constructor | Defined By | |
---|---|---|
new WebKit.WebDatabase
(Object properties)
Create a new WebKit.WebDatabase
Create a new WebKit.WebDatabase
|
||
get_display_name
()
:
String
Returns the name of the WebKitWebDatabase as seen by the user.
Returns the name of the WebKitWebDatabase as seen by the user.
|
WebKit.WebDatabase | |
get_expected_size
()
:
guint64
Returns the expected size of the WebKitWebDatabase in bytes as defined by the
web author.
Returns the expected size of the WebKitWebDatabase in bytes as defined by the
web author. The Web Database standard allows web authors to specify an expected size of the database to optimize the user experience.
|
WebKit.WebDatabase | |
get_filename
()
:
String
Returns the absolute filename to the WebKitWebDatabase file on disk.
Returns the absolute filename to the WebKitWebDatabase file on disk.
|
WebKit.WebDatabase | |
get_name
()
:
String
Returns the canonical name of the WebKitWebDatabase.
Returns the canonical name of the WebKitWebDatabase.
|
WebKit.WebDatabase | |
get_security_origin
()
:
WebKit.SecurityOrigin
Returns the security origin of the WebKitWebDatabase.
Returns the security origin of the WebKitWebDatabase.
|
WebKit.WebDatabase | |
get_size
()
:
guint64
Returns the actual size of the WebKitWebDatabase space on disk in bytes.
Returns the actual size of the WebKitWebDatabase space on disk in bytes.
|
WebKit.WebDatabase | |
remove
()
:
none
Removes the WebKitWebDatabase from its security origin and destroys all data
stored in the database.
Removes the WebKitWebDatabase from its security origin and destroys all data
stored in the database.
|
WebKit.WebDatabase |
None |