WebKit2.ITPThirdParty

Fields

None

Methods

get_domain ()

get_first_parties ()

ref ()

unref ()

Details

class WebKit2.ITPThirdParty

Describes a third party origin.

New in version 2.30.

get_domain()
Returns:

the domain name

Return type:

str

Get the domain name of self.

New in version 2.30.

get_first_parties()
Returns:

a GLib.List of WebKit2.ITPFirstParty

Return type:

[WebKit2.ITPFirstParty]

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:

WebKit2.ITPThirdParty

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.