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

#include <pygobject.h>

Data Fields

PyObject_HEAD GObject * obj
 
PyObject * inst_dict
 
PyObject * weakreflist
 
union {
   GSList *   closures
 
   PyGObjectFlags   flags
 
private_flags
 
union {
   GSList *   closures
 
   PyGObjectFlags   flags
 
private_flags
 

Detailed Description

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

Field Documentation

◆ closures

GSList* PyGObject::closures

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

◆ flags

PyGObjectFlags PyGObject::flags

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

◆ inst_dict

PyObject * PyGObject::inst_dict

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

◆ obj

PyObject_HEAD GObject * PyGObject::obj

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

◆ private_flags [1/2]

union { ... } PyGObject::private_flags

◆ private_flags [2/2]

union { ... } PyGObject::private_flags

◆ weakreflist

PyObject * PyGObject::weakreflist

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


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