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

Go to the source code of this file.

Functions

void python_wrapper_protocol_init (void)
 Initializes the Python plugin specialisation for protocol plugins. More...
 
void remmina_protocol_init_wrapper (RemminaProtocolWidget *gp)
 
gboolean remmina_protocol_open_connection_wrapper (RemminaProtocolWidget *gp)
 
gboolean remmina_protocol_close_connection_wrapper (RemminaProtocolWidget *gp)
 
gboolean remmina_protocol_query_feature_wrapper (RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)
 
void remmina_protocol_call_feature_wrapper (RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)
 
void remmina_protocol_send_keytrokes_wrapper (RemminaProtocolWidget *gp, const guint keystrokes[], const gint keylen)
 
gboolean remmina_protocol_get_plugin_screenshot_wrapper (RemminaProtocolWidget *gp, RemminaPluginScreenshotData *rpsd)
 
gboolean remmina_protocol_map_event_wrapper (RemminaProtocolWidget *gp)
 
gboolean remmina_protocol_unmap_event_wrapper (RemminaProtocolWidget *gp)
 
RemminaPluginpython_wrapper_create_protocol_plugin (PyPlugin *plugin)
 Creates a new instance of the RemminaPluginProtocol, initializes its members and references the wrapper functions. More...
 

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_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.

◆ remmina_protocol_call_feature_wrapper()

void remmina_protocol_call_feature_wrapper ( RemminaProtocolWidget gp,
const RemminaProtocolFeature feature 
)

Definition at line 116 of file python_wrapper_protocol.c.

◆ remmina_protocol_close_connection_wrapper()

gboolean remmina_protocol_close_connection_wrapper ( RemminaProtocolWidget gp)

Definition at line 85 of file python_wrapper_protocol.c.

◆ remmina_protocol_get_plugin_screenshot_wrapper()

gboolean remmina_protocol_get_plugin_screenshot_wrapper ( RemminaProtocolWidget gp,
RemminaPluginScreenshotData rpsd 
)

Definition at line 156 of file python_wrapper_protocol.c.

◆ remmina_protocol_init_wrapper()

void remmina_protocol_init_wrapper ( RemminaProtocolWidget gp)

Definition at line 62 of file python_wrapper_protocol.c.

◆ remmina_protocol_map_event_wrapper()

gboolean remmina_protocol_map_event_wrapper ( RemminaProtocolWidget gp)

Definition at line 191 of file python_wrapper_protocol.c.

◆ remmina_protocol_open_connection_wrapper()

gboolean remmina_protocol_open_connection_wrapper ( RemminaProtocolWidget gp)

Definition at line 70 of file python_wrapper_protocol.c.

◆ remmina_protocol_query_feature_wrapper()

gboolean remmina_protocol_query_feature_wrapper ( RemminaProtocolWidget gp,
const RemminaProtocolFeature feature 
)

Definition at line 93 of file python_wrapper_protocol.c.

◆ remmina_protocol_send_keytrokes_wrapper()

void remmina_protocol_send_keytrokes_wrapper ( RemminaProtocolWidget gp,
const guint  keystrokes[],
const gint  keylen 
)

Definition at line 140 of file python_wrapper_protocol.c.

◆ remmina_protocol_unmap_event_wrapper()

gboolean remmina_protocol_unmap_event_wrapper ( RemminaProtocolWidget gp)

Definition at line 198 of file python_wrapper_protocol.c.