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.
_PyGClosure Struct Reference

#include <pygobject.h>

Data Fields

GClosure closure
 
PyObject * callback
 
PyObject * extra_args
 
PyObject * swap_data
 
PyClosureExceptionHandler exception_handler
 

Detailed Description

Definition at line 51 of file src/pygobject.h.

Field Documentation

◆ callback

PyObject * _PyGClosure::callback

Definition at line 53 of file src/pygobject.h.

◆ closure

GClosure _PyGClosure::closure

Definition at line 52 of file src/pygobject.h.

◆ exception_handler

PyClosureExceptionHandler _PyGClosure::exception_handler

Definition at line 56 of file src/pygobject.h.

◆ extra_args

PyObject * _PyGClosure::extra_args

Definition at line 54 of file src/pygobject.h.

◆ swap_data

PyObject * _PyGClosure::swap_data

Definition at line 55 of file src/pygobject.h.


The documentation for this struct was generated from the following file: