Class (GI Struct)

WebKit-6.0WebKitITPFirstPartyAbstractSince 2.30

Describes a first party origin.

2.30

Index

Constructors

Properties

Methods

  • Get whether itp_first_party has granted website data access to its WebKit.ITPThirdParty.

    Each WebKitITPFirstParty is created by webkit_itp_third_party_get_first_parties() and therefore corresponds to exactly one WebKit.ITPThirdParty.

    Returns boolean

    true if website data access has been granted, or false otherwise

  • Atomically decrements the reference count of itp_first_party by one.

    If the reference count drops to 0, all memory allocated by WebKit.ITPFirstParty is released. This function is MT-safe and may be called from any thread.

    Returns void