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.
python_wrapper_protocol.h File Reference

Contains the specialisation of RemminaPluginFile plugins in Python. More...

Go to the source code of this file.

Data Structures

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

Functions

void python_wrapper_protocol_init (void)
 Initializes the Python plugin specialisation for protocol plugins. More...
 
RemminaPluginpython_wrapper_create_protocol_plugin (PyPlugin *plugin)
 Creates a new instance of the RemminaPluginProtocol, initializes its members and references the wrapper functions. More...
 
PyRemminaProtocolFeaturepython_wrapper_protocol_feature_new (void)
 
PyRemminaPluginScreenshotDatapython_wrapper_screenshot_data_new (void)
 

Detailed Description

Contains the specialisation of RemminaPluginFile plugins in Python.

Contains the implementation of the Python type remmina.RemminaFile.

Definition in file python_wrapper_protocol.h.

Function Documentation

◆ python_wrapper_create_protocol_plugin()

RemminaPlugin* python_wrapper_create_protocol_plugin ( PyPlugin plugin)

Creates a new instance of the RemminaPluginProtocol, initializes its members and references the wrapper functions.

Parameters
instanceThe instance of the Python plugin.
Returns
Returns a new instance of the RemminaPlugin (must be freed!).

Definition at line 205 of file python_wrapper_protocol.c.

◆ python_wrapper_protocol_feature_new()

PyRemminaProtocolFeature* python_wrapper_protocol_feature_new ( void  )
Returns

Definition at line 407 of file python_wrapper_remmina.c.

◆ python_wrapper_protocol_init()

void python_wrapper_protocol_init ( void  )

Initializes the Python plugin specialisation for protocol plugins.

Definition at line 57 of file python_wrapper_protocol.c.

◆ python_wrapper_screenshot_data_new()

PyRemminaPluginScreenshotData* python_wrapper_screenshot_data_new ( void  )
Returns

Definition at line 474 of file python_wrapper_remmina.c.