pub type GMemoryMonitorInterface = _GMemoryMonitorInterface;

Aliased Type§

struct GMemoryMonitorInterface {
    pub g_iface: _GTypeInterface,
    pub low_memory_warning: Option<unsafe extern "C" fn(_: *mut _GMemoryMonitor, _: u32)>,
}

Fields§

§g_iface: _GTypeInterface§low_memory_warning: Option<unsafe extern "C" fn(_: *mut _GMemoryMonitor, _: u32)>