connectLowMemoryWarning
open fun connectLowMemoryWarning(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (level: MemoryMonitorWarningLevel) -> Unit): <Error class: unknown class>
Emitted when the system is running low on free memory. The signal handler should then take the appropriate action depending on the warning level. See the #GMemoryMonitorWarningLevel documentation for details.
Since
2.64
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: level
the #GMemoryMonitorWarningLevel warning level