[ CCode ( cname = "eds_check_version" ) ]
[ Version ( since = "2.24" ) ]
public unowned string? eds_check_version (uint required_major, uint required_minor, uint required_micro)
Checks that the Evolution-Data-Server library in use is compatible with the given version.
Generally you would pass in the constants EDS_MAJOR_VERSION, EDS_MINOR_VERSION, EDS_MICRO_VERSION as the three arguments to this function. That produces a check that the library in use is compatible with the version of Evolution-Data-Server the application or module was compiled against.
required_major |
the required major version |
required_minor |
the required minor version |
required_micro |
the required micro version |
|