Remmina - The GTK+ Remote Desktop Client  v1.4.33
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.
_RemminaPluginX2GoData Struct Reference

Data Fields

GtkWidget * socket
 
gint socket_id
 
pthread_t thread
 
Display * display
 
Window window_id
 
int(* orig_handler )(Display *, XErrorEvent *)
 
GPid pidx2go
 
gboolean disconnected
 
GList * available_features
 

Detailed Description

Definition at line 138 of file x2go_plugin.c.

Field Documentation

◆ available_features

GList* _RemminaPluginX2GoData::available_features

Definition at line 152 of file x2go_plugin.c.

◆ disconnected

gboolean _RemminaPluginX2GoData::disconnected

Definition at line 150 of file x2go_plugin.c.

◆ display

Display* _RemminaPluginX2GoData::display

Definition at line 144 of file x2go_plugin.c.

◆ orig_handler

int(* _RemminaPluginX2GoData::orig_handler) (Display *, XErrorEvent *)

Definition at line 146 of file x2go_plugin.c.

◆ pidx2go

GPid _RemminaPluginX2GoData::pidx2go

Definition at line 148 of file x2go_plugin.c.

◆ socket

GtkWidget* _RemminaPluginX2GoData::socket

Definition at line 139 of file x2go_plugin.c.

◆ socket_id

gint _RemminaPluginX2GoData::socket_id

Definition at line 140 of file x2go_plugin.c.

◆ thread

pthread_t _RemminaPluginX2GoData::thread

Definition at line 142 of file x2go_plugin.c.

◆ window_id

Window _RemminaPluginX2GoData::window_id

Definition at line 145 of file x2go_plugin.c.


The documentation for this struct was generated from the following file: