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

Go to the source code of this file.

Functions

void remmina_plugin_python_file_init (void)
 Initializes the Python plugin specialisation for file plugins. More...
 
gboolean remmina_plugin_python_file_import_test_func_wrapper (RemminaFilePlugin *instance, const gchar *from_file)
 
RemminaFileremmina_plugin_python_file_import_func_wrapper (RemminaFilePlugin *instance, const gchar *from_file)
 
gboolean remmina_plugin_python_file_export_test_func_wrapper (RemminaFilePlugin *instance, RemminaFile *file)
 
gboolean remmina_plugin_python_file_export_func_wrapper (RemminaFilePlugin *instance, RemminaFile *file, const gchar *to_file)
 
RemminaPluginremmina_plugin_python_create_file_plugin (PyPlugin *plugin)
 Creates a new instance of the RemminaPluginFile, initializes its members and references the wrapper functions. More...
 

Function Documentation

◆ remmina_plugin_python_create_file_plugin()

RemminaPlugin* remmina_plugin_python_create_file_plugin ( PyPlugin instance)

Creates a new instance of the RemminaPluginFile, 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 128 of file remmina_plugin_python_file.c.

◆ remmina_plugin_python_file_export_func_wrapper()

gboolean remmina_plugin_python_file_export_func_wrapper ( RemminaFilePlugin instance,
RemminaFile file,
const gchar *  to_file 
)

Definition at line 113 of file remmina_plugin_python_file.c.

◆ remmina_plugin_python_file_export_test_func_wrapper()

gboolean remmina_plugin_python_file_export_test_func_wrapper ( RemminaFilePlugin instance,
RemminaFile file 
)

Definition at line 94 of file remmina_plugin_python_file.c.

◆ remmina_plugin_python_file_import_func_wrapper()

RemminaFile* remmina_plugin_python_file_import_func_wrapper ( RemminaFilePlugin instance,
const gchar *  from_file 
)

Definition at line 72 of file remmina_plugin_python_file.c.

◆ remmina_plugin_python_file_import_test_func_wrapper()

gboolean remmina_plugin_python_file_import_test_func_wrapper ( RemminaFilePlugin instance,
const gchar *  from_file 
)

Definition at line 56 of file remmina_plugin_python_file.c.

◆ remmina_plugin_python_file_init()

void remmina_plugin_python_file_init ( void  )

Initializes the Python plugin specialisation for file plugins.

Definition at line 51 of file remmina_plugin_python_file.c.