Type Definition rofi_plugin_sys::ModePreprocessInput

source ·
pub type ModePreprocessInput = Option<unsafe extern "C" fn(sw: *mut Mode, input: *const c_char) -> *mut c_char>;
Expand description

Preprocess the input for sorting.

Returns the entry stripped from markup for sorting.

  • input: The input string