Trait gio::prelude::MemoryMonitorExt
source · [−]pub trait MemoryMonitorExt: 'static {
fn connect_low_memory_warning<F: Fn(&Self, MemoryMonitorWarningLevel) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
Required Methods
sourcefn connect_low_memory_warning<F: Fn(&Self, MemoryMonitorWarningLevel) + 'static>(
&self,
f: F
) -> SignalHandlerId
fn connect_low_memory_warning<F: Fn(&Self, MemoryMonitorWarningLevel) + 'static>(
&self,
f: F
) -> SignalHandlerId
Available on crate feature
v2_64
only.Implementors
impl<O: IsA<MemoryMonitor>> MemoryMonitorExt for O
Available on crate feature
v2_64
only.