gio.MemoryMonitorT

Undocumented in source.

Public Imports

gio.MemoryMonitorIF
public import gio.MemoryMonitorIF;
gio.c.functions
public import gio.c.functions;
gio.c.types
public import gio.c.types;
gobject.ObjectG
public import gobject.ObjectG;
gobject.Signals
public import gobject.Signals;
gtkc.giotypes
public import gtkc.giotypes;
std.algorithm
public import std.algorithm;

Members

Templates

MemoryMonitorT
template MemoryMonitorT(TStruct)

GMemoryMonitor will monitor system memory and suggest to the application when to free memory so as to leave more room for other applications. It is implemented on Linux using the Low Memory Monitor (API documentation).