Sophie

Sophie

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

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: xc_misc.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>xc_misc.h</h1>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * This file generated automatically from xc_misc.xml by c_client.py.</span>
<a name="l00003"></a>00003 <span class="comment"> * Edit at your peril.</span>
<a name="l00004"></a>00004 <span class="comment"> */</span>
<a name="l00005"></a>00005 
<a name="l00012"></a>00012 <span class="preprocessor">#ifndef __XC_MISC_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __XC_MISC_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &quot;<a class="code" href="xcb_8h.html">xcb.h</a>&quot;</span>
<a name="l00016"></a>00016 
<a name="l00017"></a>00017 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00019"></a>00019 <span class="preprocessor">#endif</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#define XCB_XCMISC_MAJOR_VERSION 1</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define XCB_XCMISC_MINOR_VERSION 1</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>  
<a name="l00024"></a>00024 <span class="keyword">extern</span> <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> xcb_xc_misc_id;
<a name="l00025"></a>00025 
<a name="l00029"></a><a class="code" href="structxcb__xc__misc__get__version__cookie__t.html">00029</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__version__cookie__t.html" title="xcb_xc_misc_get_version_cookie_t">xcb_xc_misc_get_version_cookie_t</a> {
<a name="l00030"></a><a class="code" href="structxcb__xc__misc__get__version__cookie__t.html#ad7471f11a9d83fa3b44409cba738da6e">00030</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xc__misc__get__version__cookie__t.html#ad7471f11a9d83fa3b44409cba738da6e">sequence</a>; 
<a name="l00031"></a>00031 } <a class="code" href="group__XCB__XCMisc__API.html#gabc5f58fca1bff60ba21626dc56536357" title="xcb_xc_misc_get_version_cookie_t">xcb_xc_misc_get_version_cookie_t</a>;
<a name="l00032"></a>00032 
<a name="l00034"></a><a class="code" href="group__XCB__XCMisc__API.html#gad743e48bbe75446661a735a87600e554">00034</a> <span class="preprocessor">#define XCB_XC_MISC_GET_VERSION 0</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span>
<a name="l00039"></a><a class="code" href="structxcb__xc__misc__get__version__request__t.html">00039</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__version__request__t.html" title="xcb_xc_misc_get_version_request_t">xcb_xc_misc_get_version_request_t</a> {
<a name="l00040"></a><a class="code" href="structxcb__xc__misc__get__version__request__t.html#ada01b4af1d73ff319eee4777d5dbd359">00040</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__version__request__t.html#ada01b4af1d73ff319eee4777d5dbd359">major_opcode</a>; 
<a name="l00041"></a><a class="code" href="structxcb__xc__misc__get__version__request__t.html#a06fee3a30e4bcad308ad3ec74c2a12c1">00041</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__version__request__t.html#a06fee3a30e4bcad308ad3ec74c2a12c1">minor_opcode</a>; 
<a name="l00042"></a><a class="code" href="structxcb__xc__misc__get__version__request__t.html#a6063d938aef4380457394c75e2719934">00042</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__version__request__t.html#a6063d938aef4380457394c75e2719934">length</a>; 
<a name="l00043"></a><a class="code" href="structxcb__xc__misc__get__version__request__t.html#abb91cce7c1305cce42eb3b55096f584d">00043</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__version__request__t.html#abb91cce7c1305cce42eb3b55096f584d">client_major_version</a>; 
<a name="l00044"></a><a class="code" href="structxcb__xc__misc__get__version__request__t.html#a49231e118b4846df5ec0a3c07dac907f">00044</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__version__request__t.html#a49231e118b4846df5ec0a3c07dac907f">client_minor_version</a>; 
<a name="l00045"></a>00045 } <a class="code" href="group__XCB__XCMisc__API.html#ga91390d33715a1aa68f860d805e31b8bb" title="xcb_xc_misc_get_version_request_t">xcb_xc_misc_get_version_request_t</a>;
<a name="l00046"></a>00046 
<a name="l00050"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html">00050</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__version__reply__t.html" title="xcb_xc_misc_get_version_reply_t">xcb_xc_misc_get_version_reply_t</a> {
<a name="l00051"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html#a9e96845b78a0b64028322841d200d9e5">00051</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__version__reply__t.html#a9e96845b78a0b64028322841d200d9e5">response_type</a>; 
<a name="l00052"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html#aa699424664b7648d474100c17397b736">00052</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__version__reply__t.html#aa699424664b7648d474100c17397b736">pad0</a>; 
<a name="l00053"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html#ab830ab2ef173443a4688a35ed5b27568">00053</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__version__reply__t.html#ab830ab2ef173443a4688a35ed5b27568">sequence</a>; 
<a name="l00054"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html#afb9518994195506ad7bbdb9313480c9a">00054</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__version__reply__t.html#afb9518994195506ad7bbdb9313480c9a">length</a>; 
<a name="l00055"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html#a2011f32da09a8aaf0bce61bd3b9435bd">00055</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__version__reply__t.html#a2011f32da09a8aaf0bce61bd3b9435bd">server_major_version</a>; 
<a name="l00056"></a><a class="code" href="structxcb__xc__misc__get__version__reply__t.html#a2c9ed9e117b77b475bf91ae913c8b490">00056</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__version__reply__t.html#a2c9ed9e117b77b475bf91ae913c8b490">server_minor_version</a>; 
<a name="l00057"></a>00057 } <a class="code" href="group__XCB__XCMisc__API.html#ga7eff071ef5a679e56f1651be19113086" title="xcb_xc_misc_get_version_reply_t">xcb_xc_misc_get_version_reply_t</a>;
<a name="l00058"></a>00058 
<a name="l00062"></a><a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html">00062</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html" title="xcb_xc_misc_get_xid_range_cookie_t">xcb_xc_misc_get_xid_range_cookie_t</a> {
<a name="l00063"></a><a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html#a890c852137437b709b8a6b5a8c93ec27">00063</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html#a890c852137437b709b8a6b5a8c93ec27">sequence</a>; 
<a name="l00064"></a>00064 } <a class="code" href="group__XCB__XCMisc__API.html#gaae3e499290be2888ae3cb16659f3b20c" title="xcb_xc_misc_get_xid_range_cookie_t">xcb_xc_misc_get_xid_range_cookie_t</a>;
<a name="l00065"></a>00065 
<a name="l00067"></a><a class="code" href="group__XCB__XCMisc__API.html#gabfb3c1726172946dbc0645218c3d9b51">00067</a> <span class="preprocessor">#define XCB_XC_MISC_GET_XID_RANGE 1</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span>
<a name="l00072"></a><a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html">00072</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html" title="xcb_xc_misc_get_xid_range_request_t">xcb_xc_misc_get_xid_range_request_t</a> {
<a name="l00073"></a><a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html#a8743ac50ef91a5049f7fb3c610ce0c23">00073</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html#a8743ac50ef91a5049f7fb3c610ce0c23">major_opcode</a>; 
<a name="l00074"></a><a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html#a13311e502769f4078744fcb95ddec452">00074</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html#a13311e502769f4078744fcb95ddec452">minor_opcode</a>; 
<a name="l00075"></a><a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html#abf3ba96aef40598a39a158c4cba1fec4">00075</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__xid__range__request__t.html#abf3ba96aef40598a39a158c4cba1fec4">length</a>; 
<a name="l00076"></a>00076 } <a class="code" href="group__XCB__XCMisc__API.html#ga5847c44d1934d5431757574b4cc53d75" title="xcb_xc_misc_get_xid_range_request_t">xcb_xc_misc_get_xid_range_request_t</a>;
<a name="l00077"></a>00077 
<a name="l00081"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html">00081</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html" title="xcb_xc_misc_get_xid_range_reply_t">xcb_xc_misc_get_xid_range_reply_t</a> {
<a name="l00082"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a6d490a430f3f1de695f27119e1c54266">00082</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a6d490a430f3f1de695f27119e1c54266">response_type</a>; 
<a name="l00083"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a8a68984abb24b141eede3ed71b12b8c3">00083</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a8a68984abb24b141eede3ed71b12b8c3">pad0</a>; 
<a name="l00084"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#aecd93b4cad408d8375abc3cabd315ea9">00084</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#aecd93b4cad408d8375abc3cabd315ea9">sequence</a>; 
<a name="l00085"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#aa7b46a7a2c7d67837731da3c840442b3">00085</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#aa7b46a7a2c7d67837731da3c840442b3">length</a>; 
<a name="l00086"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a24b74b834cf97d6d93c033ff425900d1">00086</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a24b74b834cf97d6d93c033ff425900d1">start_id</a>; 
<a name="l00087"></a><a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a924e13bb45ff5299bbd69dd56d5331e0">00087</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html#a924e13bb45ff5299bbd69dd56d5331e0">count</a>; 
<a name="l00088"></a>00088 } <a class="code" href="group__XCB__XCMisc__API.html#gaf2e4d73b9357fe8fbe8fdbc7538cc167" title="xcb_xc_misc_get_xid_range_reply_t">xcb_xc_misc_get_xid_range_reply_t</a>;
<a name="l00089"></a>00089 
<a name="l00093"></a><a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html">00093</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html" title="xcb_xc_misc_get_xid_list_cookie_t">xcb_xc_misc_get_xid_list_cookie_t</a> {
<a name="l00094"></a><a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html#a3e0bcb1d6fe4b30c6f4009eb56c92a21">00094</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html#a3e0bcb1d6fe4b30c6f4009eb56c92a21">sequence</a>; 
<a name="l00095"></a>00095 } <a class="code" href="group__XCB__XCMisc__API.html#gaee15010286e6afd8d7e8da8dbfd6d712" title="xcb_xc_misc_get_xid_list_cookie_t">xcb_xc_misc_get_xid_list_cookie_t</a>;
<a name="l00096"></a>00096 
<a name="l00098"></a><a class="code" href="group__XCB__XCMisc__API.html#ga99ebac993ba3bce7c8698bbbc9ad0881">00098</a> <span class="preprocessor">#define XCB_XC_MISC_GET_XID_LIST 2</span>
<a name="l00099"></a>00099 <span class="preprocessor"></span>
<a name="l00103"></a><a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html">00103</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html" title="xcb_xc_misc_get_xid_list_request_t">xcb_xc_misc_get_xid_list_request_t</a> {
<a name="l00104"></a><a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#a78b7f3a0d46ea1c7718d8cfbc658b81c">00104</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#a78b7f3a0d46ea1c7718d8cfbc658b81c">major_opcode</a>; 
<a name="l00105"></a><a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#a76936afb1b66aa6d996307c2c66ea0b6">00105</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#a76936afb1b66aa6d996307c2c66ea0b6">minor_opcode</a>; 
<a name="l00106"></a><a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#ae1804834cfc9102bdfafaee3a016b1c4">00106</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#ae1804834cfc9102bdfafaee3a016b1c4">length</a>; 
<a name="l00107"></a><a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#a7a047f3eb82882712975deacb30d6b2e">00107</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__xid__list__request__t.html#a7a047f3eb82882712975deacb30d6b2e">count</a>; 
<a name="l00108"></a>00108 } <a class="code" href="group__XCB__XCMisc__API.html#ga85d2ea4214b8cb3288bee0c5903a45f1" title="xcb_xc_misc_get_xid_list_request_t">xcb_xc_misc_get_xid_list_request_t</a>;
<a name="l00109"></a>00109 
<a name="l00113"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html">00113</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html" title="xcb_xc_misc_get_xid_list_reply_t">xcb_xc_misc_get_xid_list_reply_t</a> {
<a name="l00114"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#ac9880f2bd69100a2c2da5209695c6499">00114</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#ac9880f2bd69100a2c2da5209695c6499">response_type</a>; 
<a name="l00115"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#aba79156dd0ec6bd35cbef6d0b9d05b22">00115</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#aba79156dd0ec6bd35cbef6d0b9d05b22">pad0</a>; 
<a name="l00116"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#a071f2b89b82d1fcf3c8568555502af28">00116</a>     uint16_t <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#a071f2b89b82d1fcf3c8568555502af28">sequence</a>; 
<a name="l00117"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#ad50703b46ac096361dc965466eaf77fb">00117</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#ad50703b46ac096361dc965466eaf77fb">length</a>; 
<a name="l00118"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#a7494da4e514bad77b1197f64e8279e6a">00118</a>     uint32_t <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#a7494da4e514bad77b1197f64e8279e6a">ids_len</a>; 
<a name="l00119"></a><a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#acd7caa8f7e2e1fcf8ca5e55b0e128504">00119</a>     uint8_t  <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html#acd7caa8f7e2e1fcf8ca5e55b0e128504">pad1</a>[20]; 
<a name="l00120"></a>00120 } <a class="code" href="group__XCB__XCMisc__API.html#ga5770cf09ae261058a60fd303f1f8577c" title="xcb_xc_misc_get_xid_list_reply_t">xcb_xc_misc_get_xid_list_reply_t</a>;
<a name="l00121"></a>00121 
<a name="l00131"></a>00131 <span class="comment">/*****************************************************************************</span>
<a name="l00132"></a>00132 <span class="comment"> **</span>
<a name="l00133"></a>00133 <span class="comment"> ** xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version</span>
<a name="l00134"></a>00134 <span class="comment"> ** </span>
<a name="l00135"></a>00135 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00136"></a>00136 <span class="comment"> ** @param uint16_t          client_major_version</span>
<a name="l00137"></a>00137 <span class="comment"> ** @param uint16_t          client_minor_version</span>
<a name="l00138"></a>00138 <span class="comment"> ** @returns xcb_xc_misc_get_version_cookie_t</span>
<a name="l00139"></a>00139 <span class="comment"> **</span>
<a name="l00140"></a>00140 <span class="comment"> *****************************************************************************/</span>
<a name="l00141"></a>00141  
<a name="l00142"></a>00142 <a class="code" href="structxcb__xc__misc__get__version__cookie__t.html" title="xcb_xc_misc_get_version_cookie_t">xcb_xc_misc_get_version_cookie_t</a>
<a name="l00143"></a>00143 <a class="code" href="group__XCB__XCMisc__API.html#ga981173884e1d482e416ab38b892e5686">xcb_xc_misc_get_version</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00144"></a>00144                          uint16_t          client_major_version  ,
<a name="l00145"></a>00145                          uint16_t          client_minor_version  );
<a name="l00146"></a>00146 
<a name="l00159"></a>00159 <span class="comment">/*****************************************************************************</span>
<a name="l00160"></a>00160 <span class="comment"> **</span>
<a name="l00161"></a>00161 <span class="comment"> ** xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version_unchecked</span>
<a name="l00162"></a>00162 <span class="comment"> ** </span>
<a name="l00163"></a>00163 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00164"></a>00164 <span class="comment"> ** @param uint16_t          client_major_version</span>
<a name="l00165"></a>00165 <span class="comment"> ** @param uint16_t          client_minor_version</span>
<a name="l00166"></a>00166 <span class="comment"> ** @returns xcb_xc_misc_get_version_cookie_t</span>
<a name="l00167"></a>00167 <span class="comment"> **</span>
<a name="l00168"></a>00168 <span class="comment"> *****************************************************************************/</span>
<a name="l00169"></a>00169  
<a name="l00170"></a>00170 <a class="code" href="structxcb__xc__misc__get__version__cookie__t.html" title="xcb_xc_misc_get_version_cookie_t">xcb_xc_misc_get_version_cookie_t</a>
<a name="l00171"></a>00171 <a class="code" href="group__XCB__XCMisc__API.html#ga79bdfacaf552c6eb7454f63eb183de2e">xcb_xc_misc_get_version_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00172"></a>00172                                    uint16_t          client_major_version  ,
<a name="l00173"></a>00173                                    uint16_t          client_minor_version  );
<a name="l00174"></a>00174 
<a name="l00190"></a>00190 <span class="comment">/*****************************************************************************</span>
<a name="l00191"></a>00191 <span class="comment"> **</span>
<a name="l00192"></a>00192 <span class="comment"> ** xcb_xc_misc_get_version_reply_t * xcb_xc_misc_get_version_reply</span>
<a name="l00193"></a>00193 <span class="comment"> ** </span>
<a name="l00194"></a>00194 <span class="comment"> ** @param xcb_connection_t                  *c</span>
<a name="l00195"></a>00195 <span class="comment"> ** @param xcb_xc_misc_get_version_cookie_t   cookie</span>
<a name="l00196"></a>00196 <span class="comment"> ** @param xcb_generic_error_t              **e</span>
<a name="l00197"></a>00197 <span class="comment"> ** @returns xcb_xc_misc_get_version_reply_t *</span>
<a name="l00198"></a>00198 <span class="comment"> **</span>
<a name="l00199"></a>00199 <span class="comment"> *****************************************************************************/</span>
<a name="l00200"></a>00200  
<a name="l00201"></a>00201 <a class="code" href="structxcb__xc__misc__get__version__reply__t.html" title="xcb_xc_misc_get_version_reply_t">xcb_xc_misc_get_version_reply_t</a> *
<a name="l00202"></a>00202 <a class="code" href="group__XCB__XCMisc__API.html#ga3c3b94e4d95e1727f1b2e8276ca5af9f">xcb_xc_misc_get_version_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                  *c  ,
<a name="l00203"></a>00203                                <a class="code" href="structxcb__xc__misc__get__version__cookie__t.html" title="xcb_xc_misc_get_version_cookie_t">xcb_xc_misc_get_version_cookie_t</a>   cookie  ,
<a name="l00204"></a>00204                                <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>              **e  );
<a name="l00205"></a>00205 
<a name="l00215"></a>00215 <span class="comment">/*****************************************************************************</span>
<a name="l00216"></a>00216 <span class="comment"> **</span>
<a name="l00217"></a>00217 <span class="comment"> ** xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range</span>
<a name="l00218"></a>00218 <span class="comment"> ** </span>
<a name="l00219"></a>00219 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00220"></a>00220 <span class="comment"> ** @returns xcb_xc_misc_get_xid_range_cookie_t</span>
<a name="l00221"></a>00221 <span class="comment"> **</span>
<a name="l00222"></a>00222 <span class="comment"> *****************************************************************************/</span>
<a name="l00223"></a>00223  
<a name="l00224"></a>00224 <a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html" title="xcb_xc_misc_get_xid_range_cookie_t">xcb_xc_misc_get_xid_range_cookie_t</a>
<a name="l00225"></a>00225 <a class="code" href="group__XCB__XCMisc__API.html#ga3f7541e960964c5a16e4c6b54711c905">xcb_xc_misc_get_xid_range</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00226"></a>00226 
<a name="l00239"></a>00239 <span class="comment">/*****************************************************************************</span>
<a name="l00240"></a>00240 <span class="comment"> **</span>
<a name="l00241"></a>00241 <span class="comment"> ** xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range_unchecked</span>
<a name="l00242"></a>00242 <span class="comment"> ** </span>
<a name="l00243"></a>00243 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00244"></a>00244 <span class="comment"> ** @returns xcb_xc_misc_get_xid_range_cookie_t</span>
<a name="l00245"></a>00245 <span class="comment"> **</span>
<a name="l00246"></a>00246 <span class="comment"> *****************************************************************************/</span>
<a name="l00247"></a>00247  
<a name="l00248"></a>00248 <a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html" title="xcb_xc_misc_get_xid_range_cookie_t">xcb_xc_misc_get_xid_range_cookie_t</a>
<a name="l00249"></a>00249 <a class="code" href="group__XCB__XCMisc__API.html#gaea7ba37a202fc6a2851d262a244e9845">xcb_xc_misc_get_xid_range_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00250"></a>00250 
<a name="l00266"></a>00266 <span class="comment">/*****************************************************************************</span>
<a name="l00267"></a>00267 <span class="comment"> **</span>
<a name="l00268"></a>00268 <span class="comment"> ** xcb_xc_misc_get_xid_range_reply_t * xcb_xc_misc_get_xid_range_reply</span>
<a name="l00269"></a>00269 <span class="comment"> ** </span>
<a name="l00270"></a>00270 <span class="comment"> ** @param xcb_connection_t                    *c</span>
<a name="l00271"></a>00271 <span class="comment"> ** @param xcb_xc_misc_get_xid_range_cookie_t   cookie</span>
<a name="l00272"></a>00272 <span class="comment"> ** @param xcb_generic_error_t                **e</span>
<a name="l00273"></a>00273 <span class="comment"> ** @returns xcb_xc_misc_get_xid_range_reply_t *</span>
<a name="l00274"></a>00274 <span class="comment"> **</span>
<a name="l00275"></a>00275 <span class="comment"> *****************************************************************************/</span>
<a name="l00276"></a>00276  
<a name="l00277"></a>00277 <a class="code" href="structxcb__xc__misc__get__xid__range__reply__t.html" title="xcb_xc_misc_get_xid_range_reply_t">xcb_xc_misc_get_xid_range_reply_t</a> *
<a name="l00278"></a>00278 <a class="code" href="group__XCB__XCMisc__API.html#ga268077d39aa8bde898411ee3b8766018">xcb_xc_misc_get_xid_range_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                    *c  ,
<a name="l00279"></a>00279                                  <a class="code" href="structxcb__xc__misc__get__xid__range__cookie__t.html" title="xcb_xc_misc_get_xid_range_cookie_t">xcb_xc_misc_get_xid_range_cookie_t</a>   cookie  ,
<a name="l00280"></a>00280                                  <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                **e  );
<a name="l00281"></a>00281 
<a name="l00291"></a>00291 <span class="comment">/*****************************************************************************</span>
<a name="l00292"></a>00292 <span class="comment"> **</span>
<a name="l00293"></a>00293 <span class="comment"> ** xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list</span>
<a name="l00294"></a>00294 <span class="comment"> ** </span>
<a name="l00295"></a>00295 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00296"></a>00296 <span class="comment"> ** @param uint32_t          count</span>
<a name="l00297"></a>00297 <span class="comment"> ** @returns xcb_xc_misc_get_xid_list_cookie_t</span>
<a name="l00298"></a>00298 <span class="comment"> **</span>
<a name="l00299"></a>00299 <span class="comment"> *****************************************************************************/</span>
<a name="l00300"></a>00300  
<a name="l00301"></a>00301 <a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html" title="xcb_xc_misc_get_xid_list_cookie_t">xcb_xc_misc_get_xid_list_cookie_t</a>
<a name="l00302"></a>00302 <a class="code" href="group__XCB__XCMisc__API.html#ga78c3bf0e9fd489b225e694296ccf7de0">xcb_xc_misc_get_xid_list</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00303"></a>00303                           uint32_t          count  );
<a name="l00304"></a>00304 
<a name="l00317"></a>00317 <span class="comment">/*****************************************************************************</span>
<a name="l00318"></a>00318 <span class="comment"> **</span>
<a name="l00319"></a>00319 <span class="comment"> ** xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list_unchecked</span>
<a name="l00320"></a>00320 <span class="comment"> ** </span>
<a name="l00321"></a>00321 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00322"></a>00322 <span class="comment"> ** @param uint32_t          count</span>
<a name="l00323"></a>00323 <span class="comment"> ** @returns xcb_xc_misc_get_xid_list_cookie_t</span>
<a name="l00324"></a>00324 <span class="comment"> **</span>
<a name="l00325"></a>00325 <span class="comment"> *****************************************************************************/</span>
<a name="l00326"></a>00326  
<a name="l00327"></a>00327 <a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html" title="xcb_xc_misc_get_xid_list_cookie_t">xcb_xc_misc_get_xid_list_cookie_t</a>
<a name="l00328"></a>00328 <a class="code" href="group__XCB__XCMisc__API.html#gabde2f18bf2b015914ddde5f3e7c5ac02">xcb_xc_misc_get_xid_list_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00329"></a>00329                                     uint32_t          count  );
<a name="l00330"></a>00330 
<a name="l00331"></a>00331 
<a name="l00332"></a>00332 <span class="comment">/*****************************************************************************</span>
<a name="l00333"></a>00333 <span class="comment"> **</span>
<a name="l00334"></a>00334 <span class="comment"> ** uint32_t * xcb_xc_misc_get_xid_list_ids</span>
<a name="l00335"></a>00335 <span class="comment"> ** </span>
<a name="l00336"></a>00336 <span class="comment"> ** @param const xcb_xc_misc_get_xid_list_reply_t *R</span>
<a name="l00337"></a>00337 <span class="comment"> ** @returns uint32_t *</span>
<a name="l00338"></a>00338 <span class="comment"> **</span>
<a name="l00339"></a>00339 <span class="comment"> *****************************************************************************/</span>
<a name="l00340"></a>00340  
<a name="l00341"></a>00341 uint32_t *
<a name="l00342"></a>00342 xcb_xc_misc_get_xid_list_ids (<span class="keyword">const</span> <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html" title="xcb_xc_misc_get_xid_list_reply_t">xcb_xc_misc_get_xid_list_reply_t</a> *R  );
<a name="l00343"></a>00343 
<a name="l00344"></a>00344 
<a name="l00345"></a>00345 <span class="comment">/*****************************************************************************</span>
<a name="l00346"></a>00346 <span class="comment"> **</span>
<a name="l00347"></a>00347 <span class="comment"> ** int xcb_xc_misc_get_xid_list_ids_length</span>
<a name="l00348"></a>00348 <span class="comment"> ** </span>
<a name="l00349"></a>00349 <span class="comment"> ** @param const xcb_xc_misc_get_xid_list_reply_t *R</span>
<a name="l00350"></a>00350 <span class="comment"> ** @returns int</span>
<a name="l00351"></a>00351 <span class="comment"> **</span>
<a name="l00352"></a>00352 <span class="comment"> *****************************************************************************/</span>
<a name="l00353"></a>00353  
<a name="l00354"></a>00354 <span class="keywordtype">int</span>
<a name="l00355"></a>00355 xcb_xc_misc_get_xid_list_ids_length (<span class="keyword">const</span> <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html" title="xcb_xc_misc_get_xid_list_reply_t">xcb_xc_misc_get_xid_list_reply_t</a> *R  );
<a name="l00356"></a>00356 
<a name="l00357"></a>00357 
<a name="l00358"></a>00358 <span class="comment">/*****************************************************************************</span>
<a name="l00359"></a>00359 <span class="comment"> **</span>
<a name="l00360"></a>00360 <span class="comment"> ** xcb_generic_iterator_t xcb_xc_misc_get_xid_list_ids_end</span>
<a name="l00361"></a>00361 <span class="comment"> ** </span>
<a name="l00362"></a>00362 <span class="comment"> ** @param const xcb_xc_misc_get_xid_list_reply_t *R</span>
<a name="l00363"></a>00363 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00364"></a>00364 <span class="comment"> **</span>
<a name="l00365"></a>00365 <span class="comment"> *****************************************************************************/</span>
<a name="l00366"></a>00366  
<a name="l00367"></a>00367 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00368"></a>00368 xcb_xc_misc_get_xid_list_ids_end (<span class="keyword">const</span> <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html" title="xcb_xc_misc_get_xid_list_reply_t">xcb_xc_misc_get_xid_list_reply_t</a> *R  );
<a name="l00369"></a>00369 
<a name="l00385"></a>00385 <span class="comment">/*****************************************************************************</span>
<a name="l00386"></a>00386 <span class="comment"> **</span>
<a name="l00387"></a>00387 <span class="comment"> ** xcb_xc_misc_get_xid_list_reply_t * xcb_xc_misc_get_xid_list_reply</span>
<a name="l00388"></a>00388 <span class="comment"> ** </span>
<a name="l00389"></a>00389 <span class="comment"> ** @param xcb_connection_t                   *c</span>
<a name="l00390"></a>00390 <span class="comment"> ** @param xcb_xc_misc_get_xid_list_cookie_t   cookie</span>
<a name="l00391"></a>00391 <span class="comment"> ** @param xcb_generic_error_t               **e</span>
<a name="l00392"></a>00392 <span class="comment"> ** @returns xcb_xc_misc_get_xid_list_reply_t *</span>
<a name="l00393"></a>00393 <span class="comment"> **</span>
<a name="l00394"></a>00394 <span class="comment"> *****************************************************************************/</span>
<a name="l00395"></a>00395  
<a name="l00396"></a>00396 <a class="code" href="structxcb__xc__misc__get__xid__list__reply__t.html" title="xcb_xc_misc_get_xid_list_reply_t">xcb_xc_misc_get_xid_list_reply_t</a> *
<a name="l00397"></a>00397 <a class="code" href="group__XCB__XCMisc__API.html#gab86a3ed3988dd543584a5b79ab30d9aa">xcb_xc_misc_get_xid_list_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                   *c  ,
<a name="l00398"></a>00398                                 <a class="code" href="structxcb__xc__misc__get__xid__list__cookie__t.html" title="xcb_xc_misc_get_xid_list_cookie_t">xcb_xc_misc_get_xid_list_cookie_t</a>   cookie  ,
<a name="l00399"></a>00399                                 <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>               **e  );
<a name="l00400"></a>00400 
<a name="l00401"></a>00401 
<a name="l00402"></a>00402 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00403"></a>00403 <span class="preprocessor"></span>}
<a name="l00404"></a>00404 <span class="preprocessor">#endif</span>
<a name="l00405"></a>00405 <span class="preprocessor"></span>
<a name="l00406"></a>00406 <span class="preprocessor">#endif</span>
<a name="l00407"></a>00407 <span class="preprocessor"></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>