API Version: 1.0
Library Version: 0.37.0
gint gplugin_version_compare ( const gchar* v1, const gchar* v2 )
A semantic version checker which ignores any characters after the micro version.
v1
const gchar*
The first version to compare.
v2
The second version to compare.
gint
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.