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

Can be used to pass custom user data between functions and threads. More...

Data Fields

RemminaProtocolWidgetgp
 
gpointer dialog_data
 
gpointer connect_data
 
gpointer opt1
 
gpointer opt2
 

Detailed Description

Can be used to pass custom user data between functions and threads.

AND pass the useful RemminaProtocolWidget with it along.

Definition at line 159 of file x2go_plugin.c.

Field Documentation

◆ connect_data

gpointer _X2GoCustomUserData::connect_data

Definition at line 162 of file x2go_plugin.c.

◆ dialog_data

gpointer _X2GoCustomUserData::dialog_data

Definition at line 161 of file x2go_plugin.c.

◆ gp

RemminaProtocolWidget* _X2GoCustomUserData::gp

Definition at line 160 of file x2go_plugin.c.

◆ opt1

gpointer _X2GoCustomUserData::opt1

Definition at line 163 of file x2go_plugin.c.

◆ opt2

gpointer _X2GoCustomUserData::opt2

Definition at line 164 of file x2go_plugin.c.


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