API Version: 1.0
Library Version: 0.44.3-dev
Generated by gi-docgen 2024.1
int gplugin_version_compare ( const char* v1, const char* v2 )
A semantic version checker which ignores any characters after the micro version.
v1
Type: const char*
const char*
The first version to compare.
v2
The second version to compare.
Type: int
int
Less than 0 if v1 is less than v2, 0 if v1 is equal to v1, and greater than 0 if v1 is greater than v2.