Package org.gnome.gio
Class DBusObject.DBusObjectIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.DBusObject.DBusObjectIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
DBusObject
Base object type for D-Bus objects.
-
Constructor Summary
ConstructorDescriptionAllocate a new DBusObjectIface.DBusObjectIface
(Arena arena) Allocate a new DBusObjectIface.DBusObjectIface
(MemorySegment address) Create a DBusObjectIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetInterface
(Arena arena, Method method) Override virtual methodget_interface
.void
overrideGetInterfaces
(Arena arena, Method method) Override virtual methodget_interfaces
.void
overrideGetObjectPath
(Arena arena, Method method) Override virtual methodget_object_path
.void
overrideInterfaceAdded
(Arena arena, Method method) Override virtual methodinterface_added
.void
overrideInterfaceRemoved
(Arena arena, Method method) Override virtual methodinterface_removed
.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
-
DBusObjectIface
Create a DBusObjectIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
DBusObjectIface
Allocate a new DBusObjectIface.- Parameters:
arena
- to control the memory allocation scope
-
DBusObjectIface
public DBusObjectIface()Allocate a new DBusObjectIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetObjectPath
-
overrideGetInterfaces
-
overrideGetInterface
-
overrideInterfaceAdded
-
overrideInterfaceRemoved
-