Type Definition rofi_plugin_sys::ModeDestroy
source · pub type ModeDestroy = Option<unsafe extern "C" fn(sw: *mut Mode)>;Expand description
Destroy the current mode. Still ready to restart.
pub type ModeDestroy = Option<unsafe extern "C" fn(sw: *mut Mode)>;Destroy the current mode. Still ready to restart.