Package org.webkitgtk
Class ITPThirdParty
java.lang.Object
org.javagi.base.ProxyInstance
org.webkitgtk.ITPThirdParty
-
Constructor Summary
ConstructorsConstructorDescriptionITPThirdParty(MemorySegment address) Create a ITPThirdParty proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionGet the domain name ofitpThirdParty.Get the list ofWebKitITPFirstPartyunder which this ITPThirdParty has been seen.static @Nullable TypegetType()Get the GType of the ITPThirdParty classref()Atomically increments the reference count of this ITPThirdParty by one.voidunref()Atomically decrements the reference count of this ITPThirdParty by one.Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ITPThirdParty
Create a ITPThirdParty proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getType
-
getDomain
Get the domain name ofitpThirdParty.- Returns:
- the domain name
- Since:
- 2.30
-
getFirstParties
Get the list ofWebKitITPFirstPartyunder which this ITPThirdParty has been seen.- Returns:
- a
GListofWebKitITPFirstParty - Since:
- 2.30
-
ref
Atomically increments the reference count of this ITPThirdParty by one.This function is MT-safe and may be called from any thread.
- Returns:
- The passed
WebKitITPThirdParty - Since:
- 2.30
-
unref
public void unref()Atomically decrements the reference count of this ITPThirdParty by one.If the reference count drops to 0, all memory allocated by
WebKitITPThirdPartyis released. This function is MT-safe and may be called from any thread.- Since:
- 2.30
-