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

Maps an instance of a Python plugin to a Remmina one. More...

#include <python_wrapper_common.h>

Data Fields

RemminaProtocolPluginprotocol_plugin
 
RemminaFilePluginfile_plugin
 
RemminaSecretPluginsecret_plugin
 
RemminaToolPlugintool_plugin
 
RemminaEntryPluginentry_plugin
 
RemminaPrefPluginpref_plugin
 
RemminaPlugingeneric_plugin
 
PyRemminaProtocolWidgetgp
 
PyObject * instance
 

Detailed Description

Maps an instance of a Python plugin to a Remmina one.

This is used to map a Python plugin instance to the Remmina plugin one. Also instance specific data as the protocol widget are stored in this struct.

Definition at line 126 of file python_wrapper_common.h.

Field Documentation

◆ entry_plugin

RemminaEntryPlugin* PyPlugin::entry_plugin

Definition at line 132 of file python_wrapper_common.h.

◆ file_plugin

RemminaFilePlugin* PyPlugin::file_plugin

Definition at line 129 of file python_wrapper_common.h.

◆ generic_plugin

RemminaPlugin* PyPlugin::generic_plugin

Definition at line 134 of file python_wrapper_common.h.

◆ gp

PyRemminaProtocolWidget* PyPlugin::gp

Definition at line 135 of file python_wrapper_common.h.

◆ instance

PyObject* PyPlugin::instance

Definition at line 136 of file python_wrapper_common.h.

◆ pref_plugin

RemminaPrefPlugin* PyPlugin::pref_plugin

Definition at line 133 of file python_wrapper_common.h.

◆ protocol_plugin

RemminaProtocolPlugin* PyPlugin::protocol_plugin

Definition at line 128 of file python_wrapper_common.h.

◆ secret_plugin

RemminaSecretPlugin* PyPlugin::secret_plugin

Definition at line 130 of file python_wrapper_common.h.

◆ tool_plugin

RemminaToolPlugin* PyPlugin::tool_plugin

Definition at line 131 of file python_wrapper_common.h.


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