[][src]Type Definition input_sys::libinput_log_handler

type libinput_log_handler = Option<unsafe extern "C" fn(libinput: *mut libinput, priority: libinput_log_priority, format: *const c_char, args: *mut __va_list_tag)>;

@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