64 lines
1.8 KiB
HTML
64 lines
1.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of XGetXCBConnection</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>XGetXCBConnection</H1>
|
|
Section: XLIB FUNCTIONS (3)<BR>Updated: libX11 1.6.9<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
XGetXCBConnection - get the XCB connection for an Xlib Display
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNTAX</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<BR> #include <<A HREF="file:///usr/include/X11/Xlib-xcb.h">X11/Xlib-xcb.h</A>>
|
|
<DT id="2">
|
|
<DD>xcb_connection_t *XGetXCBConnection(Display *<I>dpy</I>);
|
|
</DL>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>ARGUMENTS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="3"><I>dpy</I><DD>
|
|
Specifies the connection to the X server.
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The <I>XGetXCBConnection</I> function returns the XCB connection associated with
|
|
an Xlib Display.
|
|
Clients can use this XCB connection with functions from the
|
|
XCB library, just as they would with an XCB connection created with XCB.
|
|
Callers of this function must link to libX11-xcb and a version of Xlib built
|
|
with XCB support.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?3+XOpenDisplay">XOpenDisplay</A>(3),
|
|
<A HREF="/cgi-bin/man/man2html?3+XSetEventQueueOwner">XSetEventQueueOwner</A>(3),
|
|
<BR>
|
|
|
|
<I>Xlib - C Language X Interface</I>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="5"><A HREF="#lbAC">SYNTAX</A><DD>
|
|
<DT id="6"><A HREF="#lbAD">ARGUMENTS</A><DD>
|
|
<DT id="7"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
|
<DT id="8"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:00 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|