1XGetXCBConnection(3)            XLIB FUNCTIONS            XGetXCBConnection(3)
2
3
4

NAME

6       XGetXCBConnection - get the XCB connection for an Xlib Display
7

SYNTAX

9
10               #include <X11/Xlib-xcb.h>
11
12       xcb_connection_t *XGetXCBConnection(Display *dpy);
13

ARGUMENTS

15       dpy       Specifies the connection to the X server.
16

DESCRIPTION

18       The  XGetXCBConnection  function  returns the XCB connection associated
19       with an Xlib Display.  Clients can use this XCB connection  with  func‐
20       tions  from  the XCB library, just as they would with an XCB connection
21       created with XCB.  Callers of this function must link to libX11-xcb and
22       a version of Xlib built with XCB support.
23

SEE ALSO

25       XOpenDisplay(3), XSetEventQueueOwner(3),
26       Xlib - C Language X Interface
27
28
29
30X Version 11                     libX11 1.6.12            XGetXCBConnection(3)
Impressum