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

Go to the source code of this file.

Functions

G_BEGIN_DECLS gboolean python_wrapper_init (RemminaLanguageWrapperPlugin *plugin)
 Initializes the Python plugin loaders. More...
 
gboolean python_wrapper_load (RemminaLanguageWrapperPlugin *plugin, const gchar *filename)
 Loads a plugin from the Remmina plugin folder with the given name. More...
 

Function Documentation

◆ python_wrapper_init()

G_BEGIN_DECLS gboolean python_wrapper_init ( RemminaLanguageWrapperPlugin plugin)

Initializes the Python plugin loaders.

This does not load any plugins but initializes the implementation (e.g. globals and the Python engine).

Definition at line 129 of file python_wrapper_plugin.c.

◆ python_wrapper_load()

gboolean python_wrapper_load ( RemminaLanguageWrapperPlugin plugin,
const gchar *  filename 
)

Loads a plugin from the Remmina plugin folder with the given name.

Parameters
serviceThe instance of the service providing an API between Remmina and its plugins.
filenameThe filename of the plugin to load.
Returns
TRUE on success, FALSE otherwise.