WebKit2.ITPThirdParty¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class WebKit2.ITPThirdParty¶
Describes a third 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_first_parties()¶
- Returns:
- Return type:
Get the list of
WebKit2.ITPFirstParty
under which self has been seen.New in version 2.30.
- ref()¶
- Returns:
The passed
WebKit2.ITPThirdParty
- 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.ITPThirdParty
is released. This function is MT-safe and may be called from any thread.New in version 2.30.