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

A struct used to communicate data between Python and C without strict data type. More...

#include <python_wrapper_common.h>

Data Fields

 PyObject_HEAD
 
RemminaTypeHint type_hint
 
gpointer raw
 

Detailed Description

A struct used to communicate data between Python and C without strict data type.

Definition at line 142 of file python_wrapper_common.h.

Field Documentation

◆ PyObject_HEAD

PyGeneric::PyObject_HEAD

Definition at line 144 of file python_wrapper_common.h.

◆ raw

gpointer PyGeneric::raw

Definition at line 146 of file python_wrapper_common.h.

◆ type_hint

RemminaTypeHint PyGeneric::type_hint

Definition at line 145 of file python_wrapper_common.h.


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