[][src]Trait gio::MemoryMonitorExt

pub trait MemoryMonitorExt: 'static {
    fn connect_low_memory_warning<F: Fn(&Self, MemoryMonitorWarningLevel) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn connect_low_memory_warning<F: Fn(&Self, MemoryMonitorWarningLevel) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<MemoryMonitor>> MemoryMonitorExt for O[src]

Loading content...