Package org.gnome.webkit
Class ITPThirdParty
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.webkit.ITPThirdParty
-
Constructor Summary
ConstructorDescriptionITPThirdParty
(MemorySegment address) Create a ITPThirdParty proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionGet the domain name of this ITPThirdParty.Get the list ofWebKitITPFirstParty
under which this ITPThirdParty has been seen.static Type
getType()
Get the GType of the ITPThirdParty classref()
Atomically increments the reference count of this ITPThirdParty by one.void
unref()
Atomically decrements the reference count of this ITPThirdParty by one.Methods inherited from class io.github.jwharm.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
-
getFirstParties
Get the list ofWebKitITPFirstParty
under which this ITPThirdParty has been seen.- Returns:
- a
GList
ofWebKitITPFirstParty
-
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
-
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
WebKitITPThirdParty
is released. This function is MT-safe and may be called from any thread.
-