Module xcb::base
[−]
[src]
Structs
Connection |
xcb::Connection handles communication with the X server.
It wraps an |
Cookie |
wraps a cookie as returned by a request function.
Instantiations of |
Error |
|
Event |
|
QueryExtensionData | |
Reply |
Wraps a pointer to a |
StructPtr |
|
Enums
ConnError |
Error type that is returned by |
Constants
COPY_FROM_PARENT |
|
CURRENT_TIME |
|
NONE |
|
NO_SYMBOL |
|
X_PROTOCOL |
Current protocol version |
X_PROTOCOL_REVISION |
Current minor version |
X_TCP_PORT |
X_TCP_PORT + display number = server port for TCP transport |
Traits
Zero |
Functions
cast_error |
Casts the generic error to the right error. Assumes that the given error is really the correct type. |
cast_event |
Casts the generic event to the right event. Assumes that the given event is really the correct type. |
pack_bitfield |
pack bitfields tuples into vector usable for FFI requests
|
Type Definitions
AuthInfo | |
ConnResult | |
Extension |
Opaque type used as key for |
GenericError | |
GenericEvent | |
GenericReply | |
VoidCookie |