Struct
WebKit2ITPFirstParty
Description [src]
struct WebKitITPFirstParty {
/* No available fields */
}
Describes a first party origin.
Available since: | 2.30 |
Instance methods
webkit_itp_first_party_get_last_update_time
Get the last time a WebKitITPThirdParty
has been seen under itp_first_party
.
Each WebKitITPFirstParty
is created by webkit_itp_third_party_get_first_parties()
and
therefore corresponds to exactly one WebKitITPThirdParty
.
Available since: 2.30
webkit_itp_first_party_get_website_data_access_allowed
Get whether itp_first_party
has granted website data access to its WebKitITPThirdParty
.
Each WebKitITPFirstParty
is created by webkit_itp_third_party_get_first_parties()
and
therefore corresponds to exactly one WebKitITPThirdParty
.
Available since: 2.30
webkit_itp_first_party_ref
Atomically increments the reference count of itp_first_party
by one.
This function is MT-safe and may be called from any thread.
Available since: 2.30
webkit_itp_first_party_unref
Atomically decrements the reference count of itp_first_party
by one.
If the reference count drops to 0, all memory allocated by
WebKitITPFirstParty
is released. This function is MT-safe and may be
called from any thread.
Available since: 2.30