Method
GVncConnectionframebuffer_update_request
Declaration [src]
gboolean
vnc_connection_framebuffer_update_request (
VncConnection* conn,
gboolean incremental,
guint16 x,
guint16 y,
guint16 width,
guint16 height
)
Description [src]
Request that the server send a framebuffer update when the
region positioned at (x, y) wth size (width, height)
sees damage. The update sent may be a subset of the region
requested, if incremental is FALSE.