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_tool.c File Reference

Go to the source code of this file.

Functions

void remmina_plugin_python_tool_init (void)
 Initializes the Python plugin specialisation for tool plugins. More...
 
void remmina_plugin_python_tool_exec_func_wrapper (GtkMenuItem *self, RemminaToolPlugin *instance)
 
RemminaPluginremmina_plugin_python_create_tool_plugin (PyPlugin *plugin)
 Creates a new instance of the RemminaPluginTool, initializes its members and references the wrapper functions. More...
 

Function Documentation

◆ remmina_plugin_python_create_tool_plugin()

RemminaPlugin* remmina_plugin_python_create_tool_plugin ( PyPlugin instance)

Creates a new instance of the RemminaPluginTool, 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 58 of file remmina_plugin_python_tool.c.

◆ remmina_plugin_python_tool_exec_func_wrapper()

void remmina_plugin_python_tool_exec_func_wrapper ( GtkMenuItem *  self,
RemminaToolPlugin instance 
)

Definition at line 50 of file remmina_plugin_python_tool.c.

◆ remmina_plugin_python_tool_init()

void remmina_plugin_python_tool_init ( void  )

Initializes the Python plugin specialisation for tool plugins.

Definition at line 45 of file remmina_plugin_python_tool.c.