Package org.gnome.gio
Class NetworkMonitor.NetworkMonitorInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.NetworkMonitor.NetworkMonitorInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
NetworkMonitor
The virtual function table for
GNetworkMonitor
.-
Constructor Summary
ConstructorDescriptionAllocate a new NetworkMonitorInterface.NetworkMonitorInterface
(Arena arena) Allocate a new NetworkMonitorInterface.NetworkMonitorInterface
(MemorySegment address) Create a NetworkMonitorInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideCanReach
(Arena arena, Method method) Override virtual methodcan_reach
.void
overrideCanReachAsync
(Arena arena, Method method) Override virtual methodcan_reach_async
.void
overrideCanReachFinish
(Arena arena, Method method) Override virtual methodcan_reach_finish
.void
overrideNetworkChanged
(Arena arena, Method method) Override virtual methodnetwork_changed
.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
-
NetworkMonitorInterface
Create a NetworkMonitorInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
NetworkMonitorInterface
Allocate a new NetworkMonitorInterface.- Parameters:
arena
- to control the memory allocation scope
-
NetworkMonitorInterface
public NetworkMonitorInterface()Allocate a new NetworkMonitorInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideNetworkChanged
-
overrideCanReach
-
overrideCanReachAsync
-
overrideCanReachFinish
-