Remmina - The GTK+ Remote Desktop Client  v1.4.2
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
vnc_plugin.h File Reference

Go to the source code of this file.

Data Structures

struct  _RemminaPluginVncData
 
struct  _RemminaPluginVncEvent
 
struct  _RemminaPluginVncCoordinates
 

Typedefs

typedef struct _RemminaPluginVncData RemminaPluginVncData
 
typedef struct _RemminaPluginVncEvent RemminaPluginVncEvent
 
typedef struct _RemminaPluginVncCoordinates RemminaPluginVncCoordinates
 

Enumerations

enum  {
  REMMINA_PLUGIN_VNC_EVENT_KEY, REMMINA_PLUGIN_VNC_EVENT_POINTER, REMMINA_PLUGIN_VNC_EVENT_CUTTEXT, REMMINA_PLUGIN_VNC_EVENT_CHAT_OPEN,
  REMMINA_PLUGIN_VNC_EVENT_CHAT_SEND, REMMINA_PLUGIN_VNC_EVENT_CHAT_CLOSE
}
 

Functions

static G_BEGIN_DECLS void remmina_plugin_vnc_update_scale (RemminaProtocolWidget *gp, gboolean scale)
 

Typedef Documentation

◆ RemminaPluginVncCoordinates

◆ RemminaPluginVncData

◆ RemminaPluginVncEvent

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
REMMINA_PLUGIN_VNC_EVENT_KEY 
REMMINA_PLUGIN_VNC_EVENT_POINTER 
REMMINA_PLUGIN_VNC_EVENT_CUTTEXT 
REMMINA_PLUGIN_VNC_EVENT_CHAT_OPEN 
REMMINA_PLUGIN_VNC_EVENT_CHAT_SEND 
REMMINA_PLUGIN_VNC_EVENT_CHAT_CLOSE 

Definition at line 91 of file vnc_plugin.h.

Function Documentation

◆ remmina_plugin_vnc_update_scale()

static G_BEGIN_DECLS void remmina_plugin_vnc_update_scale ( RemminaProtocolWidget gp,
gboolean  scale 
)
static