Function libinput_config_status_to_str
pub unsafe extern "C" fn libinput_config_status_to_str(
status: u32,
) -> *const i8
Expand description
@ingroup config
Return a string describing the error.
@param status The status to translate to a string @return A human-readable string representing the error or NULL for an invalid status.