Function libpulse_sys::version::pa_check_version[][src]

pub const fn pa_check_version(major: u8, minor: u8, _micro: u8) -> bool
👎 Deprecated since 1.17.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!