mode_preprocess_input

Function mode_preprocess_input 

Source
pub unsafe extern "C" fn mode_preprocess_input(
    mode: *mut Mode,
    input: *const c_char,
) -> *const c_char
Expand description

Process the input so it can be used for matching and sorting. This includes removing Pango markup.

Returns a newly allocated string.

  • input: The input to process.