util_check_version


Description:


public bool util_check_version (int major, int minor, int micro)

Check whether the library is at least as new as the version (major, minor, micro)

Parameters:

major

the desired major version

minor

the desired minor version

micro

the desired micro version

Returns:

TRUE if the library is at least as new as the requested version


Namespace: Vnc
Package: gvnc-1.0