Remmina - The GTK+ Remote Desktop Client  v1.4.25
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_plugin_python_remmina_file.h File Reference

Go to the source code of this file.

Data Structures

struct  PyRemminaFile
 Wrapper for a Python object that contains a pointer to an instance of RemminaFile. More...
 

Functions

void remmina_plugin_python_remmina_init_types (void)
 
PyRemminaFileremmina_plugin_python_remmina_file_to_python (RemminaFile *file)
 Converts the instance of RemminaFile to a Python object that can be passed to the Python engine. More...
 

Function Documentation

◆ remmina_plugin_python_remmina_file_to_python()

PyRemminaFile* remmina_plugin_python_remmina_file_to_python ( RemminaFile file)

Converts the instance of RemminaFile to a Python object that can be passed to the Python engine.

Definition at line 90 of file remmina_plugin_python_remmina_file.c.

◆ remmina_plugin_python_remmina_init_types()

void remmina_plugin_python_remmina_init_types ( void  )

Definition at line 85 of file remmina_plugin_python_remmina_file.c.