Package org.gnome.glib
Class Data
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.Data
- All Implemented Interfaces:
Proxy
An opaque data structure that represents a keyed data list.
See also: Keyed data lists.
-
Constructor Summary
ConstructorDescriptionData
(MemorySegment address) Create a Data proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Data
Create a Data proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-