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_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 python_wrapper_protocol_widget_init (void)
 Initializes the widget backend of the protocol plugin implementation. More...
 
void python_wrapper_protocol_widget_type_ready (void)
 Initializes Python types used for protocol widgets. More...
 
PyRemminaProtocolWidgetpython_wrapper_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 python_wrapper_protocol_widget.h.

Function Documentation

◆ python_wrapper_protocol_widget_create()

PyRemminaProtocolWidget* python_wrapper_protocol_widget_create ( )

Creates a new instance of PyRemminaProtocolWidget and initializes its fields.

Definition at line 229 of file python_wrapper_protocol_widget.c.

◆ python_wrapper_protocol_widget_init()

G_BEGIN_DECLS void python_wrapper_protocol_widget_init ( void  )

Initializes the widget backend of the protocol plugin implementation.

Definition at line 242 of file python_wrapper_protocol_widget.c.

◆ python_wrapper_protocol_widget_type_ready()

void python_wrapper_protocol_widget_type_ready ( void  )

Initializes Python types used for protocol widgets.

Definition at line 247 of file python_wrapper_protocol_widget.c.