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