- 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
)
- public bool util_get_debug ()
Determine whether the VNC code will emit verbose debug messages
- public int util_get_version ()
Get the encoded version number of the library release.
- public unowned string util_get_version_string ()
Get the library version number in a printable string format
- public void util_set_debug (bool enabled)
Control whether the VNC code emits verbose debug messages on stderr