Package org.gnome.gio
Class MemoryMonitor.MemoryMonitorInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.MemoryMonitor.MemoryMonitorInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
MemoryMonitor
The virtual function table for
GMemoryMonitor.- Since:
- 2.64
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryMonitorInterface(MemorySegment address) Create a MemoryMonitorInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideLowMemoryWarning(Arena arena, @Nullable Method method) Override virtual methodlow_memory_warning.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
MemoryMonitorInterface
Create a MemoryMonitorInterface proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideLowMemoryWarning
-