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

Wrapper for a Python object that contains a pointer to an instance of RemminaProtocolFeature. More...

#include <python_wrapper_protocol.h>

Data Fields

PyObject_HEAD RemminaProtocolFeatureType type
 
gint id
 
PyGenericopt1
 
PyGenericopt2
 
PyGenericopt3
 

Detailed Description

Wrapper for a Python object that contains a pointer to an instance of RemminaProtocolFeature.

Definition at line 59 of file python_wrapper_protocol.h.

Field Documentation

◆ id

gint PyRemminaProtocolFeature::id

Definition at line 63 of file python_wrapper_protocol.h.

◆ opt1

PyGeneric* PyRemminaProtocolFeature::opt1

Definition at line 64 of file python_wrapper_protocol.h.

◆ opt2

PyGeneric* PyRemminaProtocolFeature::opt2

Definition at line 65 of file python_wrapper_protocol.h.

◆ opt3

PyGeneric* PyRemminaProtocolFeature::opt3

Definition at line 66 of file python_wrapper_protocol.h.

◆ type

PyObject_HEAD RemminaProtocolFeatureType PyRemminaProtocolFeature::type

Definition at line 62 of file python_wrapper_protocol.h.


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