Package org.gnome.gio
Class DBusInterface.DBusInterfaceIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.DBusInterface.DBusInterfaceIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
DBusInterface
Base type for D-Bus interfaces.
-
Constructor Summary
ConstructorDescriptionAllocate a new DBusInterfaceIface.DBusInterfaceIface
(Arena arena) Allocate a new DBusInterfaceIface.DBusInterfaceIface
(MemorySegment address) Create a DBusInterfaceIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideDupObject
(Arena arena, Method method) Override virtual methoddup_object
.void
overrideGetInfo
(Arena arena, Method method) Override virtual methodget_info
.void
overrideGetObject
(Arena arena, Method method) Override virtual methodget_object
.void
overrideSetObject
(Arena arena, Method method) Override virtual methodset_object
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
DBusInterfaceIface
Create a DBusInterfaceIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
DBusInterfaceIface
Allocate a new DBusInterfaceIface.- Parameters:
arena
- to control the memory allocation scope
-
DBusInterfaceIface
public DBusInterfaceIface()Allocate a new DBusInterfaceIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetInfo
-
overrideGetObject
-
overrideSetObject
-
overrideDupObject
-