Functions¶
|
|
|
Details¶
- GVnc.util_check_version(major, minor, micro)¶
- Parameters:
- Returns:
True
if the library is at least as new as the requested version- Return type:
Check whether the library is at least as new as the version (major, minor, micro)
- GVnc.util_get_debug()¶
-
Determine whether the VNC code will emit verbose debug messages
- GVnc.util_get_version()¶
- Returns:
the library version number
- Return type:
Get the encoded version number of the library release. The major, minor and micro components are encoded in 8-bits each.
- GVnc.util_get_version_string()¶
- Returns:
the version string
- Return type:
Get the library version number in a printable string format