pub fn check_version(major: u8, minor: u8, micro: u8) -> bool
👎Deprecated since 2.22.0
Expand description

Just compares given version with that defined in TARGET_VERSION and returns true if the TARGET_VERSION version is greater. This does not involve talking to the PulseAudio client library at runtime. This is not very useful!