Paketname | python-xcbgen |
Beschreibung | X C Binding - protocol binding generator |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | XCB Developers |
Quelle | xcb-proto |
Paketgröße | 10886 Byte |
Prüfsumme MD5 | c48dd674540395434a9b28c15d516f66 |
Prüfsumme SHA1 | c05e8aa55d1a0aa8a5de58902616a17a3787be41 |
Prüfsumme SHA256 | 4dc0ad0da226cb69bae0208ad4a42a77e996f3ed9786e219cc24e4aff5392811 |
Link zum Herunterladen | python-xcbgen_1.6-2_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
|