Type Definition rofi_plugin_sys::ModeGetIcon
source · pub type ModeGetIcon = Option<unsafe extern "C" fn(sw: *const Mode, selected_line: c_uint, height: c_int) -> *mut cairo_surface_t>;Expand description
Obtains the icon of the entry if available.
selected_line: The selected line.