Paketname | python-xcbgen |
Beschreibung | X C Binding - protocol binding generator |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.6-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | xcb-proto |
Paketgröße | 15266 Byte |
Prüfsumme MD5 | 1e6a0386aab4d7e4262cc6284547f06c |
Prüfsumme SHA1 | 2576e3c782eb60c3bb11723990c8e0adfbe529d7 |
Prüfsumme SHA256 | 1b04a7d334d276518cd494502b53fc0b9145ea5f7d09a2343db6615ffbeb280c |
Link zum Herunterladen | python-xcbgen_1.6-1_all.deb |
Ausführliche Beschreibung | python-xcbgen generates the X protocol C language bindings from XML
descriptions.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* Size: small library and lower memory footprint
* Latency hiding: batch several requests and wait for the replies later
* Direct protocol access: one-to-one mapping between interface and protocol
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
|