cmp_versions


Description:

public static int cmp_versions (string v1str, string v2str)

A simple version comparison function.

Parameters:

v1str

a version number

v2str

a version number

Returns:

an integer less than, equal to, or greater than zero, if v1str is <, == or > than v2str

See also:

GLib.CompareFunc