Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 58a5f3d803fcd041752d5bc97926d66b > files > 2003

libxcb-doc-1.7-2.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>XCB: xcb.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">XCB&#160;<span id="projectnumber">1.7</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>xcb.h</h1>  </div>
</div>
<div class="contents">
<a href="xcb_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.</span>
<a name="l00003"></a>00003 <span class="comment"> * All Rights Reserved.</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a</span>
<a name="l00006"></a>00006 <span class="comment"> * copy of this software and associated documentation files (the &quot;Software&quot;),</span>
<a name="l00007"></a>00007 <span class="comment"> * to deal in the Software without restriction, including without limitation</span>
<a name="l00008"></a>00008 <span class="comment"> * the rights to use, copy, modify, merge, publish, distribute, sublicense,</span>
<a name="l00009"></a>00009 <span class="comment"> * and/or sell copies of the Software, and to permit persons to whom the</span>
<a name="l00010"></a>00010 <span class="comment"> * Software is furnished to do so, subject to the following conditions:</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> * The above copyright notice and this permission notice shall be included in</span>
<a name="l00013"></a>00013 <span class="comment"> * all copies or substantial portions of the Software.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
<a name="l00016"></a>00016 <span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<a name="l00017"></a>00017 <span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
<a name="l00018"></a>00018 <span class="comment"> * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN</span>
<a name="l00019"></a>00019 <span class="comment"> * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN</span>
<a name="l00020"></a>00020 <span class="comment"> * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> * Except as contained in this notice, the names of the authors or their</span>
<a name="l00023"></a>00023 <span class="comment"> * institutions shall not be used in advertising or otherwise to promote the</span>
<a name="l00024"></a>00024 <span class="comment"> * sale, use or other dealings in this Software without prior written</span>
<a name="l00025"></a>00025 <span class="comment"> * authorization from the authors.</span>
<a name="l00026"></a>00026 <span class="comment"> */</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#ifndef __XCB_H__</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define __XCB_H__</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#include &lt;sys/types.h&gt;</span>
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="preprocessor">#if defined(__solaris__)</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#include &lt;inttypes.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#else</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor">#include &lt;stdint.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#endif</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;sys/uio.h&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;pthread.h&gt;</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00044"></a>00044 <span class="preprocessor">#endif</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00057"></a>00057 <span class="comment">/* Pre-defined constants */</span>
<a name="l00058"></a>00058 
<a name="l00060"></a><a class="code" href="group__XCB__Core__API.html#ga33a326c569db79d44ac7f50449cd41a9">00060</a> <span class="preprocessor">#define X_PROTOCOL 11</span>
<a name="l00061"></a>00061 <span class="preprocessor"></span>
<a name="l00063"></a><a class="code" href="group__XCB__Core__API.html#gaec218574c2dba2befb7b797b55d5b146">00063</a> <span class="preprocessor">#define X_PROTOCOL_REVISION 0</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span>
<a name="l00066"></a><a class="code" href="group__XCB__Core__API.html#gae3ab23b2215dc45af366b61a84b40272">00066</a> <span class="preprocessor">#define X_TCP_PORT 6000</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span>
<a name="l00068"></a>00068 <span class="preprocessor">#define XCB_TYPE_PAD(T,I) (-(I) &amp; (sizeof(T) &gt; 4 ? 3 : sizeof(T) - 1))</span>
<a name="l00069"></a>00069 <span class="preprocessor"></span>
<a name="l00070"></a>00070 <span class="comment">/* Opaque structures */</span>
<a name="l00071"></a>00071 
<a name="l00077"></a><a class="code" href="group__XCB__Core__API.html#ga8af532123ce5fb1c75ded03a0d77691f">00077</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> <a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>;  
<a name="l00080"></a>00080 <span class="comment">/* Other types */</span>
<a name="l00081"></a>00081 
<a name="l00087"></a><a class="code" href="structxcb__generic__iterator__t.html">00087</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00088"></a><a class="code" href="structxcb__generic__iterator__t.html#ab9be6853fbb2515556c30a89fcd19de8">00088</a>     <span class="keywordtype">void</span> *<a class="code" href="structxcb__generic__iterator__t.html#ab9be6853fbb2515556c30a89fcd19de8">data</a>;   
<a name="l00089"></a><a class="code" href="structxcb__generic__iterator__t.html#a5e3e9518cb76096f4d410d35f58f685d">00089</a>     <span class="keywordtype">int</span> <a class="code" href="structxcb__generic__iterator__t.html#a5e3e9518cb76096f4d410d35f58f685d">rem</a>;    
<a name="l00090"></a><a class="code" href="structxcb__generic__iterator__t.html#abb34941ef3303d84f057cf46bcc5accf">00090</a>     <span class="keywordtype">int</span> <a class="code" href="structxcb__generic__iterator__t.html#abb34941ef3303d84f057cf46bcc5accf">index</a>;  
<a name="l00091"></a>00091 } <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>;
<a name="l00092"></a>00092 
<a name="l00098"></a><a class="code" href="structxcb__generic__reply__t.html">00098</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00099"></a><a class="code" href="structxcb__generic__reply__t.html#a34a92db4675a6c572d8d4b9cfef9e6af">00099</a>     uint8_t   <a class="code" href="structxcb__generic__reply__t.html#a34a92db4675a6c572d8d4b9cfef9e6af">response_type</a>;  
<a name="l00100"></a><a class="code" href="structxcb__generic__reply__t.html#a5ed71e7dca7ca9d1c6e961d491715094">00100</a>     uint8_t  <a class="code" href="structxcb__generic__reply__t.html#a5ed71e7dca7ca9d1c6e961d491715094">pad0</a>;           
<a name="l00101"></a><a class="code" href="structxcb__generic__reply__t.html#a3b270bc9d32feb3b9c68e8040bd0c7bb">00101</a>     uint16_t <a class="code" href="structxcb__generic__reply__t.html#a3b270bc9d32feb3b9c68e8040bd0c7bb">sequence</a>;       
<a name="l00102"></a><a class="code" href="structxcb__generic__reply__t.html#a1ad7b760573218bc4f02437fd90f5f1e">00102</a>     uint32_t <a class="code" href="structxcb__generic__reply__t.html#a1ad7b760573218bc4f02437fd90f5f1e">length</a>;         
<a name="l00103"></a>00103 } <a class="code" href="structxcb__generic__reply__t.html" title="Generic reply.">xcb_generic_reply_t</a>;
<a name="l00104"></a>00104 
<a name="l00110"></a><a class="code" href="structxcb__generic__event__t.html">00110</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00111"></a><a class="code" href="structxcb__generic__event__t.html#ac26eb375a48c5bb267b85b190c789842">00111</a>     uint8_t   <a class="code" href="structxcb__generic__event__t.html#ac26eb375a48c5bb267b85b190c789842">response_type</a>;  
<a name="l00112"></a><a class="code" href="structxcb__generic__event__t.html#a8f785727d84880b89b97c8590ffdc4f9">00112</a>     uint8_t  <a class="code" href="structxcb__generic__event__t.html#a8f785727d84880b89b97c8590ffdc4f9">pad0</a>;           
<a name="l00113"></a><a class="code" href="structxcb__generic__event__t.html#a1dac24185669f84f8e0ad56b1489544c">00113</a>     uint16_t <a class="code" href="structxcb__generic__event__t.html#a1dac24185669f84f8e0ad56b1489544c">sequence</a>;       
<a name="l00114"></a><a class="code" href="structxcb__generic__event__t.html#a6d9500da2f02e9984d7022acd2b5d356">00114</a>     uint32_t pad[7];         
<a name="l00115"></a><a class="code" href="structxcb__generic__event__t.html#a166eec2a148d9eace5949dfcb505c847">00115</a>     uint32_t <a class="code" href="structxcb__generic__event__t.html#a166eec2a148d9eace5949dfcb505c847">full_sequence</a>;  
<a name="l00116"></a>00116 } <a class="code" href="structxcb__generic__event__t.html" title="Generic event.">xcb_generic_event_t</a>;
<a name="l00117"></a>00117 
<a name="l00124"></a><a class="code" href="structxcb__ge__event__t.html">00124</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00125"></a><a class="code" href="structxcb__ge__event__t.html#abf776cb1e90a237b0da328c36b5397b8">00125</a>     uint8_t  <a class="code" href="structxcb__ge__event__t.html#abf776cb1e90a237b0da328c36b5397b8">response_type</a>;  
<a name="l00126"></a><a class="code" href="structxcb__ge__event__t.html#acccf731b24aedcdbb2071b97e2523cba">00126</a>     uint8_t  <a class="code" href="structxcb__ge__event__t.html#acccf731b24aedcdbb2071b97e2523cba">pad0</a>;           
<a name="l00127"></a><a class="code" href="structxcb__ge__event__t.html#a678601a29bc7825a786b8a1751c7ff9a">00127</a>     uint16_t <a class="code" href="structxcb__ge__event__t.html#a678601a29bc7825a786b8a1751c7ff9a">sequence</a>;       
<a name="l00128"></a>00128     uint32_t length;
<a name="l00129"></a>00129     uint16_t event_type;
<a name="l00130"></a>00130     uint16_t pad1;
<a name="l00131"></a><a class="code" href="structxcb__ge__event__t.html#a86bc4c3a84c11bbb5a09f4cf1ace789c">00131</a>     uint32_t pad[5];         
<a name="l00132"></a><a class="code" href="structxcb__ge__event__t.html#ab7dfe8d1c485b771be041710bacd6a69">00132</a>     uint32_t <a class="code" href="structxcb__ge__event__t.html#ab7dfe8d1c485b771be041710bacd6a69">full_sequence</a>;  
<a name="l00133"></a>00133 } <a class="code" href="structxcb__ge__event__t.html" title="GE event.">xcb_ge_event_t</a>;
<a name="l00134"></a>00134 
<a name="l00140"></a><a class="code" href="structxcb__generic__error__t.html">00140</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00141"></a><a class="code" href="structxcb__generic__error__t.html#ab89010bd584988b887f710ca5216bad4">00141</a>     uint8_t   <a class="code" href="structxcb__generic__error__t.html#ab89010bd584988b887f710ca5216bad4">response_type</a>;  
<a name="l00142"></a><a class="code" href="structxcb__generic__error__t.html#af5d4730757ff353ca7d8b7fc7a09b6af">00142</a>     uint8_t   <a class="code" href="structxcb__generic__error__t.html#af5d4730757ff353ca7d8b7fc7a09b6af">error_code</a>;     
<a name="l00143"></a><a class="code" href="structxcb__generic__error__t.html#a34f5e0b56fe190bc37b01384724bfa4f">00143</a>     uint16_t <a class="code" href="structxcb__generic__error__t.html#a34f5e0b56fe190bc37b01384724bfa4f">sequence</a>;       
<a name="l00144"></a>00144     uint32_t resource_id;     
<a name="l00145"></a><a class="code" href="structxcb__generic__error__t.html#a85265f869ed87e9ea3559db6e4a127e3">00145</a>     uint16_t <a class="code" href="structxcb__generic__error__t.html#a85265f869ed87e9ea3559db6e4a127e3">minor_code</a>;      
<a name="l00146"></a><a class="code" href="structxcb__generic__error__t.html#abbba0fe26f755749e0b10a25c1008f5b">00146</a>     uint8_t <a class="code" href="structxcb__generic__error__t.html#abbba0fe26f755749e0b10a25c1008f5b">major_code</a>;       
<a name="l00147"></a><a class="code" href="structxcb__generic__error__t.html#a3581f142c0c6452bbf73c3b22a73b530">00147</a>     uint8_t <a class="code" href="structxcb__generic__error__t.html#a3581f142c0c6452bbf73c3b22a73b530">pad0</a>;
<a name="l00148"></a><a class="code" href="structxcb__generic__error__t.html#a4338d1f04331e9520e9575566d396cfa">00148</a>     uint32_t pad[5];         
<a name="l00149"></a><a class="code" href="structxcb__generic__error__t.html#ac8e3403dbf2ad8b69f515c4fd4a77714">00149</a>     uint32_t <a class="code" href="structxcb__generic__error__t.html#ac8e3403dbf2ad8b69f515c4fd4a77714">full_sequence</a>;  
<a name="l00150"></a>00150 } <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>;
<a name="l00151"></a>00151 
<a name="l00157"></a><a class="code" href="structxcb__void__cookie__t.html">00157</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00158"></a><a class="code" href="structxcb__void__cookie__t.html#af04f2b3abfc40ac8c7607f6b356548ba">00158</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__void__cookie__t.html#af04f2b3abfc40ac8c7607f6b356548ba">sequence</a>;  
<a name="l00159"></a>00159 } <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>;
<a name="l00160"></a>00160 
<a name="l00161"></a>00161 
<a name="l00162"></a>00162 <span class="comment">/* Include the generated xproto header. */</span>
<a name="l00163"></a>00163 <span class="preprocessor">#include &quot;xproto.h&quot;</span>
<a name="l00164"></a>00164 
<a name="l00165"></a>00165 
<a name="l00167"></a><a class="code" href="group__XCB__Core__API.html#gafa5402f36a6f6b5def0e98c4a452dc82">00167</a> <span class="preprocessor">#define XCB_NONE 0L</span>
<a name="l00168"></a>00168 <span class="preprocessor"></span>
<a name="l00170"></a><a class="code" href="group__XCB__Core__API.html#gacfad5acd9f27e048614dce1f7ea69ed8">00170</a> <span class="preprocessor">#define XCB_COPY_FROM_PARENT 0L</span>
<a name="l00171"></a>00171 <span class="preprocessor"></span>
<a name="l00173"></a><a class="code" href="group__XCB__Core__API.html#ga3a6ff159310850f5e28b018192a4a0d0">00173</a> <span class="preprocessor">#define XCB_CURRENT_TIME 0L</span>
<a name="l00174"></a>00174 <span class="preprocessor"></span>
<a name="l00176"></a><a class="code" href="group__XCB__Core__API.html#ga47e7b30cb867e921290ab333b88184dd">00176</a> <span class="preprocessor">#define XCB_NO_SYMBOL 0L</span>
<a name="l00177"></a>00177 <span class="preprocessor"></span>
<a name="l00178"></a>00178 
<a name="l00179"></a>00179 <span class="comment">/* xcb_auth.c */</span>
<a name="l00180"></a>00180 
<a name="l00186"></a><a class="code" href="structxcb__auth__info__t.html">00186</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__auth__info__t.html" title="Container for authorization information.">xcb_auth_info_t</a> {
<a name="l00187"></a><a class="code" href="structxcb__auth__info__t.html#a0c4757a70b343280a247905dc572c991">00187</a>     <span class="keywordtype">int</span>   <a class="code" href="structxcb__auth__info__t.html#a0c4757a70b343280a247905dc572c991">namelen</a>;  
<a name="l00188"></a><a class="code" href="structxcb__auth__info__t.html#a8dcfcabe85588b0fb45de36a10679c1b">00188</a>     <span class="keywordtype">char</span> *<a class="code" href="structxcb__auth__info__t.html#a8dcfcabe85588b0fb45de36a10679c1b">name</a>;     
<a name="l00189"></a><a class="code" href="structxcb__auth__info__t.html#a1db40e8cada7664f6170b03f2d3d6255">00189</a>     <span class="keywordtype">int</span>   <a class="code" href="structxcb__auth__info__t.html#a1db40e8cada7664f6170b03f2d3d6255">datalen</a>;  
<a name="l00190"></a><a class="code" href="structxcb__auth__info__t.html#a115f8ba8e337562e9f7ba90fc86dd8f2">00190</a>     <span class="keywordtype">char</span> *<a class="code" href="structxcb__auth__info__t.html#a115f8ba8e337562e9f7ba90fc86dd8f2">data</a>;   
<a name="l00191"></a>00191 } <a class="code" href="group__XCB__Core__API.html#ga5c434ae83bd5822deb8e20ea517071b6" title="Container for authorization information.">xcb_auth_info_t</a>;
<a name="l00192"></a>00192 
<a name="l00193"></a>00193 
<a name="l00194"></a>00194 <span class="comment">/* xcb_out.c */</span>
<a name="l00195"></a>00195 
<a name="l00204"></a>00204 <span class="keywordtype">int</span> <a class="code" href="group__XCB__Core__API.html#ga9361ead09eb756ba9cc8953c4569a789" title="Forces any buffered output to be written to the server.">xcb_flush</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00205"></a>00205 
<a name="l00221"></a>00221 uint32_t <a class="code" href="group__XCB__Core__API.html#gaac2771a6f8f77b574bcebcec3a7de977" title="Returns the maximum request length that this server accepts.">xcb_get_maximum_request_length</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00222"></a>00222 
<a name="l00240"></a>00240 <span class="keywordtype">void</span> <a class="code" href="group__XCB__Core__API.html#ga365edf27111a8dd4e1d2831f652315e7" title="Prefetch the maximum request length without blocking.">xcb_prefetch_maximum_request_length</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00241"></a>00241 
<a name="l00242"></a>00242 
<a name="l00243"></a>00243 <span class="comment">/* xcb_in.c */</span>
<a name="l00244"></a>00244 
<a name="l00254"></a>00254 <a class="code" href="structxcb__generic__event__t.html" title="Generic event.">xcb_generic_event_t</a> *<a class="code" href="group__XCB__Core__API.html#ga1152db5668f718d1b3daf9b40712b0dd" title="Returns the next event or error from the server.">xcb_wait_for_event</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00255"></a>00255 
<a name="l00268"></a>00268 <a class="code" href="structxcb__generic__event__t.html" title="Generic event.">xcb_generic_event_t</a> *<a class="code" href="group__XCB__Core__API.html#ga3289f98c49afa3aa56f84f741557a434" title="Returns the next event or error from the server.">xcb_poll_for_event</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00269"></a>00269 
<a name="l00286"></a>00286 <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a> *<a class="code" href="group__XCB__Core__API.html#ga3ee7f1ad9cf0a9f1716d5c22405598fc" title="Return the error for a request, or NULL if none can ever arrive.">xcb_request_check</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c, <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a> cookie);
<a name="l00287"></a>00287 
<a name="l00302"></a>00302 <span class="keywordtype">void</span> <a class="code" href="group__XCB__Core__API.html#gabb6bc06a4ee73b3b820847a02bd8bfcb" title="Discards the reply for a request.">xcb_discard_reply</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> sequence);
<a name="l00303"></a>00303 
<a name="l00304"></a>00304 
<a name="l00305"></a>00305 <span class="comment">/* xcb_ext.c */</span>
<a name="l00306"></a>00306 
<a name="l00310"></a><a class="code" href="group__XCB__Core__API.html#ga8615b6e0d78ed5de111d9202530cebe9">00310</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a>;  
<a name="l00328"></a>00328 <span class="keyword">const</span> <a class="code" href="structxcb__query__extension__reply__t.html" title="xcb_query_extension_reply_t">xcb_query_extension_reply_t</a> *<a class="code" href="group__XCB__Core__API.html#ga3cbee434e4859a00d685bbdf1e299b9e" title="Caches reply information from QueryExtension requests.">xcb_get_extension_data</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c, <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> *ext);
<a name="l00329"></a>00329 
<a name="l00341"></a>00341 <span class="keywordtype">void</span> <a class="code" href="group__XCB__Core__API.html#gaa3c0a602c213180792c2668f8056a324" title="Prefetch of extension data into the extension cache.">xcb_prefetch_extension_data</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c, <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> *ext);
<a name="l00342"></a>00342 
<a name="l00343"></a>00343 
<a name="l00344"></a>00344 <span class="comment">/* xcb_conn.c */</span>
<a name="l00345"></a>00345 
<a name="l00364"></a>00364 <span class="keyword">const</span> <a class="code" href="structxcb__setup__t.html" title="xcb_setup_t">xcb_setup_t</a> *<a class="code" href="group__XCB__Core__API.html#gafc379a27800bf735818a0760bd036321" title="Access the data returned by the server.">xcb_get_setup</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00365"></a>00365 
<a name="l00374"></a>00374 <span class="keywordtype">int</span> <a class="code" href="group__XCB__Core__API.html#ga537e3cea89389382533957444eaa13fd" title="Access the file descriptor of the connection.">xcb_get_file_descriptor</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00375"></a>00375 
<a name="l00389"></a>00389 <span class="keywordtype">int</span> <a class="code" href="group__XCB__Core__API.html#ga70a6bade94bd2824db552abcf5fbdbe3" title="Test whether the connection has shut down due to a fatal error.">xcb_connection_has_error</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00390"></a>00390 
<a name="l00403"></a>00403 <a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *<a class="code" href="group__XCB__Core__API.html#ga6a5bf0156ada8c8863461073adefc7e2" title="Connects to the X server.">xcb_connect_to_fd</a>(<span class="keywordtype">int</span> fd, <a class="code" href="structxcb__auth__info__t.html" title="Container for authorization information.">xcb_auth_info_t</a> *auth_info);
<a name="l00404"></a>00404 
<a name="l00412"></a>00412 <span class="keywordtype">void</span> <a class="code" href="group__XCB__Core__API.html#gad562fe46469d419a81d5d9b20a659eaa" title="Closes the connection.">xcb_disconnect</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00413"></a>00413 
<a name="l00414"></a>00414 
<a name="l00415"></a>00415 <span class="comment">/* xcb_util.c */</span>
<a name="l00416"></a>00416 
<a name="l00434"></a>00434 <span class="keywordtype">int</span> <a class="code" href="group__XCB__Core__API.html#gacdcc135342419d73b45e4f5499f26b20" title="Parses a display string name in the form documented by X(7x).">xcb_parse_display</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keywordtype">char</span> **host, <span class="keywordtype">int</span> *display, <span class="keywordtype">int</span> *screen);
<a name="l00435"></a>00435 
<a name="l00448"></a>00448 <a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *<a class="code" href="group__XCB__Core__API.html#ga094470586356d1764e69c9a1882966c3" title="Connects to the X server.">xcb_connect</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *displayname, <span class="keywordtype">int</span> *screenp);
<a name="l00449"></a>00449 
<a name="l00462"></a>00462 <a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *<a class="code" href="group__XCB__Core__API.html#gaba02ef0d79d42c863842ae7eb8dd67a2" title="Connects to the X server, using an authorization information.">xcb_connect_to_display_with_auth_info</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *display, <a class="code" href="structxcb__auth__info__t.html" title="Container for authorization information.">xcb_auth_info_t</a> *auth, <span class="keywordtype">int</span> *screen);
<a name="l00463"></a>00463 
<a name="l00464"></a>00464 
<a name="l00465"></a>00465 <span class="comment">/* xcb_xid.c */</span>
<a name="l00466"></a>00466 
<a name="l00475"></a>00475 uint32_t <a class="code" href="group__XCB__Core__API.html#ga3208afc306e3c564435a6ecbaddf80d1" title="Allocates an XID for a new object.">xcb_generate_id</a>(<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c);
<a name="l00476"></a>00476 
<a name="l00477"></a>00477 
<a name="l00482"></a>00482 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00483"></a>00483 <span class="preprocessor"></span>}
<a name="l00484"></a>00484 <span class="preprocessor">#endif</span>
<a name="l00485"></a>00485 <span class="preprocessor"></span>
<a name="l00486"></a>00486 
<a name="l00487"></a>00487 <span class="preprocessor">#endif </span><span class="comment">/* __XCB_H__ */</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Apr 29 2011 15:45:45 for XCB by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>