Vnc – gvnc-1.0 Reference Manual
Packages
gvnc-1.0
Vnc
AudioFormatType
ConnectionAuth
ConnectionAuthVencrypt
ConnectionCredential
ConnectionEncoding
ConnectionPowerAction
ConnectionResizeStatus
Audio
Framebuffer
AudioFormat
AudioSample
BaseAudio
BaseFramebuffer
ColorMap
Connection
Cursor
PixelFormat
ColorMapEntry
LEDSTATE_CAPS_LOCK
LEDSTATE_NUM_LOCK
LEDSTATE_SCROLL_LOCK
MAJOR_VERSION
MICRO_VERSION
MINOR_VERSION
PADDING
PADDING_LARGE
util_check_version
util_get_debug
util_get_version
util_get_version_string
util_set_debug
Vnc
Description:
Content:
Interfaces:
Audio
Framebuffer
Classes:
AudioFormat
AudioSample
BaseAudio
BaseFramebuffer
ColorMap
Connection
Cursor
PixelFormat
Structs:
ColorMapEntry
Enums:
AudioFormatType
ConnectionAuth
ConnectionAuthVencrypt
ConnectionCredential
ConnectionEncoding
ConnectionPowerAction
ConnectionResizeStatus
Constants:
public
const
int
LEDSTATE_CAPS_LOCK
public
const
int
LEDSTATE_NUM_LOCK
public
const
int
LEDSTATE_SCROLL_LOCK
public
const
int
MAJOR_VERSION
public
const
int
MICRO_VERSION
public
const
int
MINOR_VERSION
public
const
int
PADDING
public
const
int
PADDING_LARGE
Functions:
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