Package org.gnome.gdk
Class DragSurface.DragSurfaceInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gdk.DragSurface.DragSurfaceInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
DragSurface
The
GdkDragSurfaceInterface
implementation is private to GDK.-
Constructor Summary
ConstructorDescriptionDragSurfaceInterface
(MemorySegment address) Create a DragSurfaceInterface proxy instance for the provided memory address. -
Method Summary
Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getMemoryLayout, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
DragSurfaceInterface
Create a DragSurfaceInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-