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

Data Fields

GtkWidget * socket
 
gint socket_id
 
GPid pid
 
gint output_fd
 
gint error_fd
 
gint display
 
gboolean ready
 
pthread_t thread
 

Detailed Description

Definition at line 50 of file xdmcp_plugin.c.

Field Documentation

◆ display

gint _RemminaPluginXdmcpData::display

Definition at line 56 of file xdmcp_plugin.c.

◆ error_fd

gint _RemminaPluginXdmcpData::error_fd

Definition at line 55 of file xdmcp_plugin.c.

◆ output_fd

gint _RemminaPluginXdmcpData::output_fd

Definition at line 54 of file xdmcp_plugin.c.

◆ pid

GPid _RemminaPluginXdmcpData::pid

Definition at line 53 of file xdmcp_plugin.c.

◆ ready

gboolean _RemminaPluginXdmcpData::ready

Definition at line 57 of file xdmcp_plugin.c.

◆ socket

GtkWidget* _RemminaPluginXdmcpData::socket

Definition at line 51 of file xdmcp_plugin.c.

◆ socket_id

gint _RemminaPluginXdmcpData::socket_id

Definition at line 52 of file xdmcp_plugin.c.

◆ thread

pthread_t _RemminaPluginXdmcpData::thread

Definition at line 59 of file xdmcp_plugin.c.


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