Method

GVncConnectionset_framebuffer

Declaration [src]

gboolean
vnc_connection_set_framebuffer (
  VncConnection* conn,
  VncFramebuffer* fb
)

Description [src]

Set the framebuffer object to which frame buffer updates will be written.

Parameters

fb VncFramebuffer
 

The framebuffer object.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the connection is ok, FALSE if it has an error.