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

Adapter struct to handle Remmina protocol settings. More...

Data Fields

PyObject_HEAD RemminaProtocolSettingType settingType
 
gchar * name
 
gchar * label
 
gboolean compact
 
PyObject * opt1
 
PyObject * opt2
 

Detailed Description

Adapter struct to handle Remmina protocol settings.

Definition at line 224 of file python_wrapper_remmina.c.

Field Documentation

◆ compact

gboolean PyRemminaProtocolSetting::compact

Definition at line 230 of file python_wrapper_remmina.c.

◆ label

gchar* PyRemminaProtocolSetting::label

Definition at line 229 of file python_wrapper_remmina.c.

◆ name

gchar* PyRemminaProtocolSetting::name

Definition at line 228 of file python_wrapper_remmina.c.

◆ opt1

PyObject* PyRemminaProtocolSetting::opt1

Definition at line 231 of file python_wrapper_remmina.c.

◆ opt2

PyObject* PyRemminaProtocolSetting::opt2

Definition at line 232 of file python_wrapper_remmina.c.

◆ settingType

PyObject_HEAD RemminaProtocolSettingType PyRemminaProtocolSetting::settingType

Definition at line 227 of file python_wrapper_remmina.c.


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