API Version: 1.0
Library Version: 1.5.0
gboolean vnc_util_check_version ( gint major, gint minor, gint micro )
Check whether the library is at least as new as the version (major, minor, micro)
major
minor
micro
gint
The desired major version.
The desired minor version.
The desired micro version.
gboolean
TRUE if the library is at least as new as the requested version.