Package glitter :: Package raw :: Module glx :: Class _XExtData
[hide private]
[frames] | no frames]

Class _XExtData

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   _XExtData

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('number', <class 'ctypes.c_int'>), ('next', <clas...
  free_private = <Field type=CFunctionType, ofs=16, size=8>
  next = <Field type=LP__XExtData, ofs=8, size=8>
  number = <Field type=c_int, ofs=0, size=4>
  private_data = <Field type=c_char_p, ofs=24, size=8>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('number', <class 'ctypes.c_int'>),
 ('next', <class 'glitter.raw.glx.LP__XExtData'>),
 ('free_private', <class 'ctypes.CFunctionType'>),
 ('private_data', <class 'ctypes.c_char_p'>)]