Package org.gnome.gio

Enum Class MemoryMonitorWarningLevel

java.lang.Object
java.lang.Enum<MemoryMonitorWarningLevel>
org.gnome.gio.MemoryMonitorWarningLevel
All Implemented Interfaces:
Enumeration, Serializable, Comparable<MemoryMonitorWarningLevel>, Constable

@Generated("io.github.jwharm.JavaGI") public enum MemoryMonitorWarningLevel extends Enum<MemoryMonitorWarningLevel> implements Enumeration
Memory availability warning levels.

Note that because new values might be added, it is recommended that applications check GMemoryMonitorWarningLevel as ranges, for example:

if (warning_level > G_MEMORY_MONITOR_WARNING_LEVEL_LOW)
   drop_caches ();