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.
Parameters
- incremental
- 
            Type: gbooleanTRUE to only receive region with changes. 
- x
- 
            Type: guint16Horizontal offset to region of update. 
- y
- 
            Type: guint16Vertical offset to region of update. 
- width
- 
            Type: guint16Horizontal size of region of update. 
- height
- 
            Type: guint16Vertical size of region of update.