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.
remmina_protocol_widget_dialog_mt_data_t Struct Reference

Data Fields

RemminaProtocolWidgetgp
 
gchar * title
 
gchar * default_username
 
gchar * default_password
 
gchar * default_domain
 
gchar * strpasswordlabel
 
enum panel_type dtype
 
RemminaMessagePanelFlags pflags
 
gboolean called_from_subthread
 
pthread_mutex_t pt_mutex
 
pthread_cond_t pt_cond
 
int rcbutton
 

Detailed Description

Definition at line 1210 of file remmina_protocol_widget.c.

Field Documentation

◆ called_from_subthread

gboolean remmina_protocol_widget_dialog_mt_data_t::called_from_subthread

Definition at line 1220 of file remmina_protocol_widget.c.

◆ default_domain

gchar* remmina_protocol_widget_dialog_mt_data_t::default_domain

Definition at line 1216 of file remmina_protocol_widget.c.

◆ default_password

gchar* remmina_protocol_widget_dialog_mt_data_t::default_password

Definition at line 1215 of file remmina_protocol_widget.c.

◆ default_username

gchar* remmina_protocol_widget_dialog_mt_data_t::default_username

Definition at line 1214 of file remmina_protocol_widget.c.

◆ dtype

enum panel_type remmina_protocol_widget_dialog_mt_data_t::dtype

Definition at line 1218 of file remmina_protocol_widget.c.

◆ gp

RemminaProtocolWidget* remmina_protocol_widget_dialog_mt_data_t::gp

Definition at line 1212 of file remmina_protocol_widget.c.

◆ pflags

RemminaMessagePanelFlags remmina_protocol_widget_dialog_mt_data_t::pflags

Definition at line 1219 of file remmina_protocol_widget.c.

◆ pt_cond

pthread_cond_t remmina_protocol_widget_dialog_mt_data_t::pt_cond

Definition at line 1223 of file remmina_protocol_widget.c.

◆ pt_mutex

pthread_mutex_t remmina_protocol_widget_dialog_mt_data_t::pt_mutex

Definition at line 1222 of file remmina_protocol_widget.c.

◆ rcbutton

int remmina_protocol_widget_dialog_mt_data_t::rcbutton

Definition at line 1225 of file remmina_protocol_widget.c.

◆ strpasswordlabel

gchar* remmina_protocol_widget_dialog_mt_data_t::strpasswordlabel

Definition at line 1217 of file remmina_protocol_widget.c.

◆ title

gchar* remmina_protocol_widget_dialog_mt_data_t::title

Definition at line 1213 of file remmina_protocol_widget.c.


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