check_version


Description:

public bool check_version (uint min_major, uint min_minor, uint min_micro)

Checks whether the given plugin feature is at least the required version

Parameters:

this

a feature

min_major

minimum required major version

min_minor

minimum required minor version

min_micro

minimum required micro version

Returns:

true if the plugin feature has at least the required version, otherwise false.




2022 vala-language.org