Package org.gnome.webkit
Class UserContentFilter
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.webkit.UserContentFilter
-
Constructor Summary
ConstructorDescriptionUserContentFilter
(MemorySegment address) Create a UserContentFilter proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionObtain the identifier previously used to save the this UserContentFilter.static Type
getType()
Get the GType of the UserContentFilter classref()
Atomically increments the reference count of this UserContentFilter by one.void
unref()
Atomically decrements the reference count of this UserContentFilter by one.Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
UserContentFilter
Create a UserContentFilter proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-
getIdentifier
Obtain the identifier previously used to save the this UserContentFilter.Obtain the identifier previously used to save the this UserContentFilter in the
WebKitUserContentFilterStore
.- Returns:
- the identifier for the filter
-
ref
Atomically increments the reference count of this UserContentFilter by one.This function is MT-safe and may be called from any thread.
- Returns:
- the this UserContentFilter passed in.
-
unref
public void unref()Atomically decrements the reference count of this UserContentFilter by one.If the reference count drops to 0, all the memory allocated by the
WebKitUserContentFilter
is released. This function is MT-safe and may be called from any thread.
-