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

Contains the implementation of the widget handling used from the protocol plugin. More...

Go to the source code of this file.

Functions

G_BEGIN_DECLS void remmina_plugin_python_protocol_widget_init (void)
 Initializes the widget backend of the protocol plugin implementation. More...
 
void remmina_plugin_python_protocol_widget_type_ready (void)
 Initializes Python types used for protocol widgets. More...
 
PyRemminaProtocolWidgetremmina_plugin_python_protocol_widget_create ()
 Creates a new instance of PyRemminaProtocolWidget and initializes its fields. More...
 

Detailed Description

Contains the implementation of the widget handling used from the protocol plugin.

Definition in file remmina_plugin_python_protocol_widget.h.

Function Documentation

◆ remmina_plugin_python_protocol_widget_create()

PyRemminaProtocolWidget* remmina_plugin_python_protocol_widget_create ( )

Creates a new instance of PyRemminaProtocolWidget and initializes its fields.

Definition at line 230 of file remmina_plugin_python_protocol_widget.c.

◆ remmina_plugin_python_protocol_widget_init()

G_BEGIN_DECLS void remmina_plugin_python_protocol_widget_init ( void  )

Initializes the widget backend of the protocol plugin implementation.

Definition at line 243 of file remmina_plugin_python_protocol_widget.c.

◆ remmina_plugin_python_protocol_widget_type_ready()

void remmina_plugin_python_protocol_widget_type_ready ( void  )

Initializes Python types used for protocol widgets.

Definition at line 248 of file remmina_plugin_python_protocol_widget.c.