Type Definition input::ffi::libinput_log_handler

source ·
pub type libinput_log_handler = Option<unsafe extern "C" fn(_: *mut libinput, _: u32, _: *const i8, _: *mut __va_list_tag)>;
Expand description

@ingroup base

Log handler type for custom logging.

@param libinput The libinput context @param priority The priority of the current message @param format Message format in printf-style @param args Message arguments

@see libinput_log_set_priority @see libinput_log_get_priority @see libinput_log_set_handler