Expand description
Module for Foreign Function Interface bindings.
Structs§
- xcb_
ge_ generic_ event_ t - FFI type for the Generic Event Extension.
- xcb_
generic_ error_ t - Generic error
- xcb_
generic_ event_ t - Generic event.
Enums§
- xcb_
connection_ t - XCB Connection structure.
Constants§
- XCBOwns
Event Queue - XCB owns the event queue
- XCB_
CONN_ CLOSED_ EXT_ NOTSUPPORTED - xcb connection shutdown because of extension not supported
- XCB_
CONN_ CLOSED_ FDPASSING_ FAILED - Connection closed because some FD passing operation failed
- XCB_
CONN_ CLOSED_ INVALID_ SCREEN - Connection closed because the server does not have a screen matching the display.
- XCB_
CONN_ CLOSED_ MEM_ INSUFFICIENT - malloc(), calloc() and realloc() error upon failure, for eg ENOMEM
- XCB_
CONN_ CLOSED_ PARSE_ ERR - Connection closed, error during parsing display string.
- XCB_
CONN_ CLOSED_ REQ_ LEN_ EXCEED - Connection closed, exceeding request length that server accepts.
- XCB_
CONN_ ERROR - xcb connection errors because of socket, pipe and other stream errors.
- XCB_
GE_ GENERIC response_typenumber corresponding to a xcb_ge_generic_event_t.- X_
PROTOCOL - Current protocol version
- X_
PROTOCOL_ REVISION - Current minor version
- X_
TCP_ PORT - X_TCP_PORT + display number = server port for TCP transport
- Xlib
Owns Event Queue - Xlib owns the event queue
Functions§
- XGetXCB
Connection ⚠ - Get an XCB connection from the
xlib::Display. - XSet
Event ⚠Queue Owner - Set the owner of the X client event queue.
Type Aliases§
- XEvent
Queue Owner - Type for XSetEventQueueOwner owner parameter