API Version: 1.0
Library Version: 1.0.3
Generated by gi-docgen 2023.3
since: 1.0
gint as_vercmp_simple ( const gchar* a, const gchar* b )
Compare alpha and numeric segments of two software versions.
Available since: 1.0
a
Type: const gchar*
const gchar*
First version number.
b
Second version number.
Type: gint
gint
0 if a is newer than b; 0 if a and b are the same version; <<0 if b is newer than a.