Type Definition rofi_plugin_sys::ModeGetNumEntries
source · pub type ModeGetNumEntries = Option<unsafe extern "C" fn(sw: *const Mode) -> c_uint>;Expand description
Get the number of entries to display (unfiltered).
pub type ModeGetNumEntries = Option<unsafe extern "C" fn(sw: *const Mode) -> c_uint>;Get the number of entries to display (unfiltered).