WebKit2.ITPFirstParty¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class WebKit2.ITPFirstParty¶
Describes a first party origin.
New in version 2.30.
- get_domain()¶
- Returns:
the domain name
- Return type:
Get the domain name of self.
New in version 2.30.
- get_last_update_time()¶
- Returns:
the last update time as a
GLib.DateTime
- Return type:
Get the last time a
WebKit2.ITPThirdParty
has been seen under self.Each WebKitITPFirstParty is created by
WebKit2.ITPThirdParty.get_first_parties
() and therefore corresponds to exactly oneWebKit2.ITPThirdParty
.New in version 2.30.
- get_website_data_access_allowed()¶
-
Get whether self has granted website data access to its
WebKit2.ITPThirdParty
.Each WebKitITPFirstParty is created by
WebKit2.ITPThirdParty.get_first_parties
() and therefore corresponds to exactly oneWebKit2.ITPThirdParty
.New in version 2.30.
- ref()¶
- Returns:
The passed
WebKit2.ITPFirstParty
- Return type:
Atomically increments the reference count of self by one.
This function is MT-safe and may be called from any thread.
New in version 2.30.
- unref()¶
Atomically decrements the reference count of self by one.
If the reference count drops to 0, all memory allocated by
WebKit2.ITPFirstParty
is released. This function is MT-safe and may be called from any thread.New in version 2.30.