Sophie

Sophie

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

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: xprint.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>xprint.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 xprint.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 __XPRINT_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __XPRINT_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 <span class="preprocessor">#include &quot;xproto.h&quot;</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00020"></a>00020 <span class="preprocessor">#endif</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#define XCB_XPRINT_MAJOR_VERSION 1</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define XCB_XPRINT_MINOR_VERSION 0</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>  
<a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="structxcb__extension__t.html">xcb_extension_t</a> xcb_x_print_id;
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">typedef</span> <span class="keywordtype">char</span> xcb_x_print_string8_t;
<a name="l00028"></a>00028 
<a name="l00032"></a><a class="code" href="structxcb__x__print__string8__iterator__t.html">00032</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__string8__iterator__t.html" title="xcb_x_print_string8_iterator_t">xcb_x_print_string8_iterator_t</a> {
<a name="l00033"></a><a class="code" href="structxcb__x__print__string8__iterator__t.html#a8f27fc8175d8e4d59be3cbb9a29219cf">00033</a>     xcb_x_print_string8_t *<a class="code" href="structxcb__x__print__string8__iterator__t.html#a8f27fc8175d8e4d59be3cbb9a29219cf">data</a>; 
<a name="l00034"></a><a class="code" href="structxcb__x__print__string8__iterator__t.html#a3c8d9ac22200f0b69da84cb53a4e6c31">00034</a>     <span class="keywordtype">int</span>                    <a class="code" href="structxcb__x__print__string8__iterator__t.html#a3c8d9ac22200f0b69da84cb53a4e6c31">rem</a>; 
<a name="l00035"></a><a class="code" href="structxcb__x__print__string8__iterator__t.html#a5390b8d7693ce2a1866cd694528f656c">00035</a>     <span class="keywordtype">int</span>                    <a class="code" href="structxcb__x__print__string8__iterator__t.html#a5390b8d7693ce2a1866cd694528f656c">index</a>; 
<a name="l00036"></a>00036 } <a class="code" href="group__XCB__XPrint__API.html#ga91afbcb0c2f682712681f9a841c9358d" title="xcb_x_print_string8_iterator_t">xcb_x_print_string8_iterator_t</a>;
<a name="l00037"></a>00037 
<a name="l00041"></a><a class="code" href="structxcb__x__print__printer__t.html">00041</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> {
<a name="l00042"></a><a class="code" href="structxcb__x__print__printer__t.html#a2fefb3f6bf03855cf0e98caf7f231365">00042</a>     uint32_t <a class="code" href="structxcb__x__print__printer__t.html#a2fefb3f6bf03855cf0e98caf7f231365">nameLen</a>; 
<a name="l00043"></a><a class="code" href="structxcb__x__print__printer__t.html#af52598b5d6e9a583b62ca3985e24c40c">00043</a>     uint32_t <a class="code" href="structxcb__x__print__printer__t.html#af52598b5d6e9a583b62ca3985e24c40c">descLen</a>; 
<a name="l00044"></a>00044 } <a class="code" href="group__XCB__XPrint__API.html#ga285bba90c26a69f29f498efc1d9d1819" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a>;
<a name="l00045"></a>00045 
<a name="l00049"></a><a class="code" href="structxcb__x__print__printer__iterator__t.html">00049</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__printer__iterator__t.html" title="xcb_x_print_printer_iterator_t">xcb_x_print_printer_iterator_t</a> {
<a name="l00050"></a><a class="code" href="structxcb__x__print__printer__iterator__t.html#a284f492a132b9d619a1087395c0d37f6">00050</a>     <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *<a class="code" href="structxcb__x__print__printer__iterator__t.html#a284f492a132b9d619a1087395c0d37f6">data</a>; 
<a name="l00051"></a><a class="code" href="structxcb__x__print__printer__iterator__t.html#a1e7d8f116ccc979dad441676eeaa09b1">00051</a>     <span class="keywordtype">int</span>                    <a class="code" href="structxcb__x__print__printer__iterator__t.html#a1e7d8f116ccc979dad441676eeaa09b1">rem</a>; 
<a name="l00052"></a><a class="code" href="structxcb__x__print__printer__iterator__t.html#ae18f4f1ec2d7ed510069d19d2b006e3c">00052</a>     <span class="keywordtype">int</span>                    <a class="code" href="structxcb__x__print__printer__iterator__t.html#ae18f4f1ec2d7ed510069d19d2b006e3c">index</a>; 
<a name="l00053"></a>00053 } <a class="code" href="group__XCB__XPrint__API.html#ga7c6b2f4ee9f22090b7c19a5e812a61f6" title="xcb_x_print_printer_iterator_t">xcb_x_print_printer_iterator_t</a>;
<a name="l00054"></a>00054 
<a name="l00055"></a>00055 <span class="keyword">typedef</span> uint32_t xcb_x_print_pcontext_t;
<a name="l00056"></a>00056 
<a name="l00060"></a><a class="code" href="structxcb__x__print__pcontext__iterator__t.html">00060</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__pcontext__iterator__t.html" title="xcb_x_print_pcontext_iterator_t">xcb_x_print_pcontext_iterator_t</a> {
<a name="l00061"></a><a class="code" href="structxcb__x__print__pcontext__iterator__t.html#ae59687acf64e180bbcdee617614a6ce3">00061</a>     xcb_x_print_pcontext_t *<a class="code" href="structxcb__x__print__pcontext__iterator__t.html#ae59687acf64e180bbcdee617614a6ce3">data</a>; 
<a name="l00062"></a><a class="code" href="structxcb__x__print__pcontext__iterator__t.html#a0f72f382465833b288ebda3c6f45e0cc">00062</a>     <span class="keywordtype">int</span>                     <a class="code" href="structxcb__x__print__pcontext__iterator__t.html#a0f72f382465833b288ebda3c6f45e0cc">rem</a>; 
<a name="l00063"></a><a class="code" href="structxcb__x__print__pcontext__iterator__t.html#a3e535f6f12fcf8c499ad23e1e205f7d1">00063</a>     <span class="keywordtype">int</span>                     <a class="code" href="structxcb__x__print__pcontext__iterator__t.html#a3e535f6f12fcf8c499ad23e1e205f7d1">index</a>; 
<a name="l00064"></a>00064 } <a class="code" href="group__XCB__XPrint__API.html#ga513d89e214ec67d8aa452b492575e8a9" title="xcb_x_print_pcontext_iterator_t">xcb_x_print_pcontext_iterator_t</a>;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_x_print_get_doc_t {
<a name="l00067"></a>00067     XCB_X_PRINT_GET_DOC_FINISHED = 0,
<a name="l00068"></a>00068     XCB_X_PRINT_GET_DOC_SECOND_CONSUMER = 1
<a name="l00069"></a>00069 } xcb_x_print_get_doc_t;
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_x_print_ev_mask_t {
<a name="l00072"></a>00072     XCB_X_PRINT_EV_MASK_NO_EVENT_MASK = 0,
<a name="l00073"></a>00073     XCB_X_PRINT_EV_MASK_PRINT_MASK = 1,
<a name="l00074"></a>00074     XCB_X_PRINT_EV_MASK_ATTRIBUTE_MASK = 2
<a name="l00075"></a>00075 } xcb_x_print_ev_mask_t;
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_x_print_detail_t {
<a name="l00078"></a>00078     XCB_X_PRINT_DETAIL_START_JOB_NOTIFY = 1,
<a name="l00079"></a>00079     XCB_X_PRINT_DETAIL_END_JOB_NOTIFY = 2,
<a name="l00080"></a>00080     XCB_X_PRINT_DETAIL_START_DOC_NOTIFY = 3,
<a name="l00081"></a>00081     XCB_X_PRINT_DETAIL_END_DOC_NOTIFY = 4,
<a name="l00082"></a>00082     XCB_X_PRINT_DETAIL_START_PAGE_NOTIFY = 5,
<a name="l00083"></a>00083     XCB_X_PRINT_DETAIL_END_PAGE_NOTIFY = 6
<a name="l00084"></a>00084 } xcb_x_print_detail_t;
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <span class="keyword">typedef</span> <span class="keyword">enum</span> xcb_x_print_attr_t {
<a name="l00087"></a>00087     XCB_X_PRINT_ATTR_JOB_ATTR = 1,
<a name="l00088"></a>00088     XCB_X_PRINT_ATTR_DOC_ATTR = 2,
<a name="l00089"></a>00089     XCB_X_PRINT_ATTR_PAGE_ATTR = 3,
<a name="l00090"></a>00090     XCB_X_PRINT_ATTR_PRINTER_ATTR = 4,
<a name="l00091"></a>00091     XCB_X_PRINT_ATTR_SERVER_ATTR = 5,
<a name="l00092"></a>00092     XCB_X_PRINT_ATTR_MEDIUM_ATTR = 6,
<a name="l00093"></a>00093     XCB_X_PRINT_ATTR_SPOOLER_ATTR = 7
<a name="l00094"></a>00094 } xcb_x_print_attr_t;
<a name="l00095"></a>00095 
<a name="l00099"></a><a class="code" href="structxcb__x__print__print__query__version__cookie__t.html">00099</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__query__version__cookie__t.html" title="xcb_x_print_print_query_version_cookie_t">xcb_x_print_print_query_version_cookie_t</a> {
<a name="l00100"></a><a class="code" href="structxcb__x__print__print__query__version__cookie__t.html#a2ef6908ba8fbfc977d9e169374c9464a">00100</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__query__version__cookie__t.html#a2ef6908ba8fbfc977d9e169374c9464a">sequence</a>; 
<a name="l00101"></a>00101 } <a class="code" href="group__XCB__XPrint__API.html#ga6416e6a7d58eb7f581baf6c1969d5be1" title="xcb_x_print_print_query_version_cookie_t">xcb_x_print_print_query_version_cookie_t</a>;
<a name="l00102"></a>00102 
<a name="l00104"></a><a class="code" href="group__XCB__XPrint__API.html#ga1a44e02b59913f31b94d37dd6afb387b">00104</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_QUERY_VERSION 0</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span>
<a name="l00109"></a><a class="code" href="structxcb__x__print__print__query__version__request__t.html">00109</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__query__version__request__t.html" title="xcb_x_print_print_query_version_request_t">xcb_x_print_print_query_version_request_t</a> {
<a name="l00110"></a><a class="code" href="structxcb__x__print__print__query__version__request__t.html#a760d22ed256b3db17da0cbae5823c6f0">00110</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__version__request__t.html#a760d22ed256b3db17da0cbae5823c6f0">major_opcode</a>; 
<a name="l00111"></a><a class="code" href="structxcb__x__print__print__query__version__request__t.html#afd79ef806acd37e66ddfc62a9f02df8c">00111</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__version__request__t.html#afd79ef806acd37e66ddfc62a9f02df8c">minor_opcode</a>; 
<a name="l00112"></a><a class="code" href="structxcb__x__print__print__query__version__request__t.html#a6cdf8dbc79db974cb4aee1561b9bd930">00112</a>     uint16_t <a class="code" href="structxcb__x__print__print__query__version__request__t.html#a6cdf8dbc79db974cb4aee1561b9bd930">length</a>; 
<a name="l00113"></a>00113 } <a class="code" href="group__XCB__XPrint__API.html#ga7bdce40a697b8cd9bb3233b0bc22361d" title="xcb_x_print_print_query_version_request_t">xcb_x_print_print_query_version_request_t</a>;
<a name="l00114"></a>00114 
<a name="l00118"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html">00118</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__query__version__reply__t.html" title="xcb_x_print_print_query_version_reply_t">xcb_x_print_print_query_version_reply_t</a> {
<a name="l00119"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html#aaad4f05abc10b03e4e9f053168e3b37a">00119</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__version__reply__t.html#aaad4f05abc10b03e4e9f053168e3b37a">response_type</a>; 
<a name="l00120"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html#acf04cf4ae3059deed1272460280e5221">00120</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__version__reply__t.html#acf04cf4ae3059deed1272460280e5221">pad0</a>; 
<a name="l00121"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a5da4a0bec8b7b6d79c8dc41ba1e32cca">00121</a>     uint16_t <a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a5da4a0bec8b7b6d79c8dc41ba1e32cca">sequence</a>; 
<a name="l00122"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a3299d77db11fb7f12baebc0a3d79fd9c">00122</a>     uint32_t <a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a3299d77db11fb7f12baebc0a3d79fd9c">length</a>; 
<a name="l00123"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a3c2785dcbf42f65ed990b72551a080cf">00123</a>     uint16_t <a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a3c2785dcbf42f65ed990b72551a080cf">major_version</a>; 
<a name="l00124"></a><a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a29a9d8d8f15acec7e1cbdcd34c07f351">00124</a>     uint16_t <a class="code" href="structxcb__x__print__print__query__version__reply__t.html#a29a9d8d8f15acec7e1cbdcd34c07f351">minor_version</a>; 
<a name="l00125"></a>00125 } <a class="code" href="group__XCB__XPrint__API.html#ga072306e19252cd8d80c1f240ee45f943" title="xcb_x_print_print_query_version_reply_t">xcb_x_print_print_query_version_reply_t</a>;
<a name="l00126"></a>00126 
<a name="l00130"></a><a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html">00130</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html" title="xcb_x_print_print_get_printer_list_cookie_t">xcb_x_print_print_get_printer_list_cookie_t</a> {
<a name="l00131"></a><a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html#a52611015f074531ab9b35427b6ec35da">00131</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html#a52611015f074531ab9b35427b6ec35da">sequence</a>; 
<a name="l00132"></a>00132 } <a class="code" href="group__XCB__XPrint__API.html#ga62154da0e288154f25d5337e1cdc5f49" title="xcb_x_print_print_get_printer_list_cookie_t">xcb_x_print_print_get_printer_list_cookie_t</a>;
<a name="l00133"></a>00133 
<a name="l00135"></a><a class="code" href="group__XCB__XPrint__API.html#ga8e8376815e0887a5882625e54ae6843d">00135</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_PRINTER_LIST 1</span>
<a name="l00136"></a>00136 <span class="preprocessor"></span>
<a name="l00140"></a><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html">00140</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html" title="xcb_x_print_print_get_printer_list_request_t">xcb_x_print_print_get_printer_list_request_t</a> {
<a name="l00141"></a><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a9b8fc11dbd98228494f7570a863d2ab0">00141</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a9b8fc11dbd98228494f7570a863d2ab0">major_opcode</a>; 
<a name="l00142"></a><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a47a20d2ed289f80c5142d0c6bda49230">00142</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a47a20d2ed289f80c5142d0c6bda49230">minor_opcode</a>; 
<a name="l00143"></a><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a574e37bc1c3419c5886fadb020e00f85">00143</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a574e37bc1c3419c5886fadb020e00f85">length</a>; 
<a name="l00144"></a><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a4206d9855fa314b858a83e327ae53fcd">00144</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a4206d9855fa314b858a83e327ae53fcd">printerNameLen</a>; 
<a name="l00145"></a><a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a9fa78afe48b91aae9e7609b86ae2e690">00145</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__printer__list__request__t.html#a9fa78afe48b91aae9e7609b86ae2e690">localeLen</a>; 
<a name="l00146"></a>00146 } <a class="code" href="group__XCB__XPrint__API.html#ga92496e725868fd983f05b3c7f5dcdfb0" title="xcb_x_print_print_get_printer_list_request_t">xcb_x_print_print_get_printer_list_request_t</a>;
<a name="l00147"></a>00147 
<a name="l00151"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html">00151</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html" title="xcb_x_print_print_get_printer_list_reply_t">xcb_x_print_print_get_printer_list_reply_t</a> {
<a name="l00152"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#aa84a38def0be7627601c73f682cf83a7">00152</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#aa84a38def0be7627601c73f682cf83a7">response_type</a>; 
<a name="l00153"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#adf670a8c614cc6f0c85183a0bb60d763">00153</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#adf670a8c614cc6f0c85183a0bb60d763">pad0</a>; 
<a name="l00154"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#a357d15e6165f550792f74e2bee34e62e">00154</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#a357d15e6165f550792f74e2bee34e62e">sequence</a>; 
<a name="l00155"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#aaf64927a2d2e3ecedd1f88cf27aabbfc">00155</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#aaf64927a2d2e3ecedd1f88cf27aabbfc">length</a>; 
<a name="l00156"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#a0cce82f1817453288559116b71ca1b6f">00156</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#a0cce82f1817453288559116b71ca1b6f">listCount</a>; 
<a name="l00157"></a><a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#a21275a0b104281dba4f0a81606aef4fc">00157</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html#a21275a0b104281dba4f0a81606aef4fc">pad1</a>[20]; 
<a name="l00158"></a>00158 } <a class="code" href="group__XCB__XPrint__API.html#ga92f823ac6b14da2c93e28c41c4f6fe12" title="xcb_x_print_print_get_printer_list_reply_t">xcb_x_print_print_get_printer_list_reply_t</a>;
<a name="l00159"></a>00159 
<a name="l00161"></a><a class="code" href="group__XCB__XPrint__API.html#ga1612f0d08e6611bd85667bb9e1fb9438">00161</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_REHASH_PRINTER_LIST 20</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span>
<a name="l00166"></a><a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html">00166</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html" title="xcb_x_print_print_rehash_printer_list_request_t">xcb_x_print_print_rehash_printer_list_request_t</a> {
<a name="l00167"></a><a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html#ad72e05e3cdaceffc05ba6269507a8543">00167</a>     uint8_t  <a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html#ad72e05e3cdaceffc05ba6269507a8543">major_opcode</a>; 
<a name="l00168"></a><a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html#a8299ca1ab111dfb7f62d4677dc8f7632">00168</a>     uint8_t  <a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html#a8299ca1ab111dfb7f62d4677dc8f7632">minor_opcode</a>; 
<a name="l00169"></a><a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html#a83f41e84d33bae34e2995b98f734ebe7">00169</a>     uint16_t <a class="code" href="structxcb__x__print__print__rehash__printer__list__request__t.html#a83f41e84d33bae34e2995b98f734ebe7">length</a>; 
<a name="l00170"></a>00170 } <a class="code" href="group__XCB__XPrint__API.html#ga9fdd2ba097fdaccc420e0df3093e40a5" title="xcb_x_print_print_rehash_printer_list_request_t">xcb_x_print_print_rehash_printer_list_request_t</a>;
<a name="l00171"></a>00171 
<a name="l00173"></a><a class="code" href="group__XCB__XPrint__API.html#gaa5ec5b0ab35e5fe65e1070ce1bf6db1c">00173</a> <span class="preprocessor">#define XCB_X_PRINT_CREATE_CONTEXT 2</span>
<a name="l00174"></a>00174 <span class="preprocessor"></span>
<a name="l00178"></a><a class="code" href="structxcb__x__print__create__context__request__t.html">00178</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__create__context__request__t.html" title="xcb_x_print_create_context_request_t">xcb_x_print_create_context_request_t</a> {
<a name="l00179"></a><a class="code" href="structxcb__x__print__create__context__request__t.html#a95ca96af8465f71323d3dfab3fa202d2">00179</a>     uint8_t  <a class="code" href="structxcb__x__print__create__context__request__t.html#a95ca96af8465f71323d3dfab3fa202d2">major_opcode</a>; 
<a name="l00180"></a><a class="code" href="structxcb__x__print__create__context__request__t.html#a91612bedb757811f88cc4dd6596e461d">00180</a>     uint8_t  <a class="code" href="structxcb__x__print__create__context__request__t.html#a91612bedb757811f88cc4dd6596e461d">minor_opcode</a>; 
<a name="l00181"></a><a class="code" href="structxcb__x__print__create__context__request__t.html#a3b8365d280ff7561cc423bcd90c763cb">00181</a>     uint16_t <a class="code" href="structxcb__x__print__create__context__request__t.html#a3b8365d280ff7561cc423bcd90c763cb">length</a>; 
<a name="l00182"></a><a class="code" href="structxcb__x__print__create__context__request__t.html#ab7936178ad770e70169f328f76ff5469">00182</a>     uint32_t <a class="code" href="structxcb__x__print__create__context__request__t.html#ab7936178ad770e70169f328f76ff5469">context_id</a>; 
<a name="l00183"></a><a class="code" href="structxcb__x__print__create__context__request__t.html#ae163f4be0edcaeafc62a29290b2b93f5">00183</a>     uint32_t <a class="code" href="structxcb__x__print__create__context__request__t.html#ae163f4be0edcaeafc62a29290b2b93f5">printerNameLen</a>; 
<a name="l00184"></a><a class="code" href="structxcb__x__print__create__context__request__t.html#ad772802551b6b66744103d5dd2b3abf4">00184</a>     uint32_t <a class="code" href="structxcb__x__print__create__context__request__t.html#ad772802551b6b66744103d5dd2b3abf4">localeLen</a>; 
<a name="l00185"></a>00185 } <a class="code" href="group__XCB__XPrint__API.html#ga3777b31a9ba3eedc2c120b8d5a8f00dd" title="xcb_x_print_create_context_request_t">xcb_x_print_create_context_request_t</a>;
<a name="l00186"></a>00186 
<a name="l00188"></a><a class="code" href="group__XCB__XPrint__API.html#ga3f2550137a66d4658b381128a56a6325">00188</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_SET_CONTEXT 3</span>
<a name="l00189"></a>00189 <span class="preprocessor"></span>
<a name="l00193"></a><a class="code" href="structxcb__x__print__print__set__context__request__t.html">00193</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__set__context__request__t.html" title="xcb_x_print_print_set_context_request_t">xcb_x_print_print_set_context_request_t</a> {
<a name="l00194"></a><a class="code" href="structxcb__x__print__print__set__context__request__t.html#a0a776503cc53071b61e1b0cd34be5078">00194</a>     uint8_t  <a class="code" href="structxcb__x__print__print__set__context__request__t.html#a0a776503cc53071b61e1b0cd34be5078">major_opcode</a>; 
<a name="l00195"></a><a class="code" href="structxcb__x__print__print__set__context__request__t.html#abcc968b1b7dfd7f8250d9127a976171d">00195</a>     uint8_t  <a class="code" href="structxcb__x__print__print__set__context__request__t.html#abcc968b1b7dfd7f8250d9127a976171d">minor_opcode</a>; 
<a name="l00196"></a><a class="code" href="structxcb__x__print__print__set__context__request__t.html#a9eee82ca911f2f5884f119ee38516a8d">00196</a>     uint16_t <a class="code" href="structxcb__x__print__print__set__context__request__t.html#a9eee82ca911f2f5884f119ee38516a8d">length</a>; 
<a name="l00197"></a><a class="code" href="structxcb__x__print__print__set__context__request__t.html#ad0c0aa5b3fa0a2c66d030ae291b0cf0f">00197</a>     uint32_t <a class="code" href="structxcb__x__print__print__set__context__request__t.html#ad0c0aa5b3fa0a2c66d030ae291b0cf0f">context</a>; 
<a name="l00198"></a>00198 } <a class="code" href="group__XCB__XPrint__API.html#ga85862e2bd6f16cd710c42b13adffa3cb" title="xcb_x_print_print_set_context_request_t">xcb_x_print_print_set_context_request_t</a>;
<a name="l00199"></a>00199 
<a name="l00203"></a><a class="code" href="structxcb__x__print__print__get__context__cookie__t.html">00203</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__context__cookie__t.html" title="xcb_x_print_print_get_context_cookie_t">xcb_x_print_print_get_context_cookie_t</a> {
<a name="l00204"></a><a class="code" href="structxcb__x__print__print__get__context__cookie__t.html#ae1f622b949ee37936ccecdff599dadff">00204</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__context__cookie__t.html#ae1f622b949ee37936ccecdff599dadff">sequence</a>; 
<a name="l00205"></a>00205 } <a class="code" href="group__XCB__XPrint__API.html#gac136ab06ab429352684732c8623bed04" title="xcb_x_print_print_get_context_cookie_t">xcb_x_print_print_get_context_cookie_t</a>;
<a name="l00206"></a>00206 
<a name="l00208"></a><a class="code" href="group__XCB__XPrint__API.html#gafb6db1c6a01e7094879c2ad3f1f75be0">00208</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_CONTEXT 4</span>
<a name="l00209"></a>00209 <span class="preprocessor"></span>
<a name="l00213"></a><a class="code" href="structxcb__x__print__print__get__context__request__t.html">00213</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__context__request__t.html" title="xcb_x_print_print_get_context_request_t">xcb_x_print_print_get_context_request_t</a> {
<a name="l00214"></a><a class="code" href="structxcb__x__print__print__get__context__request__t.html#a98a0030d5036ff1c00c3872809dca397">00214</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__context__request__t.html#a98a0030d5036ff1c00c3872809dca397">major_opcode</a>; 
<a name="l00215"></a><a class="code" href="structxcb__x__print__print__get__context__request__t.html#a794d715a70920860002d12bd9240ecd2">00215</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__context__request__t.html#a794d715a70920860002d12bd9240ecd2">minor_opcode</a>; 
<a name="l00216"></a><a class="code" href="structxcb__x__print__print__get__context__request__t.html#ac40e141ad7c355cdc81e8399e504f871">00216</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__context__request__t.html#ac40e141ad7c355cdc81e8399e504f871">length</a>; 
<a name="l00217"></a>00217 } <a class="code" href="group__XCB__XPrint__API.html#ga68921bb1059abdf149fb4a58da8aa684" title="xcb_x_print_print_get_context_request_t">xcb_x_print_print_get_context_request_t</a>;
<a name="l00218"></a>00218 
<a name="l00222"></a><a class="code" href="structxcb__x__print__print__get__context__reply__t.html">00222</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__context__reply__t.html" title="xcb_x_print_print_get_context_reply_t">xcb_x_print_print_get_context_reply_t</a> {
<a name="l00223"></a><a class="code" href="structxcb__x__print__print__get__context__reply__t.html#ad4d1f725b5ed57dbbe0b28fdb3c3e6fb">00223</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__context__reply__t.html#ad4d1f725b5ed57dbbe0b28fdb3c3e6fb">response_type</a>; 
<a name="l00224"></a><a class="code" href="structxcb__x__print__print__get__context__reply__t.html#a475402dea32d14927d98cb06a9e69776">00224</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__context__reply__t.html#a475402dea32d14927d98cb06a9e69776">pad0</a>; 
<a name="l00225"></a><a class="code" href="structxcb__x__print__print__get__context__reply__t.html#a67f29dfae0ad2013e215eaf050b8fb8d">00225</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__context__reply__t.html#a67f29dfae0ad2013e215eaf050b8fb8d">sequence</a>; 
<a name="l00226"></a><a class="code" href="structxcb__x__print__print__get__context__reply__t.html#ac686d2611e8327373863a11621c25a26">00226</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__context__reply__t.html#ac686d2611e8327373863a11621c25a26">length</a>; 
<a name="l00227"></a><a class="code" href="structxcb__x__print__print__get__context__reply__t.html#ab595a4c51420af39667ef9a94ad531ab">00227</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__context__reply__t.html#ab595a4c51420af39667ef9a94ad531ab">context</a>; 
<a name="l00228"></a>00228 } <a class="code" href="group__XCB__XPrint__API.html#ga529b0297caaa406c7b1edc53d7a50898" title="xcb_x_print_print_get_context_reply_t">xcb_x_print_print_get_context_reply_t</a>;
<a name="l00229"></a>00229 
<a name="l00231"></a><a class="code" href="group__XCB__XPrint__API.html#gae54ba1ef212aec8339875e699fd62feb">00231</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_DESTROY_CONTEXT 5</span>
<a name="l00232"></a>00232 <span class="preprocessor"></span>
<a name="l00236"></a><a class="code" href="structxcb__x__print__print__destroy__context__request__t.html">00236</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__destroy__context__request__t.html" title="xcb_x_print_print_destroy_context_request_t">xcb_x_print_print_destroy_context_request_t</a> {
<a name="l00237"></a><a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#ae5c7f5850fc1d586fd305bdc0962ce7f">00237</a>     uint8_t  <a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#ae5c7f5850fc1d586fd305bdc0962ce7f">major_opcode</a>; 
<a name="l00238"></a><a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#a2788838dbeb5fb8d63f58b21e9850869">00238</a>     uint8_t  <a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#a2788838dbeb5fb8d63f58b21e9850869">minor_opcode</a>; 
<a name="l00239"></a><a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#abe964dd1c2289dbc037409aed3d05327">00239</a>     uint16_t <a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#abe964dd1c2289dbc037409aed3d05327">length</a>; 
<a name="l00240"></a><a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#a09a36f3c3a5f68f809d3934d52cfa8f1">00240</a>     uint32_t <a class="code" href="structxcb__x__print__print__destroy__context__request__t.html#a09a36f3c3a5f68f809d3934d52cfa8f1">context</a>; 
<a name="l00241"></a>00241 } <a class="code" href="group__XCB__XPrint__API.html#gaa27d384107e980a1854be9c16f5d87a8" title="xcb_x_print_print_destroy_context_request_t">xcb_x_print_print_destroy_context_request_t</a>;
<a name="l00242"></a>00242 
<a name="l00246"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html">00246</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html" title="xcb_x_print_print_get_screen_of_context_cookie_t">xcb_x_print_print_get_screen_of_context_cookie_t</a> {
<a name="l00247"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html#a1d9980d8f16f0a9b699b997fa99ef80b">00247</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html#a1d9980d8f16f0a9b699b997fa99ef80b">sequence</a>; 
<a name="l00248"></a>00248 } <a class="code" href="group__XCB__XPrint__API.html#ga98883796364644c79c9b452750160c9e" title="xcb_x_print_print_get_screen_of_context_cookie_t">xcb_x_print_print_get_screen_of_context_cookie_t</a>;
<a name="l00249"></a>00249 
<a name="l00251"></a><a class="code" href="group__XCB__XPrint__API.html#ga1c5b06b3f02688ada0cdd8de295b1cbe">00251</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_SCREEN_OF_CONTEXT 6</span>
<a name="l00252"></a>00252 <span class="preprocessor"></span>
<a name="l00256"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html">00256</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html" title="xcb_x_print_print_get_screen_of_context_request_t">xcb_x_print_print_get_screen_of_context_request_t</a> {
<a name="l00257"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html#a89f96c3a56e89877a512dfc11a56063b">00257</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html#a89f96c3a56e89877a512dfc11a56063b">major_opcode</a>; 
<a name="l00258"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html#a91ee6cb54a7f364a9c036d803ca6fb26">00258</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html#a91ee6cb54a7f364a9c036d803ca6fb26">minor_opcode</a>; 
<a name="l00259"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html#af2121b6b53c01e316a33e058268d7cc7">00259</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__screen__of__context__request__t.html#af2121b6b53c01e316a33e058268d7cc7">length</a>; 
<a name="l00260"></a>00260 } <a class="code" href="group__XCB__XPrint__API.html#gae82e19e7225cba5eb7a41eed5b88716f" title="xcb_x_print_print_get_screen_of_context_request_t">xcb_x_print_print_get_screen_of_context_request_t</a>;
<a name="l00261"></a>00261 
<a name="l00265"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html">00265</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html" title="xcb_x_print_print_get_screen_of_context_reply_t">xcb_x_print_print_get_screen_of_context_reply_t</a> {
<a name="l00266"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#aecc335e09095366cf00674449bc7e335">00266</a>     uint8_t      <a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#aecc335e09095366cf00674449bc7e335">response_type</a>; 
<a name="l00267"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#a461c256a8cddcb1b887691565ddd50fd">00267</a>     uint8_t      <a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#a461c256a8cddcb1b887691565ddd50fd">pad0</a>; 
<a name="l00268"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#a47e7ac3cf811af053ef78cd59f81ef68">00268</a>     uint16_t     <a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#a47e7ac3cf811af053ef78cd59f81ef68">sequence</a>; 
<a name="l00269"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#ad0e70b54f0bf4af4829f5265bd97101c">00269</a>     uint32_t     <a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#ad0e70b54f0bf4af4829f5265bd97101c">length</a>; 
<a name="l00270"></a><a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#a8468ac612901f6e1b0a9b6649e1e79b7">00270</a>     xcb_window_t <a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html#a8468ac612901f6e1b0a9b6649e1e79b7">root</a>; 
<a name="l00271"></a>00271 } <a class="code" href="group__XCB__XPrint__API.html#gaf44f0208708e26bff22f45e60dbfc5bd" title="xcb_x_print_print_get_screen_of_context_reply_t">xcb_x_print_print_get_screen_of_context_reply_t</a>;
<a name="l00272"></a>00272 
<a name="l00274"></a><a class="code" href="group__XCB__XPrint__API.html#gabdd79ecb5f7cbc1b490bdfd0f3660439">00274</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_START_JOB 7</span>
<a name="l00275"></a>00275 <span class="preprocessor"></span>
<a name="l00279"></a><a class="code" href="structxcb__x__print__print__start__job__request__t.html">00279</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__start__job__request__t.html" title="xcb_x_print_print_start_job_request_t">xcb_x_print_print_start_job_request_t</a> {
<a name="l00280"></a><a class="code" href="structxcb__x__print__print__start__job__request__t.html#a37ea053127bd7286ca02dfda507ee1c0">00280</a>     uint8_t  <a class="code" href="structxcb__x__print__print__start__job__request__t.html#a37ea053127bd7286ca02dfda507ee1c0">major_opcode</a>; 
<a name="l00281"></a><a class="code" href="structxcb__x__print__print__start__job__request__t.html#a5feeab0dbe8540d45cb6705848e87cce">00281</a>     uint8_t  <a class="code" href="structxcb__x__print__print__start__job__request__t.html#a5feeab0dbe8540d45cb6705848e87cce">minor_opcode</a>; 
<a name="l00282"></a><a class="code" href="structxcb__x__print__print__start__job__request__t.html#a78c2f47068463a33dd789f9cd83e4bf9">00282</a>     uint16_t <a class="code" href="structxcb__x__print__print__start__job__request__t.html#a78c2f47068463a33dd789f9cd83e4bf9">length</a>; 
<a name="l00283"></a><a class="code" href="structxcb__x__print__print__start__job__request__t.html#aa478eb1187cef38cf6ef22d1299bfc97">00283</a>     uint8_t  <a class="code" href="structxcb__x__print__print__start__job__request__t.html#aa478eb1187cef38cf6ef22d1299bfc97">output_mode</a>; 
<a name="l00284"></a>00284 } <a class="code" href="group__XCB__XPrint__API.html#ga2de4ba14d611c8e5ece5bd30ae8b1930" title="xcb_x_print_print_start_job_request_t">xcb_x_print_print_start_job_request_t</a>;
<a name="l00285"></a>00285 
<a name="l00287"></a><a class="code" href="group__XCB__XPrint__API.html#ga9b0c7467d4bcff2693fe951dc43a67bb">00287</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_END_JOB 8</span>
<a name="l00288"></a>00288 <span class="preprocessor"></span>
<a name="l00292"></a><a class="code" href="structxcb__x__print__print__end__job__request__t.html">00292</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__end__job__request__t.html" title="xcb_x_print_print_end_job_request_t">xcb_x_print_print_end_job_request_t</a> {
<a name="l00293"></a><a class="code" href="structxcb__x__print__print__end__job__request__t.html#aa32c5555bcd2fc23ff45973c5bdd878c">00293</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__job__request__t.html#aa32c5555bcd2fc23ff45973c5bdd878c">major_opcode</a>; 
<a name="l00294"></a><a class="code" href="structxcb__x__print__print__end__job__request__t.html#a1a1141351f567ec489113cc60ab355f0">00294</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__job__request__t.html#a1a1141351f567ec489113cc60ab355f0">minor_opcode</a>; 
<a name="l00295"></a><a class="code" href="structxcb__x__print__print__end__job__request__t.html#a8430dd76de657e87dd5c064ca199eae5">00295</a>     uint16_t <a class="code" href="structxcb__x__print__print__end__job__request__t.html#a8430dd76de657e87dd5c064ca199eae5">length</a>; 
<a name="l00296"></a><a class="code" href="structxcb__x__print__print__end__job__request__t.html#a488740d3307283cabeb7fc030eaee326">00296</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__job__request__t.html#a488740d3307283cabeb7fc030eaee326">cancel</a>; 
<a name="l00297"></a>00297 } <a class="code" href="group__XCB__XPrint__API.html#ga818455f5a0cf6d32543edf2a2432878c" title="xcb_x_print_print_end_job_request_t">xcb_x_print_print_end_job_request_t</a>;
<a name="l00298"></a>00298 
<a name="l00300"></a><a class="code" href="group__XCB__XPrint__API.html#gad799cf811746e1a1ba6633d8d9424431">00300</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_START_DOC 9</span>
<a name="l00301"></a>00301 <span class="preprocessor"></span>
<a name="l00305"></a><a class="code" href="structxcb__x__print__print__start__doc__request__t.html">00305</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__start__doc__request__t.html" title="xcb_x_print_print_start_doc_request_t">xcb_x_print_print_start_doc_request_t</a> {
<a name="l00306"></a><a class="code" href="structxcb__x__print__print__start__doc__request__t.html#afe893ee1c05bb6da7376b119cf90e020">00306</a>     uint8_t  <a class="code" href="structxcb__x__print__print__start__doc__request__t.html#afe893ee1c05bb6da7376b119cf90e020">major_opcode</a>; 
<a name="l00307"></a><a class="code" href="structxcb__x__print__print__start__doc__request__t.html#a2be9310e563d7ea1cd29a304c3b20bc6">00307</a>     uint8_t  <a class="code" href="structxcb__x__print__print__start__doc__request__t.html#a2be9310e563d7ea1cd29a304c3b20bc6">minor_opcode</a>; 
<a name="l00308"></a><a class="code" href="structxcb__x__print__print__start__doc__request__t.html#a949a6615786a359ecd71f31c6b1c17cd">00308</a>     uint16_t <a class="code" href="structxcb__x__print__print__start__doc__request__t.html#a949a6615786a359ecd71f31c6b1c17cd">length</a>; 
<a name="l00309"></a><a class="code" href="structxcb__x__print__print__start__doc__request__t.html#a369031342a7a0f1c1548f73f95118e72">00309</a>     uint8_t  <a class="code" href="structxcb__x__print__print__start__doc__request__t.html#a369031342a7a0f1c1548f73f95118e72">driver_mode</a>; 
<a name="l00310"></a>00310 } <a class="code" href="group__XCB__XPrint__API.html#ga9a742f865b793ab8c76162c7947bc12a" title="xcb_x_print_print_start_doc_request_t">xcb_x_print_print_start_doc_request_t</a>;
<a name="l00311"></a>00311 
<a name="l00313"></a><a class="code" href="group__XCB__XPrint__API.html#gabb78cb1ddb263faaf45f2ef2ed61f38b">00313</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_END_DOC 10</span>
<a name="l00314"></a>00314 <span class="preprocessor"></span>
<a name="l00318"></a><a class="code" href="structxcb__x__print__print__end__doc__request__t.html">00318</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__end__doc__request__t.html" title="xcb_x_print_print_end_doc_request_t">xcb_x_print_print_end_doc_request_t</a> {
<a name="l00319"></a><a class="code" href="structxcb__x__print__print__end__doc__request__t.html#a94ec9436821a6224fcf5f66ebca1d31e">00319</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__doc__request__t.html#a94ec9436821a6224fcf5f66ebca1d31e">major_opcode</a>; 
<a name="l00320"></a><a class="code" href="structxcb__x__print__print__end__doc__request__t.html#ae39c751f6089b2640c01484a65ce9f61">00320</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__doc__request__t.html#ae39c751f6089b2640c01484a65ce9f61">minor_opcode</a>; 
<a name="l00321"></a><a class="code" href="structxcb__x__print__print__end__doc__request__t.html#a624de6fc01d40f24d9b1b8202d05bdd2">00321</a>     uint16_t <a class="code" href="structxcb__x__print__print__end__doc__request__t.html#a624de6fc01d40f24d9b1b8202d05bdd2">length</a>; 
<a name="l00322"></a><a class="code" href="structxcb__x__print__print__end__doc__request__t.html#a7870056e06e18a9323a03eaa8dbb45cd">00322</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__doc__request__t.html#a7870056e06e18a9323a03eaa8dbb45cd">cancel</a>; 
<a name="l00323"></a>00323 } <a class="code" href="group__XCB__XPrint__API.html#gaf2468955f94d8b0ed527a25ba67ef4c5" title="xcb_x_print_print_end_doc_request_t">xcb_x_print_print_end_doc_request_t</a>;
<a name="l00324"></a>00324 
<a name="l00326"></a><a class="code" href="group__XCB__XPrint__API.html#ga40cc68cef6c5a2b6d60b94f1e66697d2">00326</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_PUT_DOCUMENT_DATA 11</span>
<a name="l00327"></a>00327 <span class="preprocessor"></span>
<a name="l00331"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html">00331</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html" title="xcb_x_print_print_put_document_data_request_t">xcb_x_print_print_put_document_data_request_t</a> {
<a name="l00332"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#aac7795c7d1216d876ee3b163b4c85e72">00332</a>     uint8_t        <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#aac7795c7d1216d876ee3b163b4c85e72">major_opcode</a>; 
<a name="l00333"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#aee37fb64e244a3e2ea2e87bca7427c78">00333</a>     uint8_t        <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#aee37fb64e244a3e2ea2e87bca7427c78">minor_opcode</a>; 
<a name="l00334"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#a3d1331ad7bd1b7e671d0c463ae48f8da">00334</a>     uint16_t       <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#a3d1331ad7bd1b7e671d0c463ae48f8da">length</a>; 
<a name="l00335"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#ad2362bbc0364a70e45952e68370bd195">00335</a>     xcb_drawable_t <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#ad2362bbc0364a70e45952e68370bd195">drawable</a>; 
<a name="l00336"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#a00e3e8966522d24aac3a2d0e0fdef8a1">00336</a>     uint32_t       <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#a00e3e8966522d24aac3a2d0e0fdef8a1">len_data</a>; 
<a name="l00337"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#ab1b986e078466220bd15a6df26b03987">00337</a>     uint16_t       <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#ab1b986e078466220bd15a6df26b03987">len_fmt</a>; 
<a name="l00338"></a><a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#a1d5cab5707ae37c96eb29a50330d0665">00338</a>     uint16_t       <a class="code" href="structxcb__x__print__print__put__document__data__request__t.html#a1d5cab5707ae37c96eb29a50330d0665">len_options</a>; 
<a name="l00339"></a>00339 } <a class="code" href="group__XCB__XPrint__API.html#gaa225a8d0aa5bc2b38b90374ea7ff85f4" title="xcb_x_print_print_put_document_data_request_t">xcb_x_print_print_put_document_data_request_t</a>;
<a name="l00340"></a>00340 
<a name="l00344"></a><a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html">00344</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html" title="xcb_x_print_print_get_document_data_cookie_t">xcb_x_print_print_get_document_data_cookie_t</a> {
<a name="l00345"></a><a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html#af42f0de5e6fb763be61bbd06e83d4bc5">00345</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html#af42f0de5e6fb763be61bbd06e83d4bc5">sequence</a>; 
<a name="l00346"></a>00346 } <a class="code" href="group__XCB__XPrint__API.html#ga29662562b9ab9455fa8a7a2a4e84d952" title="xcb_x_print_print_get_document_data_cookie_t">xcb_x_print_print_get_document_data_cookie_t</a>;
<a name="l00347"></a>00347 
<a name="l00349"></a><a class="code" href="group__XCB__XPrint__API.html#ga83a3cc02e5ab49613abe03334ac97a4c">00349</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_DOCUMENT_DATA 12</span>
<a name="l00350"></a>00350 <span class="preprocessor"></span>
<a name="l00354"></a><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html">00354</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html" title="xcb_x_print_print_get_document_data_request_t">xcb_x_print_print_get_document_data_request_t</a> {
<a name="l00355"></a><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a2d87e56e95b9615f24dbe2026e423432">00355</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a2d87e56e95b9615f24dbe2026e423432">major_opcode</a>; 
<a name="l00356"></a><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a12dde2ce6a6b957a971aac1d9558004f">00356</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a12dde2ce6a6b957a971aac1d9558004f">minor_opcode</a>; 
<a name="l00357"></a><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a138648dbdb6a2e264c74cd428fc07028">00357</a>     uint16_t               <a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a138648dbdb6a2e264c74cd428fc07028">length</a>; 
<a name="l00358"></a><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a7e9fd3d68af95d3475021f26a39b4d78">00358</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a7e9fd3d68af95d3475021f26a39b4d78">context</a>; 
<a name="l00359"></a><a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a7896dc6705d789bca2f14e47996a79fc">00359</a>     uint32_t               <a class="code" href="structxcb__x__print__print__get__document__data__request__t.html#a7896dc6705d789bca2f14e47996a79fc">max_bytes</a>; 
<a name="l00360"></a>00360 } <a class="code" href="group__XCB__XPrint__API.html#gadda8b1141d78b1c229d535931cac20ed" title="xcb_x_print_print_get_document_data_request_t">xcb_x_print_print_get_document_data_request_t</a>;
<a name="l00361"></a>00361 
<a name="l00365"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html">00365</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html" title="xcb_x_print_print_get_document_data_reply_t">xcb_x_print_print_get_document_data_reply_t</a> {
<a name="l00366"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a5be91efa6bf514df7ef6989ec9f1431c">00366</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a5be91efa6bf514df7ef6989ec9f1431c">response_type</a>; 
<a name="l00367"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a3edd5ba06efcccac9e03ef929f564031">00367</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a3edd5ba06efcccac9e03ef929f564031">pad0</a>; 
<a name="l00368"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a7f3267c4d0034ac30e0d15df72f70b27">00368</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a7f3267c4d0034ac30e0d15df72f70b27">sequence</a>; 
<a name="l00369"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a170b39eae537861a729468457e0546b5">00369</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a170b39eae537861a729468457e0546b5">length</a>; 
<a name="l00370"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a201f0419d5502241ef47d4ab67afe2c7">00370</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a201f0419d5502241ef47d4ab67afe2c7">status_code</a>; 
<a name="l00371"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a8eedab23eb17b6c5b1994899dfdc3b59">00371</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a8eedab23eb17b6c5b1994899dfdc3b59">finished_flag</a>; 
<a name="l00372"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#ade939e0c596d5b78d70c2f811b541d70">00372</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#ade939e0c596d5b78d70c2f811b541d70">dataLen</a>; 
<a name="l00373"></a><a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a6e366368a6f7cf057ccad17cadad9bc0">00373</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html#a6e366368a6f7cf057ccad17cadad9bc0">pad1</a>[12]; 
<a name="l00374"></a>00374 } <a class="code" href="group__XCB__XPrint__API.html#ga595ed9d2851e2950be068292dc28afec" title="xcb_x_print_print_get_document_data_reply_t">xcb_x_print_print_get_document_data_reply_t</a>;
<a name="l00375"></a>00375 
<a name="l00377"></a><a class="code" href="group__XCB__XPrint__API.html#ga7d1609657150eee011517ea54ba22d17">00377</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_START_PAGE 13</span>
<a name="l00378"></a>00378 <span class="preprocessor"></span>
<a name="l00382"></a><a class="code" href="structxcb__x__print__print__start__page__request__t.html">00382</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__start__page__request__t.html" title="xcb_x_print_print_start_page_request_t">xcb_x_print_print_start_page_request_t</a> {
<a name="l00383"></a><a class="code" href="structxcb__x__print__print__start__page__request__t.html#a01d7628583dae82ded2cfe465b4798fa">00383</a>     uint8_t      <a class="code" href="structxcb__x__print__print__start__page__request__t.html#a01d7628583dae82ded2cfe465b4798fa">major_opcode</a>; 
<a name="l00384"></a><a class="code" href="structxcb__x__print__print__start__page__request__t.html#a08c63725139770c81872a0e13161c5bf">00384</a>     uint8_t      <a class="code" href="structxcb__x__print__print__start__page__request__t.html#a08c63725139770c81872a0e13161c5bf">minor_opcode</a>; 
<a name="l00385"></a><a class="code" href="structxcb__x__print__print__start__page__request__t.html#a2801a832c7692c5b519c50da928390c2">00385</a>     uint16_t     <a class="code" href="structxcb__x__print__print__start__page__request__t.html#a2801a832c7692c5b519c50da928390c2">length</a>; 
<a name="l00386"></a><a class="code" href="structxcb__x__print__print__start__page__request__t.html#a3f0374992e705a6e97a6b60b648c0c8d">00386</a>     xcb_window_t <a class="code" href="structxcb__x__print__print__start__page__request__t.html#a3f0374992e705a6e97a6b60b648c0c8d">window</a>; 
<a name="l00387"></a>00387 } <a class="code" href="group__XCB__XPrint__API.html#gaba9ad199f6db69ee7e6ea54edb6468d6" title="xcb_x_print_print_start_page_request_t">xcb_x_print_print_start_page_request_t</a>;
<a name="l00388"></a>00388 
<a name="l00390"></a><a class="code" href="group__XCB__XPrint__API.html#ga8383d99e62dd4a8e2eaca2a00114c117">00390</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_END_PAGE 14</span>
<a name="l00391"></a>00391 <span class="preprocessor"></span>
<a name="l00395"></a><a class="code" href="structxcb__x__print__print__end__page__request__t.html">00395</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__end__page__request__t.html" title="xcb_x_print_print_end_page_request_t">xcb_x_print_print_end_page_request_t</a> {
<a name="l00396"></a><a class="code" href="structxcb__x__print__print__end__page__request__t.html#a71397f7e1024b7300507f692ae724d20">00396</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__page__request__t.html#a71397f7e1024b7300507f692ae724d20">major_opcode</a>; 
<a name="l00397"></a><a class="code" href="structxcb__x__print__print__end__page__request__t.html#a965f572249b5a707679d998bc060ebee">00397</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__page__request__t.html#a965f572249b5a707679d998bc060ebee">minor_opcode</a>; 
<a name="l00398"></a><a class="code" href="structxcb__x__print__print__end__page__request__t.html#aa643c1b5231839fdace5ad97257aaf31">00398</a>     uint16_t <a class="code" href="structxcb__x__print__print__end__page__request__t.html#aa643c1b5231839fdace5ad97257aaf31">length</a>; 
<a name="l00399"></a><a class="code" href="structxcb__x__print__print__end__page__request__t.html#a15b6a4dbe7b253018f2be8803b1403f0">00399</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__page__request__t.html#a15b6a4dbe7b253018f2be8803b1403f0">cancel</a>; 
<a name="l00400"></a><a class="code" href="structxcb__x__print__print__end__page__request__t.html#aa54bfa55020514ecb4f243391681e59a">00400</a>     uint8_t  <a class="code" href="structxcb__x__print__print__end__page__request__t.html#aa54bfa55020514ecb4f243391681e59a">pad0</a>[3]; 
<a name="l00401"></a>00401 } <a class="code" href="group__XCB__XPrint__API.html#gaea59339d463453f70b331e61cf9c6822" title="xcb_x_print_print_end_page_request_t">xcb_x_print_print_end_page_request_t</a>;
<a name="l00402"></a>00402 
<a name="l00404"></a><a class="code" href="group__XCB__XPrint__API.html#ga988e118884096c09959ab45c3760bc61">00404</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_SELECT_INPUT 15</span>
<a name="l00405"></a>00405 <span class="preprocessor"></span>
<a name="l00409"></a><a class="code" href="structxcb__x__print__print__select__input__request__t.html">00409</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__select__input__request__t.html" title="xcb_x_print_print_select_input_request_t">xcb_x_print_print_select_input_request_t</a> {
<a name="l00410"></a><a class="code" href="structxcb__x__print__print__select__input__request__t.html#ad4cda3050780681b263b5af4c6b6d476">00410</a>     uint8_t                <a class="code" href="structxcb__x__print__print__select__input__request__t.html#ad4cda3050780681b263b5af4c6b6d476">major_opcode</a>; 
<a name="l00411"></a><a class="code" href="structxcb__x__print__print__select__input__request__t.html#ae9594f7af5da9d75fc40a299ffc745c9">00411</a>     uint8_t                <a class="code" href="structxcb__x__print__print__select__input__request__t.html#ae9594f7af5da9d75fc40a299ffc745c9">minor_opcode</a>; 
<a name="l00412"></a><a class="code" href="structxcb__x__print__print__select__input__request__t.html#a39d1ca62871eff4516b070ab722928de">00412</a>     uint16_t               <a class="code" href="structxcb__x__print__print__select__input__request__t.html#a39d1ca62871eff4516b070ab722928de">length</a>; 
<a name="l00413"></a><a class="code" href="structxcb__x__print__print__select__input__request__t.html#a579116a174911824c09fe3ff0c728fa5">00413</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__select__input__request__t.html#a579116a174911824c09fe3ff0c728fa5">context</a>; 
<a name="l00414"></a><a class="code" href="structxcb__x__print__print__select__input__request__t.html#a7376084fead2b071aa693f639e1f3bdb">00414</a>     uint32_t               <a class="code" href="structxcb__x__print__print__select__input__request__t.html#a7376084fead2b071aa693f639e1f3bdb">event_mask</a>; 
<a name="l00415"></a>00415 } <a class="code" href="group__XCB__XPrint__API.html#gade42f381b41ee6719cfb5c5fc7b6ee39" title="xcb_x_print_print_select_input_request_t">xcb_x_print_print_select_input_request_t</a>;
<a name="l00416"></a>00416 
<a name="l00420"></a><a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html">00420</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html" title="xcb_x_print_print_input_selected_cookie_t">xcb_x_print_print_input_selected_cookie_t</a> {
<a name="l00421"></a><a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html#a4101136cc53d649126dd5b7d85244af6">00421</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html#a4101136cc53d649126dd5b7d85244af6">sequence</a>; 
<a name="l00422"></a>00422 } <a class="code" href="group__XCB__XPrint__API.html#ga9b5a15a57884f3b97da40790800e18ef" title="xcb_x_print_print_input_selected_cookie_t">xcb_x_print_print_input_selected_cookie_t</a>;
<a name="l00423"></a>00423 
<a name="l00425"></a><a class="code" href="group__XCB__XPrint__API.html#gaea2ef421cb9ae25f0e571320e154f62f">00425</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_INPUT_SELECTED 16</span>
<a name="l00426"></a>00426 <span class="preprocessor"></span>
<a name="l00430"></a><a class="code" href="structxcb__x__print__print__input__selected__request__t.html">00430</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__input__selected__request__t.html" title="xcb_x_print_print_input_selected_request_t">xcb_x_print_print_input_selected_request_t</a> {
<a name="l00431"></a><a class="code" href="structxcb__x__print__print__input__selected__request__t.html#aada8becd85e7d78732957d1fd245ee3f">00431</a>     uint8_t                <a class="code" href="structxcb__x__print__print__input__selected__request__t.html#aada8becd85e7d78732957d1fd245ee3f">major_opcode</a>; 
<a name="l00432"></a><a class="code" href="structxcb__x__print__print__input__selected__request__t.html#a2572b57c2d0d5545c6f25afab08436b7">00432</a>     uint8_t                <a class="code" href="structxcb__x__print__print__input__selected__request__t.html#a2572b57c2d0d5545c6f25afab08436b7">minor_opcode</a>; 
<a name="l00433"></a><a class="code" href="structxcb__x__print__print__input__selected__request__t.html#a681af327d06b0d3eeae6bcc1df389ff5">00433</a>     uint16_t               <a class="code" href="structxcb__x__print__print__input__selected__request__t.html#a681af327d06b0d3eeae6bcc1df389ff5">length</a>; 
<a name="l00434"></a><a class="code" href="structxcb__x__print__print__input__selected__request__t.html#a59ac9b10a1da89d5d372c84bff355f9c">00434</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__input__selected__request__t.html#a59ac9b10a1da89d5d372c84bff355f9c">context</a>; 
<a name="l00435"></a>00435 } <a class="code" href="group__XCB__XPrint__API.html#ga3aba27d1ed6f747a03c383196465ba1e" title="xcb_x_print_print_input_selected_request_t">xcb_x_print_print_input_selected_request_t</a>;
<a name="l00436"></a>00436 
<a name="l00440"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html">00440</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> {
<a name="l00441"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a207e5a956481d57c47a15a2c29b6ba34">00441</a>     uint8_t  <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a207e5a956481d57c47a15a2c29b6ba34">response_type</a>; 
<a name="l00442"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#ab572ff38126ef60ea41a9328896a5e7d">00442</a>     uint8_t  <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#ab572ff38126ef60ea41a9328896a5e7d">pad0</a>; 
<a name="l00443"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a965047c17a713cc8d988b73c72128e7c">00443</a>     uint16_t <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a965047c17a713cc8d988b73c72128e7c">sequence</a>; 
<a name="l00444"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#aecc6c0e017a83dc8215945a531a24a3b">00444</a>     uint32_t <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#aecc6c0e017a83dc8215945a531a24a3b">length</a>; 
<a name="l00445"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a0fe04c4d3da6274bd75b150ee1ef593a">00445</a>     uint32_t <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a0fe04c4d3da6274bd75b150ee1ef593a">event_mask</a>; 
<a name="l00446"></a><a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a4178f8bafb6a19e1077e0d11417eaccf">00446</a>     uint32_t <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html#a4178f8bafb6a19e1077e0d11417eaccf">all_events_mask</a>; 
<a name="l00447"></a>00447 } <a class="code" href="group__XCB__XPrint__API.html#gabd9554eb0bd55e05ac1204d7903ad593" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a>;
<a name="l00448"></a>00448 
<a name="l00452"></a><a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html">00452</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html" title="xcb_x_print_print_get_attributes_cookie_t">xcb_x_print_print_get_attributes_cookie_t</a> {
<a name="l00453"></a><a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html#ad2fc0b9320a5be106ae1510971b9c0af">00453</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html#ad2fc0b9320a5be106ae1510971b9c0af">sequence</a>; 
<a name="l00454"></a>00454 } <a class="code" href="group__XCB__XPrint__API.html#ga18ab89d881653f9708e7d42cd122efa6" title="xcb_x_print_print_get_attributes_cookie_t">xcb_x_print_print_get_attributes_cookie_t</a>;
<a name="l00455"></a>00455 
<a name="l00457"></a><a class="code" href="group__XCB__XPrint__API.html#ga14040929ae52063d0733595c9af218c5">00457</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_ATTRIBUTES 17</span>
<a name="l00458"></a>00458 <span class="preprocessor"></span>
<a name="l00462"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html">00462</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html" title="xcb_x_print_print_get_attributes_request_t">xcb_x_print_print_get_attributes_request_t</a> {
<a name="l00463"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a50dbf672d7a2447e024c167fa436e1ac">00463</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a50dbf672d7a2447e024c167fa436e1ac">major_opcode</a>; 
<a name="l00464"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a652e46e6f47020a45d36ca1bd8a51634">00464</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a652e46e6f47020a45d36ca1bd8a51634">minor_opcode</a>; 
<a name="l00465"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a31cc2faf15b87b78d071362663cb0f63">00465</a>     uint16_t               <a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a31cc2faf15b87b78d071362663cb0f63">length</a>; 
<a name="l00466"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#aaad7d96799e582f3cd7eac6b3fe06902">00466</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#aaad7d96799e582f3cd7eac6b3fe06902">context</a>; 
<a name="l00467"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a8ac4ae4f29bb1ee63993b9a89ccbb600">00467</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a8ac4ae4f29bb1ee63993b9a89ccbb600">pool</a>; 
<a name="l00468"></a><a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a46c0aa449ba5fe05e25751795bc3571d">00468</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__attributes__request__t.html#a46c0aa449ba5fe05e25751795bc3571d">pad0</a>[3]; 
<a name="l00469"></a>00469 } <a class="code" href="group__XCB__XPrint__API.html#ga8ea89dd0f12872cf4774f941b1a513e5" title="xcb_x_print_print_get_attributes_request_t">xcb_x_print_print_get_attributes_request_t</a>;
<a name="l00470"></a>00470 
<a name="l00474"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html">00474</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html" title="xcb_x_print_print_get_attributes_reply_t">xcb_x_print_print_get_attributes_reply_t</a> {
<a name="l00475"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a5fc6b267427a1ff15ba823ebb577866f">00475</a>     uint8_t               <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a5fc6b267427a1ff15ba823ebb577866f">response_type</a>; 
<a name="l00476"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#af45c6efd68e52aca86cf2c5abfceb70a">00476</a>     uint8_t               <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#af45c6efd68e52aca86cf2c5abfceb70a">pad0</a>; 
<a name="l00477"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a997542236e7734ac45cd38cbfc0e6e55">00477</a>     uint16_t              <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a997542236e7734ac45cd38cbfc0e6e55">sequence</a>; 
<a name="l00478"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a8a557a360fc8bf570058846a68e002b3">00478</a>     uint32_t              <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a8a557a360fc8bf570058846a68e002b3">length</a>; 
<a name="l00479"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a1b72f1fe315f631b0d254a54808b8043">00479</a>     uint32_t              <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a1b72f1fe315f631b0d254a54808b8043">stringLen</a>; 
<a name="l00480"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a7ef4f875d3389804ebab6bf096b67e64">00480</a>     uint8_t               <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a7ef4f875d3389804ebab6bf096b67e64">pad1</a>[20]; 
<a name="l00481"></a><a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a3b8a64c30ef06c005d9e48a18bfe029e">00481</a>     xcb_x_print_string8_t <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html#a3b8a64c30ef06c005d9e48a18bfe029e">attributes</a>; 
<a name="l00482"></a>00482 } <a class="code" href="group__XCB__XPrint__API.html#gaea08e2de4b6647138f865c31163e88da" title="xcb_x_print_print_get_attributes_reply_t">xcb_x_print_print_get_attributes_reply_t</a>;
<a name="l00483"></a>00483 
<a name="l00487"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html">00487</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html" title="xcb_x_print_print_get_one_attributes_cookie_t">xcb_x_print_print_get_one_attributes_cookie_t</a> {
<a name="l00488"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html#a0d3ac55b50e174eff6b52a9d501ecb72">00488</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html#a0d3ac55b50e174eff6b52a9d501ecb72">sequence</a>; 
<a name="l00489"></a>00489 } <a class="code" href="group__XCB__XPrint__API.html#gad32ef69eeba3af63b5604db859ddb999" title="xcb_x_print_print_get_one_attributes_cookie_t">xcb_x_print_print_get_one_attributes_cookie_t</a>;
<a name="l00490"></a>00490 
<a name="l00492"></a><a class="code" href="group__XCB__XPrint__API.html#gac3e9a61fcd2746533626feeb2a1d3c48">00492</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_ONE_ATTRIBUTES 19</span>
<a name="l00493"></a>00493 <span class="preprocessor"></span>
<a name="l00497"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html">00497</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html" title="xcb_x_print_print_get_one_attributes_request_t">xcb_x_print_print_get_one_attributes_request_t</a> {
<a name="l00498"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#a855bac40ca989d497e35379a4b0da56b">00498</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#a855bac40ca989d497e35379a4b0da56b">major_opcode</a>; 
<a name="l00499"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#a950150ada5ddce2d4ec6ac89e2588992">00499</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#a950150ada5ddce2d4ec6ac89e2588992">minor_opcode</a>; 
<a name="l00500"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#abc04b7addc95f7585898a72d591cf6b1">00500</a>     uint16_t               <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#abc04b7addc95f7585898a72d591cf6b1">length</a>; 
<a name="l00501"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#af3536711a015c7ce0fbe0663ec7bac71">00501</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#af3536711a015c7ce0fbe0663ec7bac71">context</a>; 
<a name="l00502"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#ac9dd3848fff82601798fd0bc143d84a7">00502</a>     uint32_t               <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#ac9dd3848fff82601798fd0bc143d84a7">nameLen</a>; 
<a name="l00503"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#ad7b57bf487858616d36cd05f25878dd2">00503</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#ad7b57bf487858616d36cd05f25878dd2">pool</a>; 
<a name="l00504"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#a76ec4f968354fc6046a72575945f08b9">00504</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__one__attributes__request__t.html#a76ec4f968354fc6046a72575945f08b9">pad0</a>[3]; 
<a name="l00505"></a>00505 } <a class="code" href="group__XCB__XPrint__API.html#gaf6ce1811b842318349a26ab215305405" title="xcb_x_print_print_get_one_attributes_request_t">xcb_x_print_print_get_one_attributes_request_t</a>;
<a name="l00506"></a>00506 
<a name="l00510"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html">00510</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html" title="xcb_x_print_print_get_one_attributes_reply_t">xcb_x_print_print_get_one_attributes_reply_t</a> {
<a name="l00511"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a80c1d24e9827d570bf3e4bd17d122495">00511</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a80c1d24e9827d570bf3e4bd17d122495">response_type</a>; 
<a name="l00512"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#afc6221e9109edcbf3f88a377e5a6021e">00512</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#afc6221e9109edcbf3f88a377e5a6021e">pad0</a>; 
<a name="l00513"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#aa50a9f92b4f8ee0f63e4a50c52853938">00513</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#aa50a9f92b4f8ee0f63e4a50c52853938">sequence</a>; 
<a name="l00514"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a348f4d79bd77902c1b1db856b49c5c41">00514</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a348f4d79bd77902c1b1db856b49c5c41">length</a>; 
<a name="l00515"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a6a0356ff1b6577222bbdfe6ece5e5d00">00515</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a6a0356ff1b6577222bbdfe6ece5e5d00">valueLen</a>; 
<a name="l00516"></a><a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a747f4b499d75cf281bf156a1c83dc50f">00516</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html#a747f4b499d75cf281bf156a1c83dc50f">pad1</a>[20]; 
<a name="l00517"></a>00517 } <a class="code" href="group__XCB__XPrint__API.html#ga5e977b730e22abf5f61c2e26381234d8" title="xcb_x_print_print_get_one_attributes_reply_t">xcb_x_print_print_get_one_attributes_reply_t</a>;
<a name="l00518"></a>00518 
<a name="l00520"></a><a class="code" href="group__XCB__XPrint__API.html#ga5b6e3c1eb97d3e66e9f5a37a089b44b7">00520</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_SET_ATTRIBUTES 18</span>
<a name="l00521"></a>00521 <span class="preprocessor"></span>
<a name="l00525"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html">00525</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html" title="xcb_x_print_print_set_attributes_request_t">xcb_x_print_print_set_attributes_request_t</a> {
<a name="l00526"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a7260f7768d380d01bff520dbe13a021c">00526</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a7260f7768d380d01bff520dbe13a021c">major_opcode</a>; 
<a name="l00527"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a72e0aef85a9cf8f13f4cadbade71d5e1">00527</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a72e0aef85a9cf8f13f4cadbade71d5e1">minor_opcode</a>; 
<a name="l00528"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a18faf78a233c829131094db4290a8709">00528</a>     uint16_t               <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a18faf78a233c829131094db4290a8709">length</a>; 
<a name="l00529"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#ac648d096836982fd4fc19e2ec54883e5">00529</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#ac648d096836982fd4fc19e2ec54883e5">context</a>; 
<a name="l00530"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#aa0655ae2cafaab059bcf4b2dfd38fbed">00530</a>     uint32_t               <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#aa0655ae2cafaab059bcf4b2dfd38fbed">stringLen</a>; 
<a name="l00531"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#aace1697a1f6adac432ef3880f8d26306">00531</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#aace1697a1f6adac432ef3880f8d26306">pool</a>; 
<a name="l00532"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a90e7156979b63d5aabc96f1a3f9afc69">00532</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#a90e7156979b63d5aabc96f1a3f9afc69">rule</a>; 
<a name="l00533"></a><a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#af2ad034a3c5a1bd7f6bf7caf15f7f161">00533</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__attributes__request__t.html#af2ad034a3c5a1bd7f6bf7caf15f7f161">pad0</a>[2]; 
<a name="l00534"></a>00534 } <a class="code" href="group__XCB__XPrint__API.html#gac9308d090ec1aca73da2fbca33fca932" title="xcb_x_print_print_set_attributes_request_t">xcb_x_print_print_set_attributes_request_t</a>;
<a name="l00535"></a>00535 
<a name="l00539"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html">00539</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html" title="xcb_x_print_print_get_page_dimensions_cookie_t">xcb_x_print_print_get_page_dimensions_cookie_t</a> {
<a name="l00540"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html#a27f063469269e5bcf0ecae384a4e3ae8">00540</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html#a27f063469269e5bcf0ecae384a4e3ae8">sequence</a>; 
<a name="l00541"></a>00541 } <a class="code" href="group__XCB__XPrint__API.html#gab03372e8aee12276f7feae68e24db768" title="xcb_x_print_print_get_page_dimensions_cookie_t">xcb_x_print_print_get_page_dimensions_cookie_t</a>;
<a name="l00542"></a>00542 
<a name="l00544"></a><a class="code" href="group__XCB__XPrint__API.html#ga021f1e6d91f65636bf9889ce70fbf990">00544</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_PAGE_DIMENSIONS 21</span>
<a name="l00545"></a>00545 <span class="preprocessor"></span>
<a name="l00549"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html">00549</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html" title="xcb_x_print_print_get_page_dimensions_request_t">xcb_x_print_print_get_page_dimensions_request_t</a> {
<a name="l00550"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#ab7438bdf6d1e99546ff9a66a571dde16">00550</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#ab7438bdf6d1e99546ff9a66a571dde16">major_opcode</a>; 
<a name="l00551"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#a5615e2fde67f32647097df7354dd66b1">00551</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#a5615e2fde67f32647097df7354dd66b1">minor_opcode</a>; 
<a name="l00552"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#a6b1d05dc3fc73a040f77204bacf42dc8">00552</a>     uint16_t               <a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#a6b1d05dc3fc73a040f77204bacf42dc8">length</a>; 
<a name="l00553"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#ab59494b5444db7f26eea7a361bd7af2e">00553</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__request__t.html#ab59494b5444db7f26eea7a361bd7af2e">context</a>; 
<a name="l00554"></a>00554 } <a class="code" href="group__XCB__XPrint__API.html#gaea5c85d29d5a60604e18c6411e0bb28b" title="xcb_x_print_print_get_page_dimensions_request_t">xcb_x_print_print_get_page_dimensions_request_t</a>;
<a name="l00555"></a>00555 
<a name="l00559"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html">00559</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html" title="xcb_x_print_print_get_page_dimensions_reply_t">xcb_x_print_print_get_page_dimensions_reply_t</a> {
<a name="l00560"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#aca01382df342d590aee7ab5951fd5e9e">00560</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#aca01382df342d590aee7ab5951fd5e9e">response_type</a>; 
<a name="l00561"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#ad0821f7bf39b3438156c20285bb8ab2f">00561</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#ad0821f7bf39b3438156c20285bb8ab2f">pad0</a>; 
<a name="l00562"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#af6924c226ee22a443f2e2fda600b7031">00562</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#af6924c226ee22a443f2e2fda600b7031">sequence</a>; 
<a name="l00563"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a06a3de9517ef7e2cbfbd43746ecc2730">00563</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a06a3de9517ef7e2cbfbd43746ecc2730">length</a>; 
<a name="l00564"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#ab9de18917a5c02ecc9408f35deb61e49">00564</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#ab9de18917a5c02ecc9408f35deb61e49">width</a>; 
<a name="l00565"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#afc4f2581ebf80880af017b57062091d3">00565</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#afc4f2581ebf80880af017b57062091d3">height</a>; 
<a name="l00566"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a16b92b1a42f8a6576f956b9196703583">00566</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a16b92b1a42f8a6576f956b9196703583">offset_x</a>; 
<a name="l00567"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a9679a2e195a14e9278e12c26473b6f9f">00567</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a9679a2e195a14e9278e12c26473b6f9f">offset_y</a>; 
<a name="l00568"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#af8190778b65aeb9e22011bdcf2bcf3b9">00568</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#af8190778b65aeb9e22011bdcf2bcf3b9">reproducible_width</a>; 
<a name="l00569"></a><a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a2374e1ed8379986309dd3a9e042c734c">00569</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html#a2374e1ed8379986309dd3a9e042c734c">reproducible_height</a>; 
<a name="l00570"></a>00570 } <a class="code" href="group__XCB__XPrint__API.html#gae5f1ad1193c6b272feaf120d92f75d58" title="xcb_x_print_print_get_page_dimensions_reply_t">xcb_x_print_print_get_page_dimensions_reply_t</a>;
<a name="l00571"></a>00571 
<a name="l00575"></a><a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html">00575</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html" title="xcb_x_print_print_query_screens_cookie_t">xcb_x_print_print_query_screens_cookie_t</a> {
<a name="l00576"></a><a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html#a4d91a158c123b2a770bc7ce38a8468c7">00576</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html#a4d91a158c123b2a770bc7ce38a8468c7">sequence</a>; 
<a name="l00577"></a>00577 } <a class="code" href="group__XCB__XPrint__API.html#gaf45b063a08d6289c850cce9c6e7e0bd7" title="xcb_x_print_print_query_screens_cookie_t">xcb_x_print_print_query_screens_cookie_t</a>;
<a name="l00578"></a>00578 
<a name="l00580"></a><a class="code" href="group__XCB__XPrint__API.html#ga340bf05501cab305b3493a4a192c2019">00580</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_QUERY_SCREENS 22</span>
<a name="l00581"></a>00581 <span class="preprocessor"></span>
<a name="l00585"></a><a class="code" href="structxcb__x__print__print__query__screens__request__t.html">00585</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__query__screens__request__t.html" title="xcb_x_print_print_query_screens_request_t">xcb_x_print_print_query_screens_request_t</a> {
<a name="l00586"></a><a class="code" href="structxcb__x__print__print__query__screens__request__t.html#a3c357d84b1cd438942f72d5f47d0b638">00586</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__screens__request__t.html#a3c357d84b1cd438942f72d5f47d0b638">major_opcode</a>; 
<a name="l00587"></a><a class="code" href="structxcb__x__print__print__query__screens__request__t.html#a32689419d2b53533234fa8f9148163f8">00587</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__screens__request__t.html#a32689419d2b53533234fa8f9148163f8">minor_opcode</a>; 
<a name="l00588"></a><a class="code" href="structxcb__x__print__print__query__screens__request__t.html#ac1f45022ae4730cbafcaf2edda41c4af">00588</a>     uint16_t <a class="code" href="structxcb__x__print__print__query__screens__request__t.html#ac1f45022ae4730cbafcaf2edda41c4af">length</a>; 
<a name="l00589"></a>00589 } <a class="code" href="group__XCB__XPrint__API.html#gaeff3681b3d3ec4a473399e854e19f7e0" title="xcb_x_print_print_query_screens_request_t">xcb_x_print_print_query_screens_request_t</a>;
<a name="l00590"></a>00590 
<a name="l00594"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html">00594</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html" title="xcb_x_print_print_query_screens_reply_t">xcb_x_print_print_query_screens_reply_t</a> {
<a name="l00595"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a64953af95f0f49d32e45d5d19ebf7506">00595</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a64953af95f0f49d32e45d5d19ebf7506">response_type</a>; 
<a name="l00596"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a0788d1085fd796f8a94478d96530aef2">00596</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a0788d1085fd796f8a94478d96530aef2">pad0</a>; 
<a name="l00597"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a556339c2ffdbf19155d172411b3238ed">00597</a>     uint16_t <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a556339c2ffdbf19155d172411b3238ed">sequence</a>; 
<a name="l00598"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#ad77fc2380a02ee45187ed4a9cc1b3924">00598</a>     uint32_t <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#ad77fc2380a02ee45187ed4a9cc1b3924">length</a>; 
<a name="l00599"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#afff7953fca656cb405b66be13e64da75">00599</a>     uint32_t <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#afff7953fca656cb405b66be13e64da75">listCount</a>; 
<a name="l00600"></a><a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a7da6699e088d65666ecb580c546a2db3">00600</a>     uint8_t  <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html#a7da6699e088d65666ecb580c546a2db3">pad1</a>[20]; 
<a name="l00601"></a>00601 } <a class="code" href="group__XCB__XPrint__API.html#ga8fbe13d805355697ba363f9aece23b1e" title="xcb_x_print_print_query_screens_reply_t">xcb_x_print_print_query_screens_reply_t</a>;
<a name="l00602"></a>00602 
<a name="l00606"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html">00606</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html" title="xcb_x_print_print_set_image_resolution_cookie_t">xcb_x_print_print_set_image_resolution_cookie_t</a> {
<a name="l00607"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html#ace3e305074f3de1c82549813ef023f06">00607</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html#ace3e305074f3de1c82549813ef023f06">sequence</a>; 
<a name="l00608"></a>00608 } <a class="code" href="group__XCB__XPrint__API.html#gae420764ce4d89c6e79f32396a3998934" title="xcb_x_print_print_set_image_resolution_cookie_t">xcb_x_print_print_set_image_resolution_cookie_t</a>;
<a name="l00609"></a>00609 
<a name="l00611"></a><a class="code" href="group__XCB__XPrint__API.html#ga888004eff3c24136f1ae91197e6c7db1">00611</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_SET_IMAGE_RESOLUTION 23</span>
<a name="l00612"></a>00612 <span class="preprocessor"></span>
<a name="l00616"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html">00616</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html" title="xcb_x_print_print_set_image_resolution_request_t">xcb_x_print_print_set_image_resolution_request_t</a> {
<a name="l00617"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#a630274b0be3a9a0da386a026011306b2">00617</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#a630274b0be3a9a0da386a026011306b2">major_opcode</a>; 
<a name="l00618"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#ad087c55e13cdd343da88d4fb0fed68f0">00618</a>     uint8_t                <a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#ad087c55e13cdd343da88d4fb0fed68f0">minor_opcode</a>; 
<a name="l00619"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#afa152f6cea50736b634df6be41036299">00619</a>     uint16_t               <a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#afa152f6cea50736b634df6be41036299">length</a>; 
<a name="l00620"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#a619619b0e3b42cfba08f8581f0cb6959">00620</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#a619619b0e3b42cfba08f8581f0cb6959">context</a>; 
<a name="l00621"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#a6f02605e23c2f4fa873943913130f5df">00621</a>     uint16_t               <a class="code" href="structxcb__x__print__print__set__image__resolution__request__t.html#a6f02605e23c2f4fa873943913130f5df">image_resolution</a>; 
<a name="l00622"></a>00622 } <a class="code" href="group__XCB__XPrint__API.html#ga854dc78cdb238d57d0c7e130c34e1de0" title="xcb_x_print_print_set_image_resolution_request_t">xcb_x_print_print_set_image_resolution_request_t</a>;
<a name="l00623"></a>00623 
<a name="l00627"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html">00627</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html" title="xcb_x_print_print_set_image_resolution_reply_t">xcb_x_print_print_set_image_resolution_reply_t</a> {
<a name="l00628"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#ad76b1abca610cc05575fab6b52fbb896">00628</a>     uint8_t  <a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#ad76b1abca610cc05575fab6b52fbb896">response_type</a>; 
<a name="l00629"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#a8df8e1a7400321c18c4937c696312c8b">00629</a>     uint8_t  <a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#a8df8e1a7400321c18c4937c696312c8b">status</a>; 
<a name="l00630"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#abc1a16ffc265e391aefe2483eeec10be">00630</a>     uint16_t <a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#abc1a16ffc265e391aefe2483eeec10be">sequence</a>; 
<a name="l00631"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#ab04b2c6572ea2251311b8e2fe2a891d4">00631</a>     uint32_t <a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#ab04b2c6572ea2251311b8e2fe2a891d4">length</a>; 
<a name="l00632"></a><a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#afa328d134822dde648626d8e2b100fb2">00632</a>     uint16_t <a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html#afa328d134822dde648626d8e2b100fb2">previous_resolutions</a>; 
<a name="l00633"></a>00633 } <a class="code" href="group__XCB__XPrint__API.html#gab07a3a5282258f2bb9198391326e4e3b" title="xcb_x_print_print_set_image_resolution_reply_t">xcb_x_print_print_set_image_resolution_reply_t</a>;
<a name="l00634"></a>00634 
<a name="l00638"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html">00638</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html" title="xcb_x_print_print_get_image_resolution_cookie_t">xcb_x_print_print_get_image_resolution_cookie_t</a> {
<a name="l00639"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html#ad2e23d6eeb1dff7af9272c20383fb667">00639</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html#ad2e23d6eeb1dff7af9272c20383fb667">sequence</a>; 
<a name="l00640"></a>00640 } <a class="code" href="group__XCB__XPrint__API.html#ga13f6a6024a82a5cd0566578788feed33" title="xcb_x_print_print_get_image_resolution_cookie_t">xcb_x_print_print_get_image_resolution_cookie_t</a>;
<a name="l00641"></a>00641 
<a name="l00643"></a><a class="code" href="group__XCB__XPrint__API.html#gadf6337ae6611e36d3316ae508283d97b">00643</a> <span class="preprocessor">#define XCB_X_PRINT_PRINT_GET_IMAGE_RESOLUTION 24</span>
<a name="l00644"></a>00644 <span class="preprocessor"></span>
<a name="l00648"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html">00648</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html" title="xcb_x_print_print_get_image_resolution_request_t">xcb_x_print_print_get_image_resolution_request_t</a> {
<a name="l00649"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#ab8618087a1cd4dbd69a5c3efde00d00d">00649</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#ab8618087a1cd4dbd69a5c3efde00d00d">major_opcode</a>; 
<a name="l00650"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#a6341704b9cf4064d13546c5fe1b1ea80">00650</a>     uint8_t                <a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#a6341704b9cf4064d13546c5fe1b1ea80">minor_opcode</a>; 
<a name="l00651"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#a09f7c38211bf65c947e258960beb776f">00651</a>     uint16_t               <a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#a09f7c38211bf65c947e258960beb776f">length</a>; 
<a name="l00652"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#aca766afcf62f62742cd297cac2db2486">00652</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__print__get__image__resolution__request__t.html#aca766afcf62f62742cd297cac2db2486">context</a>; 
<a name="l00653"></a>00653 } <a class="code" href="group__XCB__XPrint__API.html#gafb6af4a012ccc80fd2e797125d5a4e7f" title="xcb_x_print_print_get_image_resolution_request_t">xcb_x_print_print_get_image_resolution_request_t</a>;
<a name="l00654"></a>00654 
<a name="l00658"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html">00658</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html" title="xcb_x_print_print_get_image_resolution_reply_t">xcb_x_print_print_get_image_resolution_reply_t</a> {
<a name="l00659"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#ac1eb65bd1ddfee05e051d6aa34cba37b">00659</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#ac1eb65bd1ddfee05e051d6aa34cba37b">response_type</a>; 
<a name="l00660"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#a46b10944307f7e6125e649f1df733555">00660</a>     uint8_t  <a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#a46b10944307f7e6125e649f1df733555">pad0</a>; 
<a name="l00661"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#afce7ee6286946270e596b73dc2412fd5">00661</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#afce7ee6286946270e596b73dc2412fd5">sequence</a>; 
<a name="l00662"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#ab84d0db4f9d74d42c186e2ce4047b715">00662</a>     uint32_t <a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#ab84d0db4f9d74d42c186e2ce4047b715">length</a>; 
<a name="l00663"></a><a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#a6741182fdbae7484ce1119dac3099871">00663</a>     uint16_t <a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html#a6741182fdbae7484ce1119dac3099871">image_resolution</a>; 
<a name="l00664"></a>00664 } <a class="code" href="group__XCB__XPrint__API.html#ga44f750d8b8b8bb88be785298be4e66c4" title="xcb_x_print_print_get_image_resolution_reply_t">xcb_x_print_print_get_image_resolution_reply_t</a>;
<a name="l00665"></a>00665 
<a name="l00667"></a><a class="code" href="group__XCB__XPrint__API.html#ga7253eeb2628205d554ee6920c03f4a46">00667</a> <span class="preprocessor">#define XCB_X_PRINT_NOTIFY 0</span>
<a name="l00668"></a>00668 <span class="preprocessor"></span>
<a name="l00672"></a><a class="code" href="structxcb__x__print__notify__event__t.html">00672</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__notify__event__t.html" title="xcb_x_print_notify_event_t">xcb_x_print_notify_event_t</a> {
<a name="l00673"></a><a class="code" href="structxcb__x__print__notify__event__t.html#a5b998b6a7382adda61ea4ac44295ed2a">00673</a>     uint8_t                <a class="code" href="structxcb__x__print__notify__event__t.html#a5b998b6a7382adda61ea4ac44295ed2a">response_type</a>; 
<a name="l00674"></a><a class="code" href="structxcb__x__print__notify__event__t.html#a387204f401de7b100e509077e8919150">00674</a>     uint8_t                <a class="code" href="structxcb__x__print__notify__event__t.html#a387204f401de7b100e509077e8919150">detail</a>; 
<a name="l00675"></a><a class="code" href="structxcb__x__print__notify__event__t.html#a358d126de01c2d8ae9258d78b9605d6c">00675</a>     uint16_t               <a class="code" href="structxcb__x__print__notify__event__t.html#a358d126de01c2d8ae9258d78b9605d6c">sequence</a>; 
<a name="l00676"></a><a class="code" href="structxcb__x__print__notify__event__t.html#a8d248ce99d52143bfbee9cdfd14f0f77">00676</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__notify__event__t.html#a8d248ce99d52143bfbee9cdfd14f0f77">context</a>; 
<a name="l00677"></a><a class="code" href="structxcb__x__print__notify__event__t.html#aad330f50bd9841e1440fb5e6b7096f3c">00677</a>     uint8_t                <a class="code" href="structxcb__x__print__notify__event__t.html#aad330f50bd9841e1440fb5e6b7096f3c">cancel</a>; 
<a name="l00678"></a>00678 } <a class="code" href="group__XCB__XPrint__API.html#ga3730d8b8bcdca2f69f7c0f8e497d9119" title="xcb_x_print_notify_event_t">xcb_x_print_notify_event_t</a>;
<a name="l00679"></a>00679 
<a name="l00681"></a><a class="code" href="group__XCB__XPrint__API.html#ga17fa4ac32aac92486c6d0c6840a33768">00681</a> <span class="preprocessor">#define XCB_X_PRINT_ATTRIBUT_NOTIFY 1</span>
<a name="l00682"></a>00682 <span class="preprocessor"></span>
<a name="l00686"></a><a class="code" href="structxcb__x__print__attribut__notify__event__t.html">00686</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__attribut__notify__event__t.html" title="xcb_x_print_attribut_notify_event_t">xcb_x_print_attribut_notify_event_t</a> {
<a name="l00687"></a><a class="code" href="structxcb__x__print__attribut__notify__event__t.html#a18f7344d704cb86ef2d3f3573903bea4">00687</a>     uint8_t                <a class="code" href="structxcb__x__print__attribut__notify__event__t.html#a18f7344d704cb86ef2d3f3573903bea4">response_type</a>; 
<a name="l00688"></a><a class="code" href="structxcb__x__print__attribut__notify__event__t.html#a1df0722d174a239ccd4757676f741adf">00688</a>     uint8_t                <a class="code" href="structxcb__x__print__attribut__notify__event__t.html#a1df0722d174a239ccd4757676f741adf">detail</a>; 
<a name="l00689"></a><a class="code" href="structxcb__x__print__attribut__notify__event__t.html#a10d6572338de156fa6b24103c5ddc1dd">00689</a>     uint16_t               <a class="code" href="structxcb__x__print__attribut__notify__event__t.html#a10d6572338de156fa6b24103c5ddc1dd">sequence</a>; 
<a name="l00690"></a><a class="code" href="structxcb__x__print__attribut__notify__event__t.html#ae11e4b144dd6d8ee4de5a1bf084acdaa">00690</a>     xcb_x_print_pcontext_t <a class="code" href="structxcb__x__print__attribut__notify__event__t.html#ae11e4b144dd6d8ee4de5a1bf084acdaa">context</a>; 
<a name="l00691"></a>00691 } <a class="code" href="group__XCB__XPrint__API.html#gac3917bc5d79cadccbb3109a316c190d9" title="xcb_x_print_attribut_notify_event_t">xcb_x_print_attribut_notify_event_t</a>;
<a name="l00692"></a>00692 
<a name="l00694"></a><a class="code" href="group__XCB__XPrint__API.html#ga18896c0a6fb8a9786e7e607ea9c8bfe0">00694</a> <span class="preprocessor">#define XCB_X_PRINT_BAD_CONTEXT 0</span>
<a name="l00695"></a>00695 <span class="preprocessor"></span>
<a name="l00699"></a><a class="code" href="structxcb__x__print__bad__context__error__t.html">00699</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__bad__context__error__t.html" title="xcb_x_print_bad_context_error_t">xcb_x_print_bad_context_error_t</a> {
<a name="l00700"></a><a class="code" href="structxcb__x__print__bad__context__error__t.html#a6ba6a77a8899659479df96e0dba5d082">00700</a>     uint8_t  <a class="code" href="structxcb__x__print__bad__context__error__t.html#a6ba6a77a8899659479df96e0dba5d082">response_type</a>; 
<a name="l00701"></a><a class="code" href="structxcb__x__print__bad__context__error__t.html#a85f8407975dd59734e9248d262da4229">00701</a>     uint8_t  <a class="code" href="structxcb__x__print__bad__context__error__t.html#a85f8407975dd59734e9248d262da4229">error_code</a>; 
<a name="l00702"></a><a class="code" href="structxcb__x__print__bad__context__error__t.html#a4ba39d85be6b6c564917790c4b1fb1b2">00702</a>     uint16_t <a class="code" href="structxcb__x__print__bad__context__error__t.html#a4ba39d85be6b6c564917790c4b1fb1b2">sequence</a>; 
<a name="l00703"></a>00703 } <a class="code" href="group__XCB__XPrint__API.html#ga38f4765c221866569b7fbe025b3bf2f4" title="xcb_x_print_bad_context_error_t">xcb_x_print_bad_context_error_t</a>;
<a name="l00704"></a>00704 
<a name="l00706"></a><a class="code" href="group__XCB__XPrint__API.html#ga16f30b6915a46932ca7015a34e171eb7">00706</a> <span class="preprocessor">#define XCB_X_PRINT_BAD_SEQUENCE 1</span>
<a name="l00707"></a>00707 <span class="preprocessor"></span>
<a name="l00711"></a><a class="code" href="structxcb__x__print__bad__sequence__error__t.html">00711</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__x__print__bad__sequence__error__t.html" title="xcb_x_print_bad_sequence_error_t">xcb_x_print_bad_sequence_error_t</a> {
<a name="l00712"></a><a class="code" href="structxcb__x__print__bad__sequence__error__t.html#af438ac6a5f0985f841ee9cb82e94307d">00712</a>     uint8_t  <a class="code" href="structxcb__x__print__bad__sequence__error__t.html#af438ac6a5f0985f841ee9cb82e94307d">response_type</a>; 
<a name="l00713"></a><a class="code" href="structxcb__x__print__bad__sequence__error__t.html#a9aae3061cee9d5f9065c8263ec75b878">00713</a>     uint8_t  <a class="code" href="structxcb__x__print__bad__sequence__error__t.html#a9aae3061cee9d5f9065c8263ec75b878">error_code</a>; 
<a name="l00714"></a><a class="code" href="structxcb__x__print__bad__sequence__error__t.html#a89a6a4a0490d3bedae110f4eb517336b">00714</a>     uint16_t <a class="code" href="structxcb__x__print__bad__sequence__error__t.html#a89a6a4a0490d3bedae110f4eb517336b">sequence</a>; 
<a name="l00715"></a>00715 } <a class="code" href="group__XCB__XPrint__API.html#gacdeb9d1c17059c088e8db12a75552626" title="xcb_x_print_bad_sequence_error_t">xcb_x_print_bad_sequence_error_t</a>;
<a name="l00716"></a>00716 
<a name="l00726"></a>00726 <span class="comment">/*****************************************************************************</span>
<a name="l00727"></a>00727 <span class="comment"> **</span>
<a name="l00728"></a>00728 <span class="comment"> ** void xcb_x_print_string8_next</span>
<a name="l00729"></a>00729 <span class="comment"> ** </span>
<a name="l00730"></a>00730 <span class="comment"> ** @param xcb_x_print_string8_iterator_t *i</span>
<a name="l00731"></a>00731 <span class="comment"> ** @returns void</span>
<a name="l00732"></a>00732 <span class="comment"> **</span>
<a name="l00733"></a>00733 <span class="comment"> *****************************************************************************/</span>
<a name="l00734"></a>00734  
<a name="l00735"></a>00735 <span class="keywordtype">void</span>
<a name="l00736"></a>00736 <a class="code" href="group__XCB__XPrint__API.html#ga7cf35f0fb057d91d620a764118840fc2">xcb_x_print_string8_next</a> (<a class="code" href="structxcb__x__print__string8__iterator__t.html" title="xcb_x_print_string8_iterator_t">xcb_x_print_string8_iterator_t</a> *i  );
<a name="l00737"></a>00737 
<a name="l00748"></a>00748 <span class="comment">/*****************************************************************************</span>
<a name="l00749"></a>00749 <span class="comment"> **</span>
<a name="l00750"></a>00750 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_string8_end</span>
<a name="l00751"></a>00751 <span class="comment"> ** </span>
<a name="l00752"></a>00752 <span class="comment"> ** @param xcb_x_print_string8_iterator_t i</span>
<a name="l00753"></a>00753 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00754"></a>00754 <span class="comment"> **</span>
<a name="l00755"></a>00755 <span class="comment"> *****************************************************************************/</span>
<a name="l00756"></a>00756  
<a name="l00757"></a>00757 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00758"></a>00758 <a class="code" href="group__XCB__XPrint__API.html#ga43467f3fe491910de56c6f94a838b97c">xcb_x_print_string8_end</a> (<a class="code" href="structxcb__x__print__string8__iterator__t.html" title="xcb_x_print_string8_iterator_t">xcb_x_print_string8_iterator_t</a> i  );
<a name="l00759"></a>00759 
<a name="l00760"></a>00760 
<a name="l00761"></a>00761 <span class="comment">/*****************************************************************************</span>
<a name="l00762"></a>00762 <span class="comment"> **</span>
<a name="l00763"></a>00763 <span class="comment"> ** xcb_x_print_string8_t * xcb_x_print_printer_name</span>
<a name="l00764"></a>00764 <span class="comment"> ** </span>
<a name="l00765"></a>00765 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00766"></a>00766 <span class="comment"> ** @returns xcb_x_print_string8_t *</span>
<a name="l00767"></a>00767 <span class="comment"> **</span>
<a name="l00768"></a>00768 <span class="comment"> *****************************************************************************/</span>
<a name="l00769"></a>00769  
<a name="l00770"></a>00770 xcb_x_print_string8_t *
<a name="l00771"></a>00771 xcb_x_print_printer_name (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00772"></a>00772 
<a name="l00773"></a>00773 
<a name="l00774"></a>00774 <span class="comment">/*****************************************************************************</span>
<a name="l00775"></a>00775 <span class="comment"> **</span>
<a name="l00776"></a>00776 <span class="comment"> ** int xcb_x_print_printer_name_length</span>
<a name="l00777"></a>00777 <span class="comment"> ** </span>
<a name="l00778"></a>00778 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00779"></a>00779 <span class="comment"> ** @returns int</span>
<a name="l00780"></a>00780 <span class="comment"> **</span>
<a name="l00781"></a>00781 <span class="comment"> *****************************************************************************/</span>
<a name="l00782"></a>00782  
<a name="l00783"></a>00783 <span class="keywordtype">int</span>
<a name="l00784"></a>00784 xcb_x_print_printer_name_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00785"></a>00785 
<a name="l00786"></a>00786 
<a name="l00787"></a>00787 <span class="comment">/*****************************************************************************</span>
<a name="l00788"></a>00788 <span class="comment"> **</span>
<a name="l00789"></a>00789 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_printer_name_end</span>
<a name="l00790"></a>00790 <span class="comment"> ** </span>
<a name="l00791"></a>00791 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00792"></a>00792 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00793"></a>00793 <span class="comment"> **</span>
<a name="l00794"></a>00794 <span class="comment"> *****************************************************************************/</span>
<a name="l00795"></a>00795  
<a name="l00796"></a>00796 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00797"></a>00797 xcb_x_print_printer_name_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00798"></a>00798 
<a name="l00799"></a>00799 
<a name="l00800"></a>00800 <span class="comment">/*****************************************************************************</span>
<a name="l00801"></a>00801 <span class="comment"> **</span>
<a name="l00802"></a>00802 <span class="comment"> ** uint32_t xcb_x_print_printer_desc_len</span>
<a name="l00803"></a>00803 <span class="comment"> ** </span>
<a name="l00804"></a>00804 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00805"></a>00805 <span class="comment"> ** @returns uint32_t</span>
<a name="l00806"></a>00806 <span class="comment"> **</span>
<a name="l00807"></a>00807 <span class="comment"> *****************************************************************************/</span>
<a name="l00808"></a>00808  
<a name="l00809"></a>00809 uint32_t
<a name="l00810"></a>00810 xcb_x_print_printer_desc_len (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00811"></a>00811 
<a name="l00812"></a>00812 
<a name="l00813"></a>00813 <span class="comment">/*****************************************************************************</span>
<a name="l00814"></a>00814 <span class="comment"> **</span>
<a name="l00815"></a>00815 <span class="comment"> ** xcb_x_print_string8_t * xcb_x_print_printer_description</span>
<a name="l00816"></a>00816 <span class="comment"> ** </span>
<a name="l00817"></a>00817 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00818"></a>00818 <span class="comment"> ** @returns xcb_x_print_string8_t *</span>
<a name="l00819"></a>00819 <span class="comment"> **</span>
<a name="l00820"></a>00820 <span class="comment"> *****************************************************************************/</span>
<a name="l00821"></a>00821  
<a name="l00822"></a>00822 xcb_x_print_string8_t *
<a name="l00823"></a>00823 xcb_x_print_printer_description (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00824"></a>00824 
<a name="l00825"></a>00825 
<a name="l00826"></a>00826 <span class="comment">/*****************************************************************************</span>
<a name="l00827"></a>00827 <span class="comment"> **</span>
<a name="l00828"></a>00828 <span class="comment"> ** int xcb_x_print_printer_description_length</span>
<a name="l00829"></a>00829 <span class="comment"> ** </span>
<a name="l00830"></a>00830 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00831"></a>00831 <span class="comment"> ** @returns int</span>
<a name="l00832"></a>00832 <span class="comment"> **</span>
<a name="l00833"></a>00833 <span class="comment"> *****************************************************************************/</span>
<a name="l00834"></a>00834  
<a name="l00835"></a>00835 <span class="keywordtype">int</span>
<a name="l00836"></a>00836 xcb_x_print_printer_description_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00837"></a>00837 
<a name="l00838"></a>00838 
<a name="l00839"></a>00839 <span class="comment">/*****************************************************************************</span>
<a name="l00840"></a>00840 <span class="comment"> **</span>
<a name="l00841"></a>00841 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_printer_description_end</span>
<a name="l00842"></a>00842 <span class="comment"> ** </span>
<a name="l00843"></a>00843 <span class="comment"> ** @param const xcb_x_print_printer_t *R</span>
<a name="l00844"></a>00844 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00845"></a>00845 <span class="comment"> **</span>
<a name="l00846"></a>00846 <span class="comment"> *****************************************************************************/</span>
<a name="l00847"></a>00847  
<a name="l00848"></a>00848 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00849"></a>00849 xcb_x_print_printer_description_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__printer__t.html" title="xcb_x_print_printer_t">xcb_x_print_printer_t</a> *R  );
<a name="l00850"></a>00850 
<a name="l00860"></a>00860 <span class="comment">/*****************************************************************************</span>
<a name="l00861"></a>00861 <span class="comment"> **</span>
<a name="l00862"></a>00862 <span class="comment"> ** void xcb_x_print_printer_next</span>
<a name="l00863"></a>00863 <span class="comment"> ** </span>
<a name="l00864"></a>00864 <span class="comment"> ** @param xcb_x_print_printer_iterator_t *i</span>
<a name="l00865"></a>00865 <span class="comment"> ** @returns void</span>
<a name="l00866"></a>00866 <span class="comment"> **</span>
<a name="l00867"></a>00867 <span class="comment"> *****************************************************************************/</span>
<a name="l00868"></a>00868  
<a name="l00869"></a>00869 <span class="keywordtype">void</span>
<a name="l00870"></a>00870 <a class="code" href="group__XCB__XPrint__API.html#ga54e0fc8116a6c3e1d913d5771a7201df">xcb_x_print_printer_next</a> (<a class="code" href="structxcb__x__print__printer__iterator__t.html" title="xcb_x_print_printer_iterator_t">xcb_x_print_printer_iterator_t</a> *i  );
<a name="l00871"></a>00871 
<a name="l00882"></a>00882 <span class="comment">/*****************************************************************************</span>
<a name="l00883"></a>00883 <span class="comment"> **</span>
<a name="l00884"></a>00884 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_printer_end</span>
<a name="l00885"></a>00885 <span class="comment"> ** </span>
<a name="l00886"></a>00886 <span class="comment"> ** @param xcb_x_print_printer_iterator_t i</span>
<a name="l00887"></a>00887 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00888"></a>00888 <span class="comment"> **</span>
<a name="l00889"></a>00889 <span class="comment"> *****************************************************************************/</span>
<a name="l00890"></a>00890  
<a name="l00891"></a>00891 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00892"></a>00892 <a class="code" href="group__XCB__XPrint__API.html#gafd3683e12a46af1065ab5ab4a8d55e77">xcb_x_print_printer_end</a> (<a class="code" href="structxcb__x__print__printer__iterator__t.html" title="xcb_x_print_printer_iterator_t">xcb_x_print_printer_iterator_t</a> i  );
<a name="l00893"></a>00893 
<a name="l00903"></a>00903 <span class="comment">/*****************************************************************************</span>
<a name="l00904"></a>00904 <span class="comment"> **</span>
<a name="l00905"></a>00905 <span class="comment"> ** void xcb_x_print_pcontext_next</span>
<a name="l00906"></a>00906 <span class="comment"> ** </span>
<a name="l00907"></a>00907 <span class="comment"> ** @param xcb_x_print_pcontext_iterator_t *i</span>
<a name="l00908"></a>00908 <span class="comment"> ** @returns void</span>
<a name="l00909"></a>00909 <span class="comment"> **</span>
<a name="l00910"></a>00910 <span class="comment"> *****************************************************************************/</span>
<a name="l00911"></a>00911  
<a name="l00912"></a>00912 <span class="keywordtype">void</span>
<a name="l00913"></a>00913 <a class="code" href="group__XCB__XPrint__API.html#gab9efc730a6088800c09b47f2318637ff">xcb_x_print_pcontext_next</a> (<a class="code" href="structxcb__x__print__pcontext__iterator__t.html" title="xcb_x_print_pcontext_iterator_t">xcb_x_print_pcontext_iterator_t</a> *i  );
<a name="l00914"></a>00914 
<a name="l00925"></a>00925 <span class="comment">/*****************************************************************************</span>
<a name="l00926"></a>00926 <span class="comment"> **</span>
<a name="l00927"></a>00927 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_pcontext_end</span>
<a name="l00928"></a>00928 <span class="comment"> ** </span>
<a name="l00929"></a>00929 <span class="comment"> ** @param xcb_x_print_pcontext_iterator_t i</span>
<a name="l00930"></a>00930 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00931"></a>00931 <span class="comment"> **</span>
<a name="l00932"></a>00932 <span class="comment"> *****************************************************************************/</span>
<a name="l00933"></a>00933  
<a name="l00934"></a>00934 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00935"></a>00935 <a class="code" href="group__XCB__XPrint__API.html#gaca4ca79273e17f7bfe0817e3a07277bc">xcb_x_print_pcontext_end</a> (<a class="code" href="structxcb__x__print__pcontext__iterator__t.html" title="xcb_x_print_pcontext_iterator_t">xcb_x_print_pcontext_iterator_t</a> i  );
<a name="l00936"></a>00936 
<a name="l00946"></a>00946 <span class="comment">/*****************************************************************************</span>
<a name="l00947"></a>00947 <span class="comment"> **</span>
<a name="l00948"></a>00948 <span class="comment"> ** xcb_x_print_print_query_version_cookie_t xcb_x_print_print_query_version</span>
<a name="l00949"></a>00949 <span class="comment"> ** </span>
<a name="l00950"></a>00950 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00951"></a>00951 <span class="comment"> ** @returns xcb_x_print_print_query_version_cookie_t</span>
<a name="l00952"></a>00952 <span class="comment"> **</span>
<a name="l00953"></a>00953 <span class="comment"> *****************************************************************************/</span>
<a name="l00954"></a>00954  
<a name="l00955"></a>00955 <a class="code" href="structxcb__x__print__print__query__version__cookie__t.html" title="xcb_x_print_print_query_version_cookie_t">xcb_x_print_print_query_version_cookie_t</a>
<a name="l00956"></a>00956 <a class="code" href="group__XCB__XPrint__API.html#gae35402f32b9d1b9dc5fc82c81b31e216">xcb_x_print_print_query_version</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00957"></a>00957 
<a name="l00970"></a>00970 <span class="comment">/*****************************************************************************</span>
<a name="l00971"></a>00971 <span class="comment"> **</span>
<a name="l00972"></a>00972 <span class="comment"> ** xcb_x_print_print_query_version_cookie_t xcb_x_print_print_query_version_unchecked</span>
<a name="l00973"></a>00973 <span class="comment"> ** </span>
<a name="l00974"></a>00974 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00975"></a>00975 <span class="comment"> ** @returns xcb_x_print_print_query_version_cookie_t</span>
<a name="l00976"></a>00976 <span class="comment"> **</span>
<a name="l00977"></a>00977 <span class="comment"> *****************************************************************************/</span>
<a name="l00978"></a>00978  
<a name="l00979"></a>00979 <a class="code" href="structxcb__x__print__print__query__version__cookie__t.html" title="xcb_x_print_print_query_version_cookie_t">xcb_x_print_print_query_version_cookie_t</a>
<a name="l00980"></a>00980 <a class="code" href="group__XCB__XPrint__API.html#gaa2943e9544a02378d194f6eddc962829">xcb_x_print_print_query_version_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00981"></a>00981 
<a name="l00997"></a>00997 <span class="comment">/*****************************************************************************</span>
<a name="l00998"></a>00998 <span class="comment"> **</span>
<a name="l00999"></a>00999 <span class="comment"> ** xcb_x_print_print_query_version_reply_t * xcb_x_print_print_query_version_reply</span>
<a name="l01000"></a>01000 <span class="comment"> ** </span>
<a name="l01001"></a>01001 <span class="comment"> ** @param xcb_connection_t                          *c</span>
<a name="l01002"></a>01002 <span class="comment"> ** @param xcb_x_print_print_query_version_cookie_t   cookie</span>
<a name="l01003"></a>01003 <span class="comment"> ** @param xcb_generic_error_t                      **e</span>
<a name="l01004"></a>01004 <span class="comment"> ** @returns xcb_x_print_print_query_version_reply_t *</span>
<a name="l01005"></a>01005 <span class="comment"> **</span>
<a name="l01006"></a>01006 <span class="comment"> *****************************************************************************/</span>
<a name="l01007"></a>01007  
<a name="l01008"></a>01008 <a class="code" href="structxcb__x__print__print__query__version__reply__t.html" title="xcb_x_print_print_query_version_reply_t">xcb_x_print_print_query_version_reply_t</a> *
<a name="l01009"></a>01009 <a class="code" href="group__XCB__XPrint__API.html#gad9a645e72054a7a82f9cb42c4fde9631">xcb_x_print_print_query_version_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                          *c  ,
<a name="l01010"></a>01010                                        <a class="code" href="structxcb__x__print__print__query__version__cookie__t.html" title="xcb_x_print_print_query_version_cookie_t">xcb_x_print_print_query_version_cookie_t</a>   cookie  ,
<a name="l01011"></a>01011                                        <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                      **e  );
<a name="l01012"></a>01012 
<a name="l01022"></a>01022 <span class="comment">/*****************************************************************************</span>
<a name="l01023"></a>01023 <span class="comment"> **</span>
<a name="l01024"></a>01024 <span class="comment"> ** xcb_x_print_print_get_printer_list_cookie_t xcb_x_print_print_get_printer_list</span>
<a name="l01025"></a>01025 <span class="comment"> ** </span>
<a name="l01026"></a>01026 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l01027"></a>01027 <span class="comment"> ** @param uint32_t                     printerNameLen</span>
<a name="l01028"></a>01028 <span class="comment"> ** @param uint32_t                     localeLen</span>
<a name="l01029"></a>01029 <span class="comment"> ** @param const xcb_x_print_string8_t *printer_name</span>
<a name="l01030"></a>01030 <span class="comment"> ** @param const xcb_x_print_string8_t *locale</span>
<a name="l01031"></a>01031 <span class="comment"> ** @returns xcb_x_print_print_get_printer_list_cookie_t</span>
<a name="l01032"></a>01032 <span class="comment"> **</span>
<a name="l01033"></a>01033 <span class="comment"> *****************************************************************************/</span>
<a name="l01034"></a>01034  
<a name="l01035"></a>01035 <a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html" title="xcb_x_print_print_get_printer_list_cookie_t">xcb_x_print_print_get_printer_list_cookie_t</a>
<a name="l01036"></a>01036 <a class="code" href="group__XCB__XPrint__API.html#gaba64893f1e254ec0d1e8582cc228dbd4">xcb_x_print_print_get_printer_list</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l01037"></a>01037                                     uint32_t                     printerNameLen  ,
<a name="l01038"></a>01038                                     uint32_t                     localeLen  ,
<a name="l01039"></a>01039                                     <span class="keyword">const</span> xcb_x_print_string8_t *printer_name  ,
<a name="l01040"></a>01040                                     <span class="keyword">const</span> xcb_x_print_string8_t *locale  );
<a name="l01041"></a>01041 
<a name="l01054"></a>01054 <span class="comment">/*****************************************************************************</span>
<a name="l01055"></a>01055 <span class="comment"> **</span>
<a name="l01056"></a>01056 <span class="comment"> ** xcb_x_print_print_get_printer_list_cookie_t xcb_x_print_print_get_printer_list_unchecked</span>
<a name="l01057"></a>01057 <span class="comment"> ** </span>
<a name="l01058"></a>01058 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l01059"></a>01059 <span class="comment"> ** @param uint32_t                     printerNameLen</span>
<a name="l01060"></a>01060 <span class="comment"> ** @param uint32_t                     localeLen</span>
<a name="l01061"></a>01061 <span class="comment"> ** @param const xcb_x_print_string8_t *printer_name</span>
<a name="l01062"></a>01062 <span class="comment"> ** @param const xcb_x_print_string8_t *locale</span>
<a name="l01063"></a>01063 <span class="comment"> ** @returns xcb_x_print_print_get_printer_list_cookie_t</span>
<a name="l01064"></a>01064 <span class="comment"> **</span>
<a name="l01065"></a>01065 <span class="comment"> *****************************************************************************/</span>
<a name="l01066"></a>01066  
<a name="l01067"></a>01067 <a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html" title="xcb_x_print_print_get_printer_list_cookie_t">xcb_x_print_print_get_printer_list_cookie_t</a>
<a name="l01068"></a>01068 <a class="code" href="group__XCB__XPrint__API.html#ga24f8243732b30678674b3ec09b2f6bd4">xcb_x_print_print_get_printer_list_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l01069"></a>01069                                               uint32_t                     printerNameLen  ,
<a name="l01070"></a>01070                                               uint32_t                     localeLen  ,
<a name="l01071"></a>01071                                               <span class="keyword">const</span> xcb_x_print_string8_t *printer_name  ,
<a name="l01072"></a>01072                                               <span class="keyword">const</span> xcb_x_print_string8_t *locale  );
<a name="l01073"></a>01073 
<a name="l01074"></a>01074 
<a name="l01075"></a>01075 <span class="comment">/*****************************************************************************</span>
<a name="l01076"></a>01076 <span class="comment"> **</span>
<a name="l01077"></a>01077 <span class="comment"> ** int xcb_x_print_print_get_printer_list_printers_length</span>
<a name="l01078"></a>01078 <span class="comment"> ** </span>
<a name="l01079"></a>01079 <span class="comment"> ** @param const xcb_x_print_print_get_printer_list_reply_t *R</span>
<a name="l01080"></a>01080 <span class="comment"> ** @returns int</span>
<a name="l01081"></a>01081 <span class="comment"> **</span>
<a name="l01082"></a>01082 <span class="comment"> *****************************************************************************/</span>
<a name="l01083"></a>01083  
<a name="l01084"></a>01084 <span class="keywordtype">int</span>
<a name="l01085"></a>01085 xcb_x_print_print_get_printer_list_printers_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html" title="xcb_x_print_print_get_printer_list_reply_t">xcb_x_print_print_get_printer_list_reply_t</a> *R  );
<a name="l01086"></a>01086 
<a name="l01087"></a>01087 
<a name="l01088"></a>01088 <span class="comment">/*****************************************************************************</span>
<a name="l01089"></a>01089 <span class="comment"> **</span>
<a name="l01090"></a>01090 <span class="comment"> ** xcb_x_print_printer_iterator_t xcb_x_print_print_get_printer_list_printers_iterator</span>
<a name="l01091"></a>01091 <span class="comment"> ** </span>
<a name="l01092"></a>01092 <span class="comment"> ** @param const xcb_x_print_print_get_printer_list_reply_t *R</span>
<a name="l01093"></a>01093 <span class="comment"> ** @returns xcb_x_print_printer_iterator_t</span>
<a name="l01094"></a>01094 <span class="comment"> **</span>
<a name="l01095"></a>01095 <span class="comment"> *****************************************************************************/</span>
<a name="l01096"></a>01096  
<a name="l01097"></a>01097 <a class="code" href="structxcb__x__print__printer__iterator__t.html" title="xcb_x_print_printer_iterator_t">xcb_x_print_printer_iterator_t</a>
<a name="l01098"></a>01098 xcb_x_print_print_get_printer_list_printers_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html" title="xcb_x_print_print_get_printer_list_reply_t">xcb_x_print_print_get_printer_list_reply_t</a> *R  );
<a name="l01099"></a>01099 
<a name="l01115"></a>01115 <span class="comment">/*****************************************************************************</span>
<a name="l01116"></a>01116 <span class="comment"> **</span>
<a name="l01117"></a>01117 <span class="comment"> ** xcb_x_print_print_get_printer_list_reply_t * xcb_x_print_print_get_printer_list_reply</span>
<a name="l01118"></a>01118 <span class="comment"> ** </span>
<a name="l01119"></a>01119 <span class="comment"> ** @param xcb_connection_t                             *c</span>
<a name="l01120"></a>01120 <span class="comment"> ** @param xcb_x_print_print_get_printer_list_cookie_t   cookie</span>
<a name="l01121"></a>01121 <span class="comment"> ** @param xcb_generic_error_t                         **e</span>
<a name="l01122"></a>01122 <span class="comment"> ** @returns xcb_x_print_print_get_printer_list_reply_t *</span>
<a name="l01123"></a>01123 <span class="comment"> **</span>
<a name="l01124"></a>01124 <span class="comment"> *****************************************************************************/</span>
<a name="l01125"></a>01125  
<a name="l01126"></a>01126 <a class="code" href="structxcb__x__print__print__get__printer__list__reply__t.html" title="xcb_x_print_print_get_printer_list_reply_t">xcb_x_print_print_get_printer_list_reply_t</a> *
<a name="l01127"></a>01127 <a class="code" href="group__XCB__XPrint__API.html#ga907ae389fd9b3748a11a2c2d58e8bbdc">xcb_x_print_print_get_printer_list_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                             *c  ,
<a name="l01128"></a>01128                                           <a class="code" href="structxcb__x__print__print__get__printer__list__cookie__t.html" title="xcb_x_print_print_get_printer_list_cookie_t">xcb_x_print_print_get_printer_list_cookie_t</a>   cookie  ,
<a name="l01129"></a>01129                                           <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                         **e  );
<a name="l01130"></a>01130 
<a name="l01143"></a>01143 <span class="comment">/*****************************************************************************</span>
<a name="l01144"></a>01144 <span class="comment"> **</span>
<a name="l01145"></a>01145 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_rehash_printer_list_checked</span>
<a name="l01146"></a>01146 <span class="comment"> ** </span>
<a name="l01147"></a>01147 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01148"></a>01148 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01149"></a>01149 <span class="comment"> **</span>
<a name="l01150"></a>01150 <span class="comment"> *****************************************************************************/</span>
<a name="l01151"></a>01151  
<a name="l01152"></a>01152 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01153"></a>01153 <a class="code" href="group__XCB__XPrint__API.html#ga09dcb7a8df267a443fa95014cf367c2a">xcb_x_print_print_rehash_printer_list_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01154"></a>01154 
<a name="l01164"></a>01164 <span class="comment">/*****************************************************************************</span>
<a name="l01165"></a>01165 <span class="comment"> **</span>
<a name="l01166"></a>01166 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_rehash_printer_list</span>
<a name="l01167"></a>01167 <span class="comment"> ** </span>
<a name="l01168"></a>01168 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01169"></a>01169 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01170"></a>01170 <span class="comment"> **</span>
<a name="l01171"></a>01171 <span class="comment"> *****************************************************************************/</span>
<a name="l01172"></a>01172  
<a name="l01173"></a>01173 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01174"></a>01174 <a class="code" href="group__XCB__XPrint__API.html#ga388b3e336d88bcc6b1e2d3ef4ad0b258">xcb_x_print_print_rehash_printer_list</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01175"></a>01175 
<a name="l01188"></a>01188 <span class="comment">/*****************************************************************************</span>
<a name="l01189"></a>01189 <span class="comment"> **</span>
<a name="l01190"></a>01190 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_create_context_checked</span>
<a name="l01191"></a>01191 <span class="comment"> ** </span>
<a name="l01192"></a>01192 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l01193"></a>01193 <span class="comment"> ** @param uint32_t                     context_id</span>
<a name="l01194"></a>01194 <span class="comment"> ** @param uint32_t                     printerNameLen</span>
<a name="l01195"></a>01195 <span class="comment"> ** @param uint32_t                     localeLen</span>
<a name="l01196"></a>01196 <span class="comment"> ** @param const xcb_x_print_string8_t *printerName</span>
<a name="l01197"></a>01197 <span class="comment"> ** @param const xcb_x_print_string8_t *locale</span>
<a name="l01198"></a>01198 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01199"></a>01199 <span class="comment"> **</span>
<a name="l01200"></a>01200 <span class="comment"> *****************************************************************************/</span>
<a name="l01201"></a>01201  
<a name="l01202"></a>01202 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01203"></a>01203 <a class="code" href="group__XCB__XPrint__API.html#ga40770d6bf0933340974991bbf397505a">xcb_x_print_create_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l01204"></a>01204                                     uint32_t                     context_id  ,
<a name="l01205"></a>01205                                     uint32_t                     printerNameLen  ,
<a name="l01206"></a>01206                                     uint32_t                     localeLen  ,
<a name="l01207"></a>01207                                     <span class="keyword">const</span> xcb_x_print_string8_t *printerName  ,
<a name="l01208"></a>01208                                     <span class="keyword">const</span> xcb_x_print_string8_t *locale  );
<a name="l01209"></a>01209 
<a name="l01219"></a>01219 <span class="comment">/*****************************************************************************</span>
<a name="l01220"></a>01220 <span class="comment"> **</span>
<a name="l01221"></a>01221 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_create_context</span>
<a name="l01222"></a>01222 <span class="comment"> ** </span>
<a name="l01223"></a>01223 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l01224"></a>01224 <span class="comment"> ** @param uint32_t                     context_id</span>
<a name="l01225"></a>01225 <span class="comment"> ** @param uint32_t                     printerNameLen</span>
<a name="l01226"></a>01226 <span class="comment"> ** @param uint32_t                     localeLen</span>
<a name="l01227"></a>01227 <span class="comment"> ** @param const xcb_x_print_string8_t *printerName</span>
<a name="l01228"></a>01228 <span class="comment"> ** @param const xcb_x_print_string8_t *locale</span>
<a name="l01229"></a>01229 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01230"></a>01230 <span class="comment"> **</span>
<a name="l01231"></a>01231 <span class="comment"> *****************************************************************************/</span>
<a name="l01232"></a>01232  
<a name="l01233"></a>01233 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01234"></a>01234 <a class="code" href="group__XCB__XPrint__API.html#ga50a61638313b544f415f4b6aecf7d335">xcb_x_print_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l01235"></a>01235                             uint32_t                     context_id  ,
<a name="l01236"></a>01236                             uint32_t                     printerNameLen  ,
<a name="l01237"></a>01237                             uint32_t                     localeLen  ,
<a name="l01238"></a>01238                             <span class="keyword">const</span> xcb_x_print_string8_t *printerName  ,
<a name="l01239"></a>01239                             <span class="keyword">const</span> xcb_x_print_string8_t *locale  );
<a name="l01240"></a>01240 
<a name="l01253"></a>01253 <span class="comment">/*****************************************************************************</span>
<a name="l01254"></a>01254 <span class="comment"> **</span>
<a name="l01255"></a>01255 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_set_context_checked</span>
<a name="l01256"></a>01256 <span class="comment"> ** </span>
<a name="l01257"></a>01257 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01258"></a>01258 <span class="comment"> ** @param uint32_t          context</span>
<a name="l01259"></a>01259 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01260"></a>01260 <span class="comment"> **</span>
<a name="l01261"></a>01261 <span class="comment"> *****************************************************************************/</span>
<a name="l01262"></a>01262  
<a name="l01263"></a>01263 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01264"></a>01264 <a class="code" href="group__XCB__XPrint__API.html#ga2642f555daca90ffeb9ffd0e8f15740d">xcb_x_print_print_set_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01265"></a>01265                                        uint32_t          context  );
<a name="l01266"></a>01266 
<a name="l01276"></a>01276 <span class="comment">/*****************************************************************************</span>
<a name="l01277"></a>01277 <span class="comment"> **</span>
<a name="l01278"></a>01278 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_set_context</span>
<a name="l01279"></a>01279 <span class="comment"> ** </span>
<a name="l01280"></a>01280 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01281"></a>01281 <span class="comment"> ** @param uint32_t          context</span>
<a name="l01282"></a>01282 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01283"></a>01283 <span class="comment"> **</span>
<a name="l01284"></a>01284 <span class="comment"> *****************************************************************************/</span>
<a name="l01285"></a>01285  
<a name="l01286"></a>01286 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01287"></a>01287 <a class="code" href="group__XCB__XPrint__API.html#gabfee434d2c3f0ba8f6a0e6492aa02de7">xcb_x_print_print_set_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01288"></a>01288                                uint32_t          context  );
<a name="l01289"></a>01289 
<a name="l01299"></a>01299 <span class="comment">/*****************************************************************************</span>
<a name="l01300"></a>01300 <span class="comment"> **</span>
<a name="l01301"></a>01301 <span class="comment"> ** xcb_x_print_print_get_context_cookie_t xcb_x_print_print_get_context</span>
<a name="l01302"></a>01302 <span class="comment"> ** </span>
<a name="l01303"></a>01303 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01304"></a>01304 <span class="comment"> ** @returns xcb_x_print_print_get_context_cookie_t</span>
<a name="l01305"></a>01305 <span class="comment"> **</span>
<a name="l01306"></a>01306 <span class="comment"> *****************************************************************************/</span>
<a name="l01307"></a>01307  
<a name="l01308"></a>01308 <a class="code" href="structxcb__x__print__print__get__context__cookie__t.html" title="xcb_x_print_print_get_context_cookie_t">xcb_x_print_print_get_context_cookie_t</a>
<a name="l01309"></a>01309 <a class="code" href="group__XCB__XPrint__API.html#ga0088faa13935bb847bc0e77a37e766f5">xcb_x_print_print_get_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01310"></a>01310 
<a name="l01323"></a>01323 <span class="comment">/*****************************************************************************</span>
<a name="l01324"></a>01324 <span class="comment"> **</span>
<a name="l01325"></a>01325 <span class="comment"> ** xcb_x_print_print_get_context_cookie_t xcb_x_print_print_get_context_unchecked</span>
<a name="l01326"></a>01326 <span class="comment"> ** </span>
<a name="l01327"></a>01327 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01328"></a>01328 <span class="comment"> ** @returns xcb_x_print_print_get_context_cookie_t</span>
<a name="l01329"></a>01329 <span class="comment"> **</span>
<a name="l01330"></a>01330 <span class="comment"> *****************************************************************************/</span>
<a name="l01331"></a>01331  
<a name="l01332"></a>01332 <a class="code" href="structxcb__x__print__print__get__context__cookie__t.html" title="xcb_x_print_print_get_context_cookie_t">xcb_x_print_print_get_context_cookie_t</a>
<a name="l01333"></a>01333 <a class="code" href="group__XCB__XPrint__API.html#ga92551d324c020b93d57966fd94b7953d">xcb_x_print_print_get_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01334"></a>01334 
<a name="l01350"></a>01350 <span class="comment">/*****************************************************************************</span>
<a name="l01351"></a>01351 <span class="comment"> **</span>
<a name="l01352"></a>01352 <span class="comment"> ** xcb_x_print_print_get_context_reply_t * xcb_x_print_print_get_context_reply</span>
<a name="l01353"></a>01353 <span class="comment"> ** </span>
<a name="l01354"></a>01354 <span class="comment"> ** @param xcb_connection_t                        *c</span>
<a name="l01355"></a>01355 <span class="comment"> ** @param xcb_x_print_print_get_context_cookie_t   cookie</span>
<a name="l01356"></a>01356 <span class="comment"> ** @param xcb_generic_error_t                    **e</span>
<a name="l01357"></a>01357 <span class="comment"> ** @returns xcb_x_print_print_get_context_reply_t *</span>
<a name="l01358"></a>01358 <span class="comment"> **</span>
<a name="l01359"></a>01359 <span class="comment"> *****************************************************************************/</span>
<a name="l01360"></a>01360  
<a name="l01361"></a>01361 <a class="code" href="structxcb__x__print__print__get__context__reply__t.html" title="xcb_x_print_print_get_context_reply_t">xcb_x_print_print_get_context_reply_t</a> *
<a name="l01362"></a>01362 <a class="code" href="group__XCB__XPrint__API.html#gafc643f0340ca98b4fd42423967085bc7">xcb_x_print_print_get_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                        *c  ,
<a name="l01363"></a>01363                                      <a class="code" href="structxcb__x__print__print__get__context__cookie__t.html" title="xcb_x_print_print_get_context_cookie_t">xcb_x_print_print_get_context_cookie_t</a>   cookie  ,
<a name="l01364"></a>01364                                      <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                    **e  );
<a name="l01365"></a>01365 
<a name="l01378"></a>01378 <span class="comment">/*****************************************************************************</span>
<a name="l01379"></a>01379 <span class="comment"> **</span>
<a name="l01380"></a>01380 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_destroy_context_checked</span>
<a name="l01381"></a>01381 <span class="comment"> ** </span>
<a name="l01382"></a>01382 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01383"></a>01383 <span class="comment"> ** @param uint32_t          context</span>
<a name="l01384"></a>01384 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01385"></a>01385 <span class="comment"> **</span>
<a name="l01386"></a>01386 <span class="comment"> *****************************************************************************/</span>
<a name="l01387"></a>01387  
<a name="l01388"></a>01388 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01389"></a>01389 <a class="code" href="group__XCB__XPrint__API.html#gaf32a98f7420589b0c3f7bc81dce50952">xcb_x_print_print_destroy_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01390"></a>01390                                            uint32_t          context  );
<a name="l01391"></a>01391 
<a name="l01401"></a>01401 <span class="comment">/*****************************************************************************</span>
<a name="l01402"></a>01402 <span class="comment"> **</span>
<a name="l01403"></a>01403 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_destroy_context</span>
<a name="l01404"></a>01404 <span class="comment"> ** </span>
<a name="l01405"></a>01405 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01406"></a>01406 <span class="comment"> ** @param uint32_t          context</span>
<a name="l01407"></a>01407 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01408"></a>01408 <span class="comment"> **</span>
<a name="l01409"></a>01409 <span class="comment"> *****************************************************************************/</span>
<a name="l01410"></a>01410  
<a name="l01411"></a>01411 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01412"></a>01412 <a class="code" href="group__XCB__XPrint__API.html#gafe5a5ffa8188fe5fa81df85fdefcb093">xcb_x_print_print_destroy_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01413"></a>01413                                    uint32_t          context  );
<a name="l01414"></a>01414 
<a name="l01424"></a>01424 <span class="comment">/*****************************************************************************</span>
<a name="l01425"></a>01425 <span class="comment"> **</span>
<a name="l01426"></a>01426 <span class="comment"> ** xcb_x_print_print_get_screen_of_context_cookie_t xcb_x_print_print_get_screen_of_context</span>
<a name="l01427"></a>01427 <span class="comment"> ** </span>
<a name="l01428"></a>01428 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01429"></a>01429 <span class="comment"> ** @returns xcb_x_print_print_get_screen_of_context_cookie_t</span>
<a name="l01430"></a>01430 <span class="comment"> **</span>
<a name="l01431"></a>01431 <span class="comment"> *****************************************************************************/</span>
<a name="l01432"></a>01432  
<a name="l01433"></a>01433 <a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html" title="xcb_x_print_print_get_screen_of_context_cookie_t">xcb_x_print_print_get_screen_of_context_cookie_t</a>
<a name="l01434"></a>01434 <a class="code" href="group__XCB__XPrint__API.html#ga73ba11b9f0b6538575fbfaf278eeac5e">xcb_x_print_print_get_screen_of_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01435"></a>01435 
<a name="l01448"></a>01448 <span class="comment">/*****************************************************************************</span>
<a name="l01449"></a>01449 <span class="comment"> **</span>
<a name="l01450"></a>01450 <span class="comment"> ** xcb_x_print_print_get_screen_of_context_cookie_t xcb_x_print_print_get_screen_of_context_unchecked</span>
<a name="l01451"></a>01451 <span class="comment"> ** </span>
<a name="l01452"></a>01452 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01453"></a>01453 <span class="comment"> ** @returns xcb_x_print_print_get_screen_of_context_cookie_t</span>
<a name="l01454"></a>01454 <span class="comment"> **</span>
<a name="l01455"></a>01455 <span class="comment"> *****************************************************************************/</span>
<a name="l01456"></a>01456  
<a name="l01457"></a>01457 <a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html" title="xcb_x_print_print_get_screen_of_context_cookie_t">xcb_x_print_print_get_screen_of_context_cookie_t</a>
<a name="l01458"></a>01458 <a class="code" href="group__XCB__XPrint__API.html#ga33418e054b233b93498de88234d9aa1f">xcb_x_print_print_get_screen_of_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01459"></a>01459 
<a name="l01475"></a>01475 <span class="comment">/*****************************************************************************</span>
<a name="l01476"></a>01476 <span class="comment"> **</span>
<a name="l01477"></a>01477 <span class="comment"> ** xcb_x_print_print_get_screen_of_context_reply_t * xcb_x_print_print_get_screen_of_context_reply</span>
<a name="l01478"></a>01478 <span class="comment"> ** </span>
<a name="l01479"></a>01479 <span class="comment"> ** @param xcb_connection_t                                  *c</span>
<a name="l01480"></a>01480 <span class="comment"> ** @param xcb_x_print_print_get_screen_of_context_cookie_t   cookie</span>
<a name="l01481"></a>01481 <span class="comment"> ** @param xcb_generic_error_t                              **e</span>
<a name="l01482"></a>01482 <span class="comment"> ** @returns xcb_x_print_print_get_screen_of_context_reply_t *</span>
<a name="l01483"></a>01483 <span class="comment"> **</span>
<a name="l01484"></a>01484 <span class="comment"> *****************************************************************************/</span>
<a name="l01485"></a>01485  
<a name="l01486"></a>01486 <a class="code" href="structxcb__x__print__print__get__screen__of__context__reply__t.html" title="xcb_x_print_print_get_screen_of_context_reply_t">xcb_x_print_print_get_screen_of_context_reply_t</a> *
<a name="l01487"></a>01487 <a class="code" href="group__XCB__XPrint__API.html#ga2216b62fc1ac7c41c13ad9bc4c19f537">xcb_x_print_print_get_screen_of_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                  *c  ,
<a name="l01488"></a>01488                                                <a class="code" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html" title="xcb_x_print_print_get_screen_of_context_cookie_t">xcb_x_print_print_get_screen_of_context_cookie_t</a>   cookie  ,
<a name="l01489"></a>01489                                                <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                              **e  );
<a name="l01490"></a>01490 
<a name="l01503"></a>01503 <span class="comment">/*****************************************************************************</span>
<a name="l01504"></a>01504 <span class="comment"> **</span>
<a name="l01505"></a>01505 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_start_job_checked</span>
<a name="l01506"></a>01506 <span class="comment"> ** </span>
<a name="l01507"></a>01507 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01508"></a>01508 <span class="comment"> ** @param uint8_t           output_mode</span>
<a name="l01509"></a>01509 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01510"></a>01510 <span class="comment"> **</span>
<a name="l01511"></a>01511 <span class="comment"> *****************************************************************************/</span>
<a name="l01512"></a>01512  
<a name="l01513"></a>01513 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01514"></a>01514 <a class="code" href="group__XCB__XPrint__API.html#ga65a87c4128b4b7bd550f16aa1bcf3804">xcb_x_print_print_start_job_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01515"></a>01515                                      uint8_t           output_mode  );
<a name="l01516"></a>01516 
<a name="l01526"></a>01526 <span class="comment">/*****************************************************************************</span>
<a name="l01527"></a>01527 <span class="comment"> **</span>
<a name="l01528"></a>01528 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_start_job</span>
<a name="l01529"></a>01529 <span class="comment"> ** </span>
<a name="l01530"></a>01530 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01531"></a>01531 <span class="comment"> ** @param uint8_t           output_mode</span>
<a name="l01532"></a>01532 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01533"></a>01533 <span class="comment"> **</span>
<a name="l01534"></a>01534 <span class="comment"> *****************************************************************************/</span>
<a name="l01535"></a>01535  
<a name="l01536"></a>01536 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01537"></a>01537 <a class="code" href="group__XCB__XPrint__API.html#ga8da05b6e2a640e9f8f79bff774a8cccb">xcb_x_print_print_start_job</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01538"></a>01538                              uint8_t           output_mode  );
<a name="l01539"></a>01539 
<a name="l01552"></a>01552 <span class="comment">/*****************************************************************************</span>
<a name="l01553"></a>01553 <span class="comment"> **</span>
<a name="l01554"></a>01554 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_end_job_checked</span>
<a name="l01555"></a>01555 <span class="comment"> ** </span>
<a name="l01556"></a>01556 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01557"></a>01557 <span class="comment"> ** @param uint8_t           cancel</span>
<a name="l01558"></a>01558 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01559"></a>01559 <span class="comment"> **</span>
<a name="l01560"></a>01560 <span class="comment"> *****************************************************************************/</span>
<a name="l01561"></a>01561  
<a name="l01562"></a>01562 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01563"></a>01563 <a class="code" href="group__XCB__XPrint__API.html#ga191167343f5eae1bac3dadba8b816f0d">xcb_x_print_print_end_job_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01564"></a>01564                                    uint8_t           cancel  );
<a name="l01565"></a>01565 
<a name="l01575"></a>01575 <span class="comment">/*****************************************************************************</span>
<a name="l01576"></a>01576 <span class="comment"> **</span>
<a name="l01577"></a>01577 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_end_job</span>
<a name="l01578"></a>01578 <span class="comment"> ** </span>
<a name="l01579"></a>01579 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01580"></a>01580 <span class="comment"> ** @param uint8_t           cancel</span>
<a name="l01581"></a>01581 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01582"></a>01582 <span class="comment"> **</span>
<a name="l01583"></a>01583 <span class="comment"> *****************************************************************************/</span>
<a name="l01584"></a>01584  
<a name="l01585"></a>01585 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01586"></a>01586 <a class="code" href="group__XCB__XPrint__API.html#gacea675169f070ab7f0e53e448f7d4c3d">xcb_x_print_print_end_job</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01587"></a>01587                            uint8_t           cancel  );
<a name="l01588"></a>01588 
<a name="l01601"></a>01601 <span class="comment">/*****************************************************************************</span>
<a name="l01602"></a>01602 <span class="comment"> **</span>
<a name="l01603"></a>01603 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_start_doc_checked</span>
<a name="l01604"></a>01604 <span class="comment"> ** </span>
<a name="l01605"></a>01605 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01606"></a>01606 <span class="comment"> ** @param uint8_t           driver_mode</span>
<a name="l01607"></a>01607 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01608"></a>01608 <span class="comment"> **</span>
<a name="l01609"></a>01609 <span class="comment"> *****************************************************************************/</span>
<a name="l01610"></a>01610  
<a name="l01611"></a>01611 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01612"></a>01612 <a class="code" href="group__XCB__XPrint__API.html#ga88a508d87383ba279a84c1b1c8c00d92">xcb_x_print_print_start_doc_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01613"></a>01613                                      uint8_t           driver_mode  );
<a name="l01614"></a>01614 
<a name="l01624"></a>01624 <span class="comment">/*****************************************************************************</span>
<a name="l01625"></a>01625 <span class="comment"> **</span>
<a name="l01626"></a>01626 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_start_doc</span>
<a name="l01627"></a>01627 <span class="comment"> ** </span>
<a name="l01628"></a>01628 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01629"></a>01629 <span class="comment"> ** @param uint8_t           driver_mode</span>
<a name="l01630"></a>01630 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01631"></a>01631 <span class="comment"> **</span>
<a name="l01632"></a>01632 <span class="comment"> *****************************************************************************/</span>
<a name="l01633"></a>01633  
<a name="l01634"></a>01634 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01635"></a>01635 <a class="code" href="group__XCB__XPrint__API.html#ga50900f13e123ccffed647287d328db83">xcb_x_print_print_start_doc</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01636"></a>01636                              uint8_t           driver_mode  );
<a name="l01637"></a>01637 
<a name="l01650"></a>01650 <span class="comment">/*****************************************************************************</span>
<a name="l01651"></a>01651 <span class="comment"> **</span>
<a name="l01652"></a>01652 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_end_doc_checked</span>
<a name="l01653"></a>01653 <span class="comment"> ** </span>
<a name="l01654"></a>01654 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01655"></a>01655 <span class="comment"> ** @param uint8_t           cancel</span>
<a name="l01656"></a>01656 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01657"></a>01657 <span class="comment"> **</span>
<a name="l01658"></a>01658 <span class="comment"> *****************************************************************************/</span>
<a name="l01659"></a>01659  
<a name="l01660"></a>01660 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01661"></a>01661 <a class="code" href="group__XCB__XPrint__API.html#ga84610acdd196b1bbd23c696c6dde6676">xcb_x_print_print_end_doc_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01662"></a>01662                                    uint8_t           cancel  );
<a name="l01663"></a>01663 
<a name="l01673"></a>01673 <span class="comment">/*****************************************************************************</span>
<a name="l01674"></a>01674 <span class="comment"> **</span>
<a name="l01675"></a>01675 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_end_doc</span>
<a name="l01676"></a>01676 <span class="comment"> ** </span>
<a name="l01677"></a>01677 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01678"></a>01678 <span class="comment"> ** @param uint8_t           cancel</span>
<a name="l01679"></a>01679 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01680"></a>01680 <span class="comment"> **</span>
<a name="l01681"></a>01681 <span class="comment"> *****************************************************************************/</span>
<a name="l01682"></a>01682  
<a name="l01683"></a>01683 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01684"></a>01684 <a class="code" href="group__XCB__XPrint__API.html#ga043f55c75a5468d7519a2fa4a91aab6c">xcb_x_print_print_end_doc</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01685"></a>01685                            uint8_t           cancel  );
<a name="l01686"></a>01686 
<a name="l01699"></a>01699 <span class="comment">/*****************************************************************************</span>
<a name="l01700"></a>01700 <span class="comment"> **</span>
<a name="l01701"></a>01701 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_put_document_data_checked</span>
<a name="l01702"></a>01702 <span class="comment"> ** </span>
<a name="l01703"></a>01703 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l01704"></a>01704 <span class="comment"> ** @param xcb_drawable_t               drawable</span>
<a name="l01705"></a>01705 <span class="comment"> ** @param uint32_t                     len_data</span>
<a name="l01706"></a>01706 <span class="comment"> ** @param uint16_t                     len_fmt</span>
<a name="l01707"></a>01707 <span class="comment"> ** @param uint16_t                     len_options</span>
<a name="l01708"></a>01708 <span class="comment"> ** @param const uint8_t               *data</span>
<a name="l01709"></a>01709 <span class="comment"> ** @param uint32_t                     doc_format_len</span>
<a name="l01710"></a>01710 <span class="comment"> ** @param const xcb_x_print_string8_t *doc_format</span>
<a name="l01711"></a>01711 <span class="comment"> ** @param uint32_t                     options_len</span>
<a name="l01712"></a>01712 <span class="comment"> ** @param const xcb_x_print_string8_t *options</span>
<a name="l01713"></a>01713 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01714"></a>01714 <span class="comment"> **</span>
<a name="l01715"></a>01715 <span class="comment"> *****************************************************************************/</span>
<a name="l01716"></a>01716  
<a name="l01717"></a>01717 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01718"></a>01718 <a class="code" href="group__XCB__XPrint__API.html#gada0f0c6e28590cfb6554040b6a3e9e93">xcb_x_print_print_put_document_data_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l01719"></a>01719                                              xcb_drawable_t               drawable  ,
<a name="l01720"></a>01720                                              uint32_t                     len_data  ,
<a name="l01721"></a>01721                                              uint16_t                     len_fmt  ,
<a name="l01722"></a>01722                                              uint16_t                     len_options  ,
<a name="l01723"></a>01723                                              <span class="keyword">const</span> uint8_t               *data  ,
<a name="l01724"></a>01724                                              uint32_t                     doc_format_len  ,
<a name="l01725"></a>01725                                              <span class="keyword">const</span> xcb_x_print_string8_t *doc_format  ,
<a name="l01726"></a>01726                                              uint32_t                     options_len  ,
<a name="l01727"></a>01727                                              <span class="keyword">const</span> xcb_x_print_string8_t *options  );
<a name="l01728"></a>01728 
<a name="l01738"></a>01738 <span class="comment">/*****************************************************************************</span>
<a name="l01739"></a>01739 <span class="comment"> **</span>
<a name="l01740"></a>01740 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_put_document_data</span>
<a name="l01741"></a>01741 <span class="comment"> ** </span>
<a name="l01742"></a>01742 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l01743"></a>01743 <span class="comment"> ** @param xcb_drawable_t               drawable</span>
<a name="l01744"></a>01744 <span class="comment"> ** @param uint32_t                     len_data</span>
<a name="l01745"></a>01745 <span class="comment"> ** @param uint16_t                     len_fmt</span>
<a name="l01746"></a>01746 <span class="comment"> ** @param uint16_t                     len_options</span>
<a name="l01747"></a>01747 <span class="comment"> ** @param const uint8_t               *data</span>
<a name="l01748"></a>01748 <span class="comment"> ** @param uint32_t                     doc_format_len</span>
<a name="l01749"></a>01749 <span class="comment"> ** @param const xcb_x_print_string8_t *doc_format</span>
<a name="l01750"></a>01750 <span class="comment"> ** @param uint32_t                     options_len</span>
<a name="l01751"></a>01751 <span class="comment"> ** @param const xcb_x_print_string8_t *options</span>
<a name="l01752"></a>01752 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01753"></a>01753 <span class="comment"> **</span>
<a name="l01754"></a>01754 <span class="comment"> *****************************************************************************/</span>
<a name="l01755"></a>01755  
<a name="l01756"></a>01756 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01757"></a>01757 <a class="code" href="group__XCB__XPrint__API.html#ga10d05874a450b872a2187786decb6f34">xcb_x_print_print_put_document_data</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l01758"></a>01758                                      xcb_drawable_t               drawable  ,
<a name="l01759"></a>01759                                      uint32_t                     len_data  ,
<a name="l01760"></a>01760                                      uint16_t                     len_fmt  ,
<a name="l01761"></a>01761                                      uint16_t                     len_options  ,
<a name="l01762"></a>01762                                      <span class="keyword">const</span> uint8_t               *data  ,
<a name="l01763"></a>01763                                      uint32_t                     doc_format_len  ,
<a name="l01764"></a>01764                                      <span class="keyword">const</span> xcb_x_print_string8_t *doc_format  ,
<a name="l01765"></a>01765                                      uint32_t                     options_len  ,
<a name="l01766"></a>01766                                      <span class="keyword">const</span> xcb_x_print_string8_t *options  );
<a name="l01767"></a>01767 
<a name="l01777"></a>01777 <span class="comment">/*****************************************************************************</span>
<a name="l01778"></a>01778 <span class="comment"> **</span>
<a name="l01779"></a>01779 <span class="comment"> ** xcb_x_print_print_get_document_data_cookie_t xcb_x_print_print_get_document_data</span>
<a name="l01780"></a>01780 <span class="comment"> ** </span>
<a name="l01781"></a>01781 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l01782"></a>01782 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l01783"></a>01783 <span class="comment"> ** @param uint32_t                max_bytes</span>
<a name="l01784"></a>01784 <span class="comment"> ** @returns xcb_x_print_print_get_document_data_cookie_t</span>
<a name="l01785"></a>01785 <span class="comment"> **</span>
<a name="l01786"></a>01786 <span class="comment"> *****************************************************************************/</span>
<a name="l01787"></a>01787  
<a name="l01788"></a>01788 <a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html" title="xcb_x_print_print_get_document_data_cookie_t">xcb_x_print_print_get_document_data_cookie_t</a>
<a name="l01789"></a>01789 <a class="code" href="group__XCB__XPrint__API.html#ga1c7c151654e8b01db470bbd1cc5d8830">xcb_x_print_print_get_document_data</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l01790"></a>01790                                      xcb_x_print_pcontext_t  context  ,
<a name="l01791"></a>01791                                      uint32_t                max_bytes  );
<a name="l01792"></a>01792 
<a name="l01805"></a>01805 <span class="comment">/*****************************************************************************</span>
<a name="l01806"></a>01806 <span class="comment"> **</span>
<a name="l01807"></a>01807 <span class="comment"> ** xcb_x_print_print_get_document_data_cookie_t xcb_x_print_print_get_document_data_unchecked</span>
<a name="l01808"></a>01808 <span class="comment"> ** </span>
<a name="l01809"></a>01809 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l01810"></a>01810 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l01811"></a>01811 <span class="comment"> ** @param uint32_t                max_bytes</span>
<a name="l01812"></a>01812 <span class="comment"> ** @returns xcb_x_print_print_get_document_data_cookie_t</span>
<a name="l01813"></a>01813 <span class="comment"> **</span>
<a name="l01814"></a>01814 <span class="comment"> *****************************************************************************/</span>
<a name="l01815"></a>01815  
<a name="l01816"></a>01816 <a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html" title="xcb_x_print_print_get_document_data_cookie_t">xcb_x_print_print_get_document_data_cookie_t</a>
<a name="l01817"></a>01817 <a class="code" href="group__XCB__XPrint__API.html#ga2a36fc49743939d33a31954d6c4edb62">xcb_x_print_print_get_document_data_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l01818"></a>01818                                                xcb_x_print_pcontext_t  context  ,
<a name="l01819"></a>01819                                                uint32_t                max_bytes  );
<a name="l01820"></a>01820 
<a name="l01821"></a>01821 
<a name="l01822"></a>01822 <span class="comment">/*****************************************************************************</span>
<a name="l01823"></a>01823 <span class="comment"> **</span>
<a name="l01824"></a>01824 <span class="comment"> ** uint8_t * xcb_x_print_print_get_document_data_data</span>
<a name="l01825"></a>01825 <span class="comment"> ** </span>
<a name="l01826"></a>01826 <span class="comment"> ** @param const xcb_x_print_print_get_document_data_reply_t *R</span>
<a name="l01827"></a>01827 <span class="comment"> ** @returns uint8_t *</span>
<a name="l01828"></a>01828 <span class="comment"> **</span>
<a name="l01829"></a>01829 <span class="comment"> *****************************************************************************/</span>
<a name="l01830"></a>01830  
<a name="l01831"></a>01831 uint8_t *
<a name="l01832"></a>01832 xcb_x_print_print_get_document_data_data (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html" title="xcb_x_print_print_get_document_data_reply_t">xcb_x_print_print_get_document_data_reply_t</a> *R  );
<a name="l01833"></a>01833 
<a name="l01834"></a>01834 
<a name="l01835"></a>01835 <span class="comment">/*****************************************************************************</span>
<a name="l01836"></a>01836 <span class="comment"> **</span>
<a name="l01837"></a>01837 <span class="comment"> ** int xcb_x_print_print_get_document_data_data_length</span>
<a name="l01838"></a>01838 <span class="comment"> ** </span>
<a name="l01839"></a>01839 <span class="comment"> ** @param const xcb_x_print_print_get_document_data_reply_t *R</span>
<a name="l01840"></a>01840 <span class="comment"> ** @returns int</span>
<a name="l01841"></a>01841 <span class="comment"> **</span>
<a name="l01842"></a>01842 <span class="comment"> *****************************************************************************/</span>
<a name="l01843"></a>01843  
<a name="l01844"></a>01844 <span class="keywordtype">int</span>
<a name="l01845"></a>01845 xcb_x_print_print_get_document_data_data_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html" title="xcb_x_print_print_get_document_data_reply_t">xcb_x_print_print_get_document_data_reply_t</a> *R  );
<a name="l01846"></a>01846 
<a name="l01847"></a>01847 
<a name="l01848"></a>01848 <span class="comment">/*****************************************************************************</span>
<a name="l01849"></a>01849 <span class="comment"> **</span>
<a name="l01850"></a>01850 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_print_get_document_data_data_end</span>
<a name="l01851"></a>01851 <span class="comment"> ** </span>
<a name="l01852"></a>01852 <span class="comment"> ** @param const xcb_x_print_print_get_document_data_reply_t *R</span>
<a name="l01853"></a>01853 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01854"></a>01854 <span class="comment"> **</span>
<a name="l01855"></a>01855 <span class="comment"> *****************************************************************************/</span>
<a name="l01856"></a>01856  
<a name="l01857"></a>01857 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01858"></a>01858 xcb_x_print_print_get_document_data_data_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html" title="xcb_x_print_print_get_document_data_reply_t">xcb_x_print_print_get_document_data_reply_t</a> *R  );
<a name="l01859"></a>01859 
<a name="l01875"></a>01875 <span class="comment">/*****************************************************************************</span>
<a name="l01876"></a>01876 <span class="comment"> **</span>
<a name="l01877"></a>01877 <span class="comment"> ** xcb_x_print_print_get_document_data_reply_t * xcb_x_print_print_get_document_data_reply</span>
<a name="l01878"></a>01878 <span class="comment"> ** </span>
<a name="l01879"></a>01879 <span class="comment"> ** @param xcb_connection_t                              *c</span>
<a name="l01880"></a>01880 <span class="comment"> ** @param xcb_x_print_print_get_document_data_cookie_t   cookie</span>
<a name="l01881"></a>01881 <span class="comment"> ** @param xcb_generic_error_t                          **e</span>
<a name="l01882"></a>01882 <span class="comment"> ** @returns xcb_x_print_print_get_document_data_reply_t *</span>
<a name="l01883"></a>01883 <span class="comment"> **</span>
<a name="l01884"></a>01884 <span class="comment"> *****************************************************************************/</span>
<a name="l01885"></a>01885  
<a name="l01886"></a>01886 <a class="code" href="structxcb__x__print__print__get__document__data__reply__t.html" title="xcb_x_print_print_get_document_data_reply_t">xcb_x_print_print_get_document_data_reply_t</a> *
<a name="l01887"></a>01887 <a class="code" href="group__XCB__XPrint__API.html#gaa77eb5d75c6667d4e5d5e411d15c0770">xcb_x_print_print_get_document_data_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                              *c  ,
<a name="l01888"></a>01888                                            <a class="code" href="structxcb__x__print__print__get__document__data__cookie__t.html" title="xcb_x_print_print_get_document_data_cookie_t">xcb_x_print_print_get_document_data_cookie_t</a>   cookie  ,
<a name="l01889"></a>01889                                            <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                          **e  );
<a name="l01890"></a>01890 
<a name="l01903"></a>01903 <span class="comment">/*****************************************************************************</span>
<a name="l01904"></a>01904 <span class="comment"> **</span>
<a name="l01905"></a>01905 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_start_page_checked</span>
<a name="l01906"></a>01906 <span class="comment"> ** </span>
<a name="l01907"></a>01907 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01908"></a>01908 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01909"></a>01909 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01910"></a>01910 <span class="comment"> **</span>
<a name="l01911"></a>01911 <span class="comment"> *****************************************************************************/</span>
<a name="l01912"></a>01912  
<a name="l01913"></a>01913 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01914"></a>01914 <a class="code" href="group__XCB__XPrint__API.html#gaa643054d043f6e504e812412489071f1">xcb_x_print_print_start_page_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01915"></a>01915                                       xcb_window_t      window  );
<a name="l01916"></a>01916 
<a name="l01926"></a>01926 <span class="comment">/*****************************************************************************</span>
<a name="l01927"></a>01927 <span class="comment"> **</span>
<a name="l01928"></a>01928 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_start_page</span>
<a name="l01929"></a>01929 <span class="comment"> ** </span>
<a name="l01930"></a>01930 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01931"></a>01931 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01932"></a>01932 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01933"></a>01933 <span class="comment"> **</span>
<a name="l01934"></a>01934 <span class="comment"> *****************************************************************************/</span>
<a name="l01935"></a>01935  
<a name="l01936"></a>01936 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01937"></a>01937 <a class="code" href="group__XCB__XPrint__API.html#gacec4d8563d981d4ea4127ac7d90b91e8">xcb_x_print_print_start_page</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01938"></a>01938                               xcb_window_t      window  );
<a name="l01939"></a>01939 
<a name="l01952"></a>01952 <span class="comment">/*****************************************************************************</span>
<a name="l01953"></a>01953 <span class="comment"> **</span>
<a name="l01954"></a>01954 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_end_page_checked</span>
<a name="l01955"></a>01955 <span class="comment"> ** </span>
<a name="l01956"></a>01956 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01957"></a>01957 <span class="comment"> ** @param uint8_t           cancel</span>
<a name="l01958"></a>01958 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01959"></a>01959 <span class="comment"> **</span>
<a name="l01960"></a>01960 <span class="comment"> *****************************************************************************/</span>
<a name="l01961"></a>01961  
<a name="l01962"></a>01962 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01963"></a>01963 <a class="code" href="group__XCB__XPrint__API.html#gab945600be86e6f094b5d2205446fb084">xcb_x_print_print_end_page_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01964"></a>01964                                     uint8_t           cancel  );
<a name="l01965"></a>01965 
<a name="l01975"></a>01975 <span class="comment">/*****************************************************************************</span>
<a name="l01976"></a>01976 <span class="comment"> **</span>
<a name="l01977"></a>01977 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_end_page</span>
<a name="l01978"></a>01978 <span class="comment"> ** </span>
<a name="l01979"></a>01979 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01980"></a>01980 <span class="comment"> ** @param uint8_t           cancel</span>
<a name="l01981"></a>01981 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01982"></a>01982 <span class="comment"> **</span>
<a name="l01983"></a>01983 <span class="comment"> *****************************************************************************/</span>
<a name="l01984"></a>01984  
<a name="l01985"></a>01985 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01986"></a>01986 <a class="code" href="group__XCB__XPrint__API.html#ga2b88452f69c7f63414bd7cac371b877f">xcb_x_print_print_end_page</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01987"></a>01987                             uint8_t           cancel  );
<a name="l01988"></a>01988 
<a name="l02001"></a>02001 <span class="comment">/*****************************************************************************</span>
<a name="l02002"></a>02002 <span class="comment"> **</span>
<a name="l02003"></a>02003 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_select_input_checked</span>
<a name="l02004"></a>02004 <span class="comment"> ** </span>
<a name="l02005"></a>02005 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02006"></a>02006 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02007"></a>02007 <span class="comment"> ** @param uint32_t                event_mask</span>
<a name="l02008"></a>02008 <span class="comment"> ** @param const uint32_t         *event_list</span>
<a name="l02009"></a>02009 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02010"></a>02010 <span class="comment"> **</span>
<a name="l02011"></a>02011 <span class="comment"> *****************************************************************************/</span>
<a name="l02012"></a>02012  
<a name="l02013"></a>02013 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02014"></a>02014 <a class="code" href="group__XCB__XPrint__API.html#gadd22f208de26ded93fca91677814d779">xcb_x_print_print_select_input_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02015"></a>02015                                         xcb_x_print_pcontext_t  context  ,
<a name="l02016"></a>02016                                         uint32_t                event_mask  ,
<a name="l02017"></a>02017                                         <span class="keyword">const</span> uint32_t         *<a class="code" href="structevent__list.html">event_list</a>  );
<a name="l02018"></a>02018 
<a name="l02028"></a>02028 <span class="comment">/*****************************************************************************</span>
<a name="l02029"></a>02029 <span class="comment"> **</span>
<a name="l02030"></a>02030 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_select_input</span>
<a name="l02031"></a>02031 <span class="comment"> ** </span>
<a name="l02032"></a>02032 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02033"></a>02033 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02034"></a>02034 <span class="comment"> ** @param uint32_t                event_mask</span>
<a name="l02035"></a>02035 <span class="comment"> ** @param const uint32_t         *event_list</span>
<a name="l02036"></a>02036 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02037"></a>02037 <span class="comment"> **</span>
<a name="l02038"></a>02038 <span class="comment"> *****************************************************************************/</span>
<a name="l02039"></a>02039  
<a name="l02040"></a>02040 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02041"></a>02041 <a class="code" href="group__XCB__XPrint__API.html#gafbde4d206db2022614e677f91b7e237f">xcb_x_print_print_select_input</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02042"></a>02042                                 xcb_x_print_pcontext_t  context  ,
<a name="l02043"></a>02043                                 uint32_t                event_mask  ,
<a name="l02044"></a>02044                                 <span class="keyword">const</span> uint32_t         *<a class="code" href="structevent__list.html">event_list</a>  );
<a name="l02045"></a>02045 
<a name="l02055"></a>02055 <span class="comment">/*****************************************************************************</span>
<a name="l02056"></a>02056 <span class="comment"> **</span>
<a name="l02057"></a>02057 <span class="comment"> ** xcb_x_print_print_input_selected_cookie_t xcb_x_print_print_input_selected</span>
<a name="l02058"></a>02058 <span class="comment"> ** </span>
<a name="l02059"></a>02059 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02060"></a>02060 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02061"></a>02061 <span class="comment"> ** @returns xcb_x_print_print_input_selected_cookie_t</span>
<a name="l02062"></a>02062 <span class="comment"> **</span>
<a name="l02063"></a>02063 <span class="comment"> *****************************************************************************/</span>
<a name="l02064"></a>02064  
<a name="l02065"></a>02065 <a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html" title="xcb_x_print_print_input_selected_cookie_t">xcb_x_print_print_input_selected_cookie_t</a>
<a name="l02066"></a>02066 <a class="code" href="group__XCB__XPrint__API.html#ga867963f8236d6e0c4b4f0fa0333ee5e0">xcb_x_print_print_input_selected</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02067"></a>02067                                   xcb_x_print_pcontext_t  context  );
<a name="l02068"></a>02068 
<a name="l02081"></a>02081 <span class="comment">/*****************************************************************************</span>
<a name="l02082"></a>02082 <span class="comment"> **</span>
<a name="l02083"></a>02083 <span class="comment"> ** xcb_x_print_print_input_selected_cookie_t xcb_x_print_print_input_selected_unchecked</span>
<a name="l02084"></a>02084 <span class="comment"> ** </span>
<a name="l02085"></a>02085 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02086"></a>02086 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02087"></a>02087 <span class="comment"> ** @returns xcb_x_print_print_input_selected_cookie_t</span>
<a name="l02088"></a>02088 <span class="comment"> **</span>
<a name="l02089"></a>02089 <span class="comment"> *****************************************************************************/</span>
<a name="l02090"></a>02090  
<a name="l02091"></a>02091 <a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html" title="xcb_x_print_print_input_selected_cookie_t">xcb_x_print_print_input_selected_cookie_t</a>
<a name="l02092"></a>02092 <a class="code" href="group__XCB__XPrint__API.html#ga278317f46e299f6f78c45ab8857274c7">xcb_x_print_print_input_selected_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02093"></a>02093                                             xcb_x_print_pcontext_t  context  );
<a name="l02094"></a>02094 
<a name="l02095"></a>02095 
<a name="l02096"></a>02096 <span class="comment">/*****************************************************************************</span>
<a name="l02097"></a>02097 <span class="comment"> **</span>
<a name="l02098"></a>02098 <span class="comment"> ** uint32_t * xcb_x_print_print_input_selected_event_list</span>
<a name="l02099"></a>02099 <span class="comment"> ** </span>
<a name="l02100"></a>02100 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02101"></a>02101 <span class="comment"> ** @returns uint32_t *</span>
<a name="l02102"></a>02102 <span class="comment"> **</span>
<a name="l02103"></a>02103 <span class="comment"> *****************************************************************************/</span>
<a name="l02104"></a>02104  
<a name="l02105"></a>02105 uint32_t *
<a name="l02106"></a>02106 xcb_x_print_print_input_selected_event_list (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02107"></a>02107 
<a name="l02108"></a>02108 
<a name="l02109"></a>02109 <span class="comment">/*****************************************************************************</span>
<a name="l02110"></a>02110 <span class="comment"> **</span>
<a name="l02111"></a>02111 <span class="comment"> ** int xcb_x_print_print_input_selected_event_list_length</span>
<a name="l02112"></a>02112 <span class="comment"> ** </span>
<a name="l02113"></a>02113 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02114"></a>02114 <span class="comment"> ** @returns int</span>
<a name="l02115"></a>02115 <span class="comment"> **</span>
<a name="l02116"></a>02116 <span class="comment"> *****************************************************************************/</span>
<a name="l02117"></a>02117  
<a name="l02118"></a>02118 <span class="keywordtype">int</span>
<a name="l02119"></a>02119 xcb_x_print_print_input_selected_event_list_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02120"></a>02120 
<a name="l02121"></a>02121 
<a name="l02122"></a>02122 <span class="comment">/*****************************************************************************</span>
<a name="l02123"></a>02123 <span class="comment"> **</span>
<a name="l02124"></a>02124 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_print_input_selected_event_list_end</span>
<a name="l02125"></a>02125 <span class="comment"> ** </span>
<a name="l02126"></a>02126 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02127"></a>02127 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02128"></a>02128 <span class="comment"> **</span>
<a name="l02129"></a>02129 <span class="comment"> *****************************************************************************/</span>
<a name="l02130"></a>02130  
<a name="l02131"></a>02131 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02132"></a>02132 xcb_x_print_print_input_selected_event_list_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02133"></a>02133 
<a name="l02134"></a>02134 
<a name="l02135"></a>02135 <span class="comment">/*****************************************************************************</span>
<a name="l02136"></a>02136 <span class="comment"> **</span>
<a name="l02137"></a>02137 <span class="comment"> ** uint32_t xcb_x_print_print_input_selected_all_events_mask</span>
<a name="l02138"></a>02138 <span class="comment"> ** </span>
<a name="l02139"></a>02139 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02140"></a>02140 <span class="comment"> ** @returns uint32_t</span>
<a name="l02141"></a>02141 <span class="comment"> **</span>
<a name="l02142"></a>02142 <span class="comment"> *****************************************************************************/</span>
<a name="l02143"></a>02143  
<a name="l02144"></a>02144 uint32_t
<a name="l02145"></a>02145 xcb_x_print_print_input_selected_all_events_mask (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02146"></a>02146 
<a name="l02147"></a>02147 
<a name="l02148"></a>02148 <span class="comment">/*****************************************************************************</span>
<a name="l02149"></a>02149 <span class="comment"> **</span>
<a name="l02150"></a>02150 <span class="comment"> ** uint32_t * xcb_x_print_print_input_selected_all_events_list</span>
<a name="l02151"></a>02151 <span class="comment"> ** </span>
<a name="l02152"></a>02152 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02153"></a>02153 <span class="comment"> ** @returns uint32_t *</span>
<a name="l02154"></a>02154 <span class="comment"> **</span>
<a name="l02155"></a>02155 <span class="comment"> *****************************************************************************/</span>
<a name="l02156"></a>02156  
<a name="l02157"></a>02157 uint32_t *
<a name="l02158"></a>02158 xcb_x_print_print_input_selected_all_events_list (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02159"></a>02159 
<a name="l02160"></a>02160 
<a name="l02161"></a>02161 <span class="comment">/*****************************************************************************</span>
<a name="l02162"></a>02162 <span class="comment"> **</span>
<a name="l02163"></a>02163 <span class="comment"> ** int xcb_x_print_print_input_selected_all_events_list_length</span>
<a name="l02164"></a>02164 <span class="comment"> ** </span>
<a name="l02165"></a>02165 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02166"></a>02166 <span class="comment"> ** @returns int</span>
<a name="l02167"></a>02167 <span class="comment"> **</span>
<a name="l02168"></a>02168 <span class="comment"> *****************************************************************************/</span>
<a name="l02169"></a>02169  
<a name="l02170"></a>02170 <span class="keywordtype">int</span>
<a name="l02171"></a>02171 xcb_x_print_print_input_selected_all_events_list_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02172"></a>02172 
<a name="l02173"></a>02173 
<a name="l02174"></a>02174 <span class="comment">/*****************************************************************************</span>
<a name="l02175"></a>02175 <span class="comment"> **</span>
<a name="l02176"></a>02176 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_print_input_selected_all_events_list_end</span>
<a name="l02177"></a>02177 <span class="comment"> ** </span>
<a name="l02178"></a>02178 <span class="comment"> ** @param const xcb_x_print_print_input_selected_reply_t *R</span>
<a name="l02179"></a>02179 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02180"></a>02180 <span class="comment"> **</span>
<a name="l02181"></a>02181 <span class="comment"> *****************************************************************************/</span>
<a name="l02182"></a>02182  
<a name="l02183"></a>02183 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02184"></a>02184 xcb_x_print_print_input_selected_all_events_list_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *R  );
<a name="l02185"></a>02185 
<a name="l02201"></a>02201 <span class="comment">/*****************************************************************************</span>
<a name="l02202"></a>02202 <span class="comment"> **</span>
<a name="l02203"></a>02203 <span class="comment"> ** xcb_x_print_print_input_selected_reply_t * xcb_x_print_print_input_selected_reply</span>
<a name="l02204"></a>02204 <span class="comment"> ** </span>
<a name="l02205"></a>02205 <span class="comment"> ** @param xcb_connection_t                           *c</span>
<a name="l02206"></a>02206 <span class="comment"> ** @param xcb_x_print_print_input_selected_cookie_t   cookie</span>
<a name="l02207"></a>02207 <span class="comment"> ** @param xcb_generic_error_t                       **e</span>
<a name="l02208"></a>02208 <span class="comment"> ** @returns xcb_x_print_print_input_selected_reply_t *</span>
<a name="l02209"></a>02209 <span class="comment"> **</span>
<a name="l02210"></a>02210 <span class="comment"> *****************************************************************************/</span>
<a name="l02211"></a>02211  
<a name="l02212"></a>02212 <a class="code" href="structxcb__x__print__print__input__selected__reply__t.html" title="xcb_x_print_print_input_selected_reply_t">xcb_x_print_print_input_selected_reply_t</a> *
<a name="l02213"></a>02213 <a class="code" href="group__XCB__XPrint__API.html#ga2a752c121d21999f3ff337670fdd7daf">xcb_x_print_print_input_selected_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                           *c  ,
<a name="l02214"></a>02214                                         <a class="code" href="structxcb__x__print__print__input__selected__cookie__t.html" title="xcb_x_print_print_input_selected_cookie_t">xcb_x_print_print_input_selected_cookie_t</a>   cookie  ,
<a name="l02215"></a>02215                                         <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                       **e  );
<a name="l02216"></a>02216 
<a name="l02226"></a>02226 <span class="comment">/*****************************************************************************</span>
<a name="l02227"></a>02227 <span class="comment"> **</span>
<a name="l02228"></a>02228 <span class="comment"> ** xcb_x_print_print_get_attributes_cookie_t xcb_x_print_print_get_attributes</span>
<a name="l02229"></a>02229 <span class="comment"> ** </span>
<a name="l02230"></a>02230 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02231"></a>02231 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02232"></a>02232 <span class="comment"> ** @param uint8_t                 pool</span>
<a name="l02233"></a>02233 <span class="comment"> ** @returns xcb_x_print_print_get_attributes_cookie_t</span>
<a name="l02234"></a>02234 <span class="comment"> **</span>
<a name="l02235"></a>02235 <span class="comment"> *****************************************************************************/</span>
<a name="l02236"></a>02236  
<a name="l02237"></a>02237 <a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html" title="xcb_x_print_print_get_attributes_cookie_t">xcb_x_print_print_get_attributes_cookie_t</a>
<a name="l02238"></a>02238 <a class="code" href="group__XCB__XPrint__API.html#gaa195d89d594eedf94086ec2cadc2dd94">xcb_x_print_print_get_attributes</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02239"></a>02239                                   xcb_x_print_pcontext_t  context  ,
<a name="l02240"></a>02240                                   uint8_t                 pool  );
<a name="l02241"></a>02241 
<a name="l02254"></a>02254 <span class="comment">/*****************************************************************************</span>
<a name="l02255"></a>02255 <span class="comment"> **</span>
<a name="l02256"></a>02256 <span class="comment"> ** xcb_x_print_print_get_attributes_cookie_t xcb_x_print_print_get_attributes_unchecked</span>
<a name="l02257"></a>02257 <span class="comment"> ** </span>
<a name="l02258"></a>02258 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02259"></a>02259 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02260"></a>02260 <span class="comment"> ** @param uint8_t                 pool</span>
<a name="l02261"></a>02261 <span class="comment"> ** @returns xcb_x_print_print_get_attributes_cookie_t</span>
<a name="l02262"></a>02262 <span class="comment"> **</span>
<a name="l02263"></a>02263 <span class="comment"> *****************************************************************************/</span>
<a name="l02264"></a>02264  
<a name="l02265"></a>02265 <a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html" title="xcb_x_print_print_get_attributes_cookie_t">xcb_x_print_print_get_attributes_cookie_t</a>
<a name="l02266"></a>02266 <a class="code" href="group__XCB__XPrint__API.html#gab9d2ad7912c54f808a64dd9bb62766bd">xcb_x_print_print_get_attributes_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02267"></a>02267                                             xcb_x_print_pcontext_t  context  ,
<a name="l02268"></a>02268                                             uint8_t                 pool  );
<a name="l02269"></a>02269 
<a name="l02285"></a>02285 <span class="comment">/*****************************************************************************</span>
<a name="l02286"></a>02286 <span class="comment"> **</span>
<a name="l02287"></a>02287 <span class="comment"> ** xcb_x_print_print_get_attributes_reply_t * xcb_x_print_print_get_attributes_reply</span>
<a name="l02288"></a>02288 <span class="comment"> ** </span>
<a name="l02289"></a>02289 <span class="comment"> ** @param xcb_connection_t                           *c</span>
<a name="l02290"></a>02290 <span class="comment"> ** @param xcb_x_print_print_get_attributes_cookie_t   cookie</span>
<a name="l02291"></a>02291 <span class="comment"> ** @param xcb_generic_error_t                       **e</span>
<a name="l02292"></a>02292 <span class="comment"> ** @returns xcb_x_print_print_get_attributes_reply_t *</span>
<a name="l02293"></a>02293 <span class="comment"> **</span>
<a name="l02294"></a>02294 <span class="comment"> *****************************************************************************/</span>
<a name="l02295"></a>02295  
<a name="l02296"></a>02296 <a class="code" href="structxcb__x__print__print__get__attributes__reply__t.html" title="xcb_x_print_print_get_attributes_reply_t">xcb_x_print_print_get_attributes_reply_t</a> *
<a name="l02297"></a>02297 <a class="code" href="group__XCB__XPrint__API.html#gadd5c53ff898f5f8036e16f0299afd513">xcb_x_print_print_get_attributes_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                           *c  ,
<a name="l02298"></a>02298                                         <a class="code" href="structxcb__x__print__print__get__attributes__cookie__t.html" title="xcb_x_print_print_get_attributes_cookie_t">xcb_x_print_print_get_attributes_cookie_t</a>   cookie  ,
<a name="l02299"></a>02299                                         <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                       **e  );
<a name="l02300"></a>02300 
<a name="l02310"></a>02310 <span class="comment">/*****************************************************************************</span>
<a name="l02311"></a>02311 <span class="comment"> **</span>
<a name="l02312"></a>02312 <span class="comment"> ** xcb_x_print_print_get_one_attributes_cookie_t xcb_x_print_print_get_one_attributes</span>
<a name="l02313"></a>02313 <span class="comment"> ** </span>
<a name="l02314"></a>02314 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l02315"></a>02315 <span class="comment"> ** @param xcb_x_print_pcontext_t       context</span>
<a name="l02316"></a>02316 <span class="comment"> ** @param uint32_t                     nameLen</span>
<a name="l02317"></a>02317 <span class="comment"> ** @param uint8_t                      pool</span>
<a name="l02318"></a>02318 <span class="comment"> ** @param const xcb_x_print_string8_t *name</span>
<a name="l02319"></a>02319 <span class="comment"> ** @returns xcb_x_print_print_get_one_attributes_cookie_t</span>
<a name="l02320"></a>02320 <span class="comment"> **</span>
<a name="l02321"></a>02321 <span class="comment"> *****************************************************************************/</span>
<a name="l02322"></a>02322  
<a name="l02323"></a>02323 <a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html" title="xcb_x_print_print_get_one_attributes_cookie_t">xcb_x_print_print_get_one_attributes_cookie_t</a>
<a name="l02324"></a>02324 <a class="code" href="group__XCB__XPrint__API.html#ga5d1a77afb1d0ba4a0ad0b59e02c9ee58">xcb_x_print_print_get_one_attributes</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l02325"></a>02325                                       xcb_x_print_pcontext_t       context  ,
<a name="l02326"></a>02326                                       uint32_t                     nameLen  ,
<a name="l02327"></a>02327                                       uint8_t                      pool  ,
<a name="l02328"></a>02328                                       <span class="keyword">const</span> xcb_x_print_string8_t *name  );
<a name="l02329"></a>02329 
<a name="l02342"></a>02342 <span class="comment">/*****************************************************************************</span>
<a name="l02343"></a>02343 <span class="comment"> **</span>
<a name="l02344"></a>02344 <span class="comment"> ** xcb_x_print_print_get_one_attributes_cookie_t xcb_x_print_print_get_one_attributes_unchecked</span>
<a name="l02345"></a>02345 <span class="comment"> ** </span>
<a name="l02346"></a>02346 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l02347"></a>02347 <span class="comment"> ** @param xcb_x_print_pcontext_t       context</span>
<a name="l02348"></a>02348 <span class="comment"> ** @param uint32_t                     nameLen</span>
<a name="l02349"></a>02349 <span class="comment"> ** @param uint8_t                      pool</span>
<a name="l02350"></a>02350 <span class="comment"> ** @param const xcb_x_print_string8_t *name</span>
<a name="l02351"></a>02351 <span class="comment"> ** @returns xcb_x_print_print_get_one_attributes_cookie_t</span>
<a name="l02352"></a>02352 <span class="comment"> **</span>
<a name="l02353"></a>02353 <span class="comment"> *****************************************************************************/</span>
<a name="l02354"></a>02354  
<a name="l02355"></a>02355 <a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html" title="xcb_x_print_print_get_one_attributes_cookie_t">xcb_x_print_print_get_one_attributes_cookie_t</a>
<a name="l02356"></a>02356 <a class="code" href="group__XCB__XPrint__API.html#ga4efcc225b06afe29d30731dbfaf920b6">xcb_x_print_print_get_one_attributes_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l02357"></a>02357                                                 xcb_x_print_pcontext_t       context  ,
<a name="l02358"></a>02358                                                 uint32_t                     nameLen  ,
<a name="l02359"></a>02359                                                 uint8_t                      pool  ,
<a name="l02360"></a>02360                                                 <span class="keyword">const</span> xcb_x_print_string8_t *name  );
<a name="l02361"></a>02361 
<a name="l02362"></a>02362 
<a name="l02363"></a>02363 <span class="comment">/*****************************************************************************</span>
<a name="l02364"></a>02364 <span class="comment"> **</span>
<a name="l02365"></a>02365 <span class="comment"> ** xcb_x_print_string8_t * xcb_x_print_print_get_one_attributes_value</span>
<a name="l02366"></a>02366 <span class="comment"> ** </span>
<a name="l02367"></a>02367 <span class="comment"> ** @param const xcb_x_print_print_get_one_attributes_reply_t *R</span>
<a name="l02368"></a>02368 <span class="comment"> ** @returns xcb_x_print_string8_t *</span>
<a name="l02369"></a>02369 <span class="comment"> **</span>
<a name="l02370"></a>02370 <span class="comment"> *****************************************************************************/</span>
<a name="l02371"></a>02371  
<a name="l02372"></a>02372 xcb_x_print_string8_t *
<a name="l02373"></a>02373 xcb_x_print_print_get_one_attributes_value (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html" title="xcb_x_print_print_get_one_attributes_reply_t">xcb_x_print_print_get_one_attributes_reply_t</a> *R  );
<a name="l02374"></a>02374 
<a name="l02375"></a>02375 
<a name="l02376"></a>02376 <span class="comment">/*****************************************************************************</span>
<a name="l02377"></a>02377 <span class="comment"> **</span>
<a name="l02378"></a>02378 <span class="comment"> ** int xcb_x_print_print_get_one_attributes_value_length</span>
<a name="l02379"></a>02379 <span class="comment"> ** </span>
<a name="l02380"></a>02380 <span class="comment"> ** @param const xcb_x_print_print_get_one_attributes_reply_t *R</span>
<a name="l02381"></a>02381 <span class="comment"> ** @returns int</span>
<a name="l02382"></a>02382 <span class="comment"> **</span>
<a name="l02383"></a>02383 <span class="comment"> *****************************************************************************/</span>
<a name="l02384"></a>02384  
<a name="l02385"></a>02385 <span class="keywordtype">int</span>
<a name="l02386"></a>02386 xcb_x_print_print_get_one_attributes_value_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html" title="xcb_x_print_print_get_one_attributes_reply_t">xcb_x_print_print_get_one_attributes_reply_t</a> *R  );
<a name="l02387"></a>02387 
<a name="l02388"></a>02388 
<a name="l02389"></a>02389 <span class="comment">/*****************************************************************************</span>
<a name="l02390"></a>02390 <span class="comment"> **</span>
<a name="l02391"></a>02391 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_print_get_one_attributes_value_end</span>
<a name="l02392"></a>02392 <span class="comment"> ** </span>
<a name="l02393"></a>02393 <span class="comment"> ** @param const xcb_x_print_print_get_one_attributes_reply_t *R</span>
<a name="l02394"></a>02394 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02395"></a>02395 <span class="comment"> **</span>
<a name="l02396"></a>02396 <span class="comment"> *****************************************************************************/</span>
<a name="l02397"></a>02397  
<a name="l02398"></a>02398 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02399"></a>02399 xcb_x_print_print_get_one_attributes_value_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html" title="xcb_x_print_print_get_one_attributes_reply_t">xcb_x_print_print_get_one_attributes_reply_t</a> *R  );
<a name="l02400"></a>02400 
<a name="l02416"></a>02416 <span class="comment">/*****************************************************************************</span>
<a name="l02417"></a>02417 <span class="comment"> **</span>
<a name="l02418"></a>02418 <span class="comment"> ** xcb_x_print_print_get_one_attributes_reply_t * xcb_x_print_print_get_one_attributes_reply</span>
<a name="l02419"></a>02419 <span class="comment"> ** </span>
<a name="l02420"></a>02420 <span class="comment"> ** @param xcb_connection_t                               *c</span>
<a name="l02421"></a>02421 <span class="comment"> ** @param xcb_x_print_print_get_one_attributes_cookie_t   cookie</span>
<a name="l02422"></a>02422 <span class="comment"> ** @param xcb_generic_error_t                           **e</span>
<a name="l02423"></a>02423 <span class="comment"> ** @returns xcb_x_print_print_get_one_attributes_reply_t *</span>
<a name="l02424"></a>02424 <span class="comment"> **</span>
<a name="l02425"></a>02425 <span class="comment"> *****************************************************************************/</span>
<a name="l02426"></a>02426  
<a name="l02427"></a>02427 <a class="code" href="structxcb__x__print__print__get__one__attributes__reply__t.html" title="xcb_x_print_print_get_one_attributes_reply_t">xcb_x_print_print_get_one_attributes_reply_t</a> *
<a name="l02428"></a>02428 <a class="code" href="group__XCB__XPrint__API.html#gab5004ee8b0e685238fc7e5cec510a539">xcb_x_print_print_get_one_attributes_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                               *c  ,
<a name="l02429"></a>02429                                             <a class="code" href="structxcb__x__print__print__get__one__attributes__cookie__t.html" title="xcb_x_print_print_get_one_attributes_cookie_t">xcb_x_print_print_get_one_attributes_cookie_t</a>   cookie  ,
<a name="l02430"></a>02430                                             <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                           **e  );
<a name="l02431"></a>02431 
<a name="l02444"></a>02444 <span class="comment">/*****************************************************************************</span>
<a name="l02445"></a>02445 <span class="comment"> **</span>
<a name="l02446"></a>02446 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_set_attributes_checked</span>
<a name="l02447"></a>02447 <span class="comment"> ** </span>
<a name="l02448"></a>02448 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l02449"></a>02449 <span class="comment"> ** @param xcb_x_print_pcontext_t       context</span>
<a name="l02450"></a>02450 <span class="comment"> ** @param uint32_t                     stringLen</span>
<a name="l02451"></a>02451 <span class="comment"> ** @param uint8_t                      pool</span>
<a name="l02452"></a>02452 <span class="comment"> ** @param uint8_t                      rule</span>
<a name="l02453"></a>02453 <span class="comment"> ** @param uint32_t                     attributes_len</span>
<a name="l02454"></a>02454 <span class="comment"> ** @param const xcb_x_print_string8_t *attributes</span>
<a name="l02455"></a>02455 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02456"></a>02456 <span class="comment"> **</span>
<a name="l02457"></a>02457 <span class="comment"> *****************************************************************************/</span>
<a name="l02458"></a>02458  
<a name="l02459"></a>02459 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02460"></a>02460 <a class="code" href="group__XCB__XPrint__API.html#gaca0321951eb67e3179d1df390199f1a9">xcb_x_print_print_set_attributes_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l02461"></a>02461                                           xcb_x_print_pcontext_t       context  ,
<a name="l02462"></a>02462                                           uint32_t                     stringLen  ,
<a name="l02463"></a>02463                                           uint8_t                      pool  ,
<a name="l02464"></a>02464                                           uint8_t                      rule  ,
<a name="l02465"></a>02465                                           uint32_t                     attributes_len  ,
<a name="l02466"></a>02466                                           <span class="keyword">const</span> xcb_x_print_string8_t *attributes  );
<a name="l02467"></a>02467 
<a name="l02477"></a>02477 <span class="comment">/*****************************************************************************</span>
<a name="l02478"></a>02478 <span class="comment"> **</span>
<a name="l02479"></a>02479 <span class="comment"> ** xcb_void_cookie_t xcb_x_print_print_set_attributes</span>
<a name="l02480"></a>02480 <span class="comment"> ** </span>
<a name="l02481"></a>02481 <span class="comment"> ** @param xcb_connection_t            *c</span>
<a name="l02482"></a>02482 <span class="comment"> ** @param xcb_x_print_pcontext_t       context</span>
<a name="l02483"></a>02483 <span class="comment"> ** @param uint32_t                     stringLen</span>
<a name="l02484"></a>02484 <span class="comment"> ** @param uint8_t                      pool</span>
<a name="l02485"></a>02485 <span class="comment"> ** @param uint8_t                      rule</span>
<a name="l02486"></a>02486 <span class="comment"> ** @param uint32_t                     attributes_len</span>
<a name="l02487"></a>02487 <span class="comment"> ** @param const xcb_x_print_string8_t *attributes</span>
<a name="l02488"></a>02488 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02489"></a>02489 <span class="comment"> **</span>
<a name="l02490"></a>02490 <span class="comment"> *****************************************************************************/</span>
<a name="l02491"></a>02491  
<a name="l02492"></a>02492 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02493"></a>02493 <a class="code" href="group__XCB__XPrint__API.html#gaa1552a83c383793a1a11478a9e4353f4">xcb_x_print_print_set_attributes</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>            *c  ,
<a name="l02494"></a>02494                                   xcb_x_print_pcontext_t       context  ,
<a name="l02495"></a>02495                                   uint32_t                     stringLen  ,
<a name="l02496"></a>02496                                   uint8_t                      pool  ,
<a name="l02497"></a>02497                                   uint8_t                      rule  ,
<a name="l02498"></a>02498                                   uint32_t                     attributes_len  ,
<a name="l02499"></a>02499                                   <span class="keyword">const</span> xcb_x_print_string8_t *attributes  );
<a name="l02500"></a>02500 
<a name="l02510"></a>02510 <span class="comment">/*****************************************************************************</span>
<a name="l02511"></a>02511 <span class="comment"> **</span>
<a name="l02512"></a>02512 <span class="comment"> ** xcb_x_print_print_get_page_dimensions_cookie_t xcb_x_print_print_get_page_dimensions</span>
<a name="l02513"></a>02513 <span class="comment"> ** </span>
<a name="l02514"></a>02514 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02515"></a>02515 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02516"></a>02516 <span class="comment"> ** @returns xcb_x_print_print_get_page_dimensions_cookie_t</span>
<a name="l02517"></a>02517 <span class="comment"> **</span>
<a name="l02518"></a>02518 <span class="comment"> *****************************************************************************/</span>
<a name="l02519"></a>02519  
<a name="l02520"></a>02520 <a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html" title="xcb_x_print_print_get_page_dimensions_cookie_t">xcb_x_print_print_get_page_dimensions_cookie_t</a>
<a name="l02521"></a>02521 <a class="code" href="group__XCB__XPrint__API.html#ga1c5e98a3d49c379f7f5b7971d16f72ae">xcb_x_print_print_get_page_dimensions</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02522"></a>02522                                        xcb_x_print_pcontext_t  context  );
<a name="l02523"></a>02523 
<a name="l02536"></a>02536 <span class="comment">/*****************************************************************************</span>
<a name="l02537"></a>02537 <span class="comment"> **</span>
<a name="l02538"></a>02538 <span class="comment"> ** xcb_x_print_print_get_page_dimensions_cookie_t xcb_x_print_print_get_page_dimensions_unchecked</span>
<a name="l02539"></a>02539 <span class="comment"> ** </span>
<a name="l02540"></a>02540 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02541"></a>02541 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02542"></a>02542 <span class="comment"> ** @returns xcb_x_print_print_get_page_dimensions_cookie_t</span>
<a name="l02543"></a>02543 <span class="comment"> **</span>
<a name="l02544"></a>02544 <span class="comment"> *****************************************************************************/</span>
<a name="l02545"></a>02545  
<a name="l02546"></a>02546 <a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html" title="xcb_x_print_print_get_page_dimensions_cookie_t">xcb_x_print_print_get_page_dimensions_cookie_t</a>
<a name="l02547"></a>02547 <a class="code" href="group__XCB__XPrint__API.html#gaa2a3fda89ffa40dd4e54c6025e500ea0">xcb_x_print_print_get_page_dimensions_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02548"></a>02548                                                  xcb_x_print_pcontext_t  context  );
<a name="l02549"></a>02549 
<a name="l02565"></a>02565 <span class="comment">/*****************************************************************************</span>
<a name="l02566"></a>02566 <span class="comment"> **</span>
<a name="l02567"></a>02567 <span class="comment"> ** xcb_x_print_print_get_page_dimensions_reply_t * xcb_x_print_print_get_page_dimensions_reply</span>
<a name="l02568"></a>02568 <span class="comment"> ** </span>
<a name="l02569"></a>02569 <span class="comment"> ** @param xcb_connection_t                                *c</span>
<a name="l02570"></a>02570 <span class="comment"> ** @param xcb_x_print_print_get_page_dimensions_cookie_t   cookie</span>
<a name="l02571"></a>02571 <span class="comment"> ** @param xcb_generic_error_t                            **e</span>
<a name="l02572"></a>02572 <span class="comment"> ** @returns xcb_x_print_print_get_page_dimensions_reply_t *</span>
<a name="l02573"></a>02573 <span class="comment"> **</span>
<a name="l02574"></a>02574 <span class="comment"> *****************************************************************************/</span>
<a name="l02575"></a>02575  
<a name="l02576"></a>02576 <a class="code" href="structxcb__x__print__print__get__page__dimensions__reply__t.html" title="xcb_x_print_print_get_page_dimensions_reply_t">xcb_x_print_print_get_page_dimensions_reply_t</a> *
<a name="l02577"></a>02577 <a class="code" href="group__XCB__XPrint__API.html#ga45c7090197cea03796e03c286529aeb2">xcb_x_print_print_get_page_dimensions_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                *c  ,
<a name="l02578"></a>02578                                              <a class="code" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html" title="xcb_x_print_print_get_page_dimensions_cookie_t">xcb_x_print_print_get_page_dimensions_cookie_t</a>   cookie  ,
<a name="l02579"></a>02579                                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                            **e  );
<a name="l02580"></a>02580 
<a name="l02590"></a>02590 <span class="comment">/*****************************************************************************</span>
<a name="l02591"></a>02591 <span class="comment"> **</span>
<a name="l02592"></a>02592 <span class="comment"> ** xcb_x_print_print_query_screens_cookie_t xcb_x_print_print_query_screens</span>
<a name="l02593"></a>02593 <span class="comment"> ** </span>
<a name="l02594"></a>02594 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02595"></a>02595 <span class="comment"> ** @returns xcb_x_print_print_query_screens_cookie_t</span>
<a name="l02596"></a>02596 <span class="comment"> **</span>
<a name="l02597"></a>02597 <span class="comment"> *****************************************************************************/</span>
<a name="l02598"></a>02598  
<a name="l02599"></a>02599 <a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html" title="xcb_x_print_print_query_screens_cookie_t">xcb_x_print_print_query_screens_cookie_t</a>
<a name="l02600"></a>02600 <a class="code" href="group__XCB__XPrint__API.html#ga8cf4df8ccd8598408d727067bbcbee54">xcb_x_print_print_query_screens</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02601"></a>02601 
<a name="l02614"></a>02614 <span class="comment">/*****************************************************************************</span>
<a name="l02615"></a>02615 <span class="comment"> **</span>
<a name="l02616"></a>02616 <span class="comment"> ** xcb_x_print_print_query_screens_cookie_t xcb_x_print_print_query_screens_unchecked</span>
<a name="l02617"></a>02617 <span class="comment"> ** </span>
<a name="l02618"></a>02618 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02619"></a>02619 <span class="comment"> ** @returns xcb_x_print_print_query_screens_cookie_t</span>
<a name="l02620"></a>02620 <span class="comment"> **</span>
<a name="l02621"></a>02621 <span class="comment"> *****************************************************************************/</span>
<a name="l02622"></a>02622  
<a name="l02623"></a>02623 <a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html" title="xcb_x_print_print_query_screens_cookie_t">xcb_x_print_print_query_screens_cookie_t</a>
<a name="l02624"></a>02624 <a class="code" href="group__XCB__XPrint__API.html#gac51e9e2fd853b9c34089874e76f9a551">xcb_x_print_print_query_screens_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02625"></a>02625 
<a name="l02626"></a>02626 
<a name="l02627"></a>02627 <span class="comment">/*****************************************************************************</span>
<a name="l02628"></a>02628 <span class="comment"> **</span>
<a name="l02629"></a>02629 <span class="comment"> ** xcb_window_t * xcb_x_print_print_query_screens_roots</span>
<a name="l02630"></a>02630 <span class="comment"> ** </span>
<a name="l02631"></a>02631 <span class="comment"> ** @param const xcb_x_print_print_query_screens_reply_t *R</span>
<a name="l02632"></a>02632 <span class="comment"> ** @returns xcb_window_t *</span>
<a name="l02633"></a>02633 <span class="comment"> **</span>
<a name="l02634"></a>02634 <span class="comment"> *****************************************************************************/</span>
<a name="l02635"></a>02635  
<a name="l02636"></a>02636 xcb_window_t *
<a name="l02637"></a>02637 xcb_x_print_print_query_screens_roots (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html" title="xcb_x_print_print_query_screens_reply_t">xcb_x_print_print_query_screens_reply_t</a> *R  );
<a name="l02638"></a>02638 
<a name="l02639"></a>02639 
<a name="l02640"></a>02640 <span class="comment">/*****************************************************************************</span>
<a name="l02641"></a>02641 <span class="comment"> **</span>
<a name="l02642"></a>02642 <span class="comment"> ** int xcb_x_print_print_query_screens_roots_length</span>
<a name="l02643"></a>02643 <span class="comment"> ** </span>
<a name="l02644"></a>02644 <span class="comment"> ** @param const xcb_x_print_print_query_screens_reply_t *R</span>
<a name="l02645"></a>02645 <span class="comment"> ** @returns int</span>
<a name="l02646"></a>02646 <span class="comment"> **</span>
<a name="l02647"></a>02647 <span class="comment"> *****************************************************************************/</span>
<a name="l02648"></a>02648  
<a name="l02649"></a>02649 <span class="keywordtype">int</span>
<a name="l02650"></a>02650 xcb_x_print_print_query_screens_roots_length (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html" title="xcb_x_print_print_query_screens_reply_t">xcb_x_print_print_query_screens_reply_t</a> *R  );
<a name="l02651"></a>02651 
<a name="l02652"></a>02652 
<a name="l02653"></a>02653 <span class="comment">/*****************************************************************************</span>
<a name="l02654"></a>02654 <span class="comment"> **</span>
<a name="l02655"></a>02655 <span class="comment"> ** xcb_generic_iterator_t xcb_x_print_print_query_screens_roots_end</span>
<a name="l02656"></a>02656 <span class="comment"> ** </span>
<a name="l02657"></a>02657 <span class="comment"> ** @param const xcb_x_print_print_query_screens_reply_t *R</span>
<a name="l02658"></a>02658 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02659"></a>02659 <span class="comment"> **</span>
<a name="l02660"></a>02660 <span class="comment"> *****************************************************************************/</span>
<a name="l02661"></a>02661  
<a name="l02662"></a>02662 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02663"></a>02663 xcb_x_print_print_query_screens_roots_end (<span class="keyword">const</span> <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html" title="xcb_x_print_print_query_screens_reply_t">xcb_x_print_print_query_screens_reply_t</a> *R  );
<a name="l02664"></a>02664 
<a name="l02680"></a>02680 <span class="comment">/*****************************************************************************</span>
<a name="l02681"></a>02681 <span class="comment"> **</span>
<a name="l02682"></a>02682 <span class="comment"> ** xcb_x_print_print_query_screens_reply_t * xcb_x_print_print_query_screens_reply</span>
<a name="l02683"></a>02683 <span class="comment"> ** </span>
<a name="l02684"></a>02684 <span class="comment"> ** @param xcb_connection_t                          *c</span>
<a name="l02685"></a>02685 <span class="comment"> ** @param xcb_x_print_print_query_screens_cookie_t   cookie</span>
<a name="l02686"></a>02686 <span class="comment"> ** @param xcb_generic_error_t                      **e</span>
<a name="l02687"></a>02687 <span class="comment"> ** @returns xcb_x_print_print_query_screens_reply_t *</span>
<a name="l02688"></a>02688 <span class="comment"> **</span>
<a name="l02689"></a>02689 <span class="comment"> *****************************************************************************/</span>
<a name="l02690"></a>02690  
<a name="l02691"></a>02691 <a class="code" href="structxcb__x__print__print__query__screens__reply__t.html" title="xcb_x_print_print_query_screens_reply_t">xcb_x_print_print_query_screens_reply_t</a> *
<a name="l02692"></a>02692 <a class="code" href="group__XCB__XPrint__API.html#ga4499e939125e0f8f337e4e8cb46bec0b">xcb_x_print_print_query_screens_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                          *c  ,
<a name="l02693"></a>02693                                        <a class="code" href="structxcb__x__print__print__query__screens__cookie__t.html" title="xcb_x_print_print_query_screens_cookie_t">xcb_x_print_print_query_screens_cookie_t</a>   cookie  ,
<a name="l02694"></a>02694                                        <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                      **e  );
<a name="l02695"></a>02695 
<a name="l02705"></a>02705 <span class="comment">/*****************************************************************************</span>
<a name="l02706"></a>02706 <span class="comment"> **</span>
<a name="l02707"></a>02707 <span class="comment"> ** xcb_x_print_print_set_image_resolution_cookie_t xcb_x_print_print_set_image_resolution</span>
<a name="l02708"></a>02708 <span class="comment"> ** </span>
<a name="l02709"></a>02709 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02710"></a>02710 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02711"></a>02711 <span class="comment"> ** @param uint16_t                image_resolution</span>
<a name="l02712"></a>02712 <span class="comment"> ** @returns xcb_x_print_print_set_image_resolution_cookie_t</span>
<a name="l02713"></a>02713 <span class="comment"> **</span>
<a name="l02714"></a>02714 <span class="comment"> *****************************************************************************/</span>
<a name="l02715"></a>02715  
<a name="l02716"></a>02716 <a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html" title="xcb_x_print_print_set_image_resolution_cookie_t">xcb_x_print_print_set_image_resolution_cookie_t</a>
<a name="l02717"></a>02717 <a class="code" href="group__XCB__XPrint__API.html#gac88a88fef6db0c52777448bc0e0a8152">xcb_x_print_print_set_image_resolution</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02718"></a>02718                                         xcb_x_print_pcontext_t  context  ,
<a name="l02719"></a>02719                                         uint16_t                image_resolution  );
<a name="l02720"></a>02720 
<a name="l02733"></a>02733 <span class="comment">/*****************************************************************************</span>
<a name="l02734"></a>02734 <span class="comment"> **</span>
<a name="l02735"></a>02735 <span class="comment"> ** xcb_x_print_print_set_image_resolution_cookie_t xcb_x_print_print_set_image_resolution_unchecked</span>
<a name="l02736"></a>02736 <span class="comment"> ** </span>
<a name="l02737"></a>02737 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02738"></a>02738 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02739"></a>02739 <span class="comment"> ** @param uint16_t                image_resolution</span>
<a name="l02740"></a>02740 <span class="comment"> ** @returns xcb_x_print_print_set_image_resolution_cookie_t</span>
<a name="l02741"></a>02741 <span class="comment"> **</span>
<a name="l02742"></a>02742 <span class="comment"> *****************************************************************************/</span>
<a name="l02743"></a>02743  
<a name="l02744"></a>02744 <a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html" title="xcb_x_print_print_set_image_resolution_cookie_t">xcb_x_print_print_set_image_resolution_cookie_t</a>
<a name="l02745"></a>02745 <a class="code" href="group__XCB__XPrint__API.html#ga7c7c04fd3519372661c8420e2b397d6a">xcb_x_print_print_set_image_resolution_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02746"></a>02746                                                   xcb_x_print_pcontext_t  context  ,
<a name="l02747"></a>02747                                                   uint16_t                image_resolution  );
<a name="l02748"></a>02748 
<a name="l02764"></a>02764 <span class="comment">/*****************************************************************************</span>
<a name="l02765"></a>02765 <span class="comment"> **</span>
<a name="l02766"></a>02766 <span class="comment"> ** xcb_x_print_print_set_image_resolution_reply_t * xcb_x_print_print_set_image_resolution_reply</span>
<a name="l02767"></a>02767 <span class="comment"> ** </span>
<a name="l02768"></a>02768 <span class="comment"> ** @param xcb_connection_t                                 *c</span>
<a name="l02769"></a>02769 <span class="comment"> ** @param xcb_x_print_print_set_image_resolution_cookie_t   cookie</span>
<a name="l02770"></a>02770 <span class="comment"> ** @param xcb_generic_error_t                             **e</span>
<a name="l02771"></a>02771 <span class="comment"> ** @returns xcb_x_print_print_set_image_resolution_reply_t *</span>
<a name="l02772"></a>02772 <span class="comment"> **</span>
<a name="l02773"></a>02773 <span class="comment"> *****************************************************************************/</span>
<a name="l02774"></a>02774  
<a name="l02775"></a>02775 <a class="code" href="structxcb__x__print__print__set__image__resolution__reply__t.html" title="xcb_x_print_print_set_image_resolution_reply_t">xcb_x_print_print_set_image_resolution_reply_t</a> *
<a name="l02776"></a>02776 <a class="code" href="group__XCB__XPrint__API.html#gafc1fe6c1b9238cd0978fceb4eb5b2e02">xcb_x_print_print_set_image_resolution_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                 *c  ,
<a name="l02777"></a>02777                                               <a class="code" href="structxcb__x__print__print__set__image__resolution__cookie__t.html" title="xcb_x_print_print_set_image_resolution_cookie_t">xcb_x_print_print_set_image_resolution_cookie_t</a>   cookie  ,
<a name="l02778"></a>02778                                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                             **e  );
<a name="l02779"></a>02779 
<a name="l02789"></a>02789 <span class="comment">/*****************************************************************************</span>
<a name="l02790"></a>02790 <span class="comment"> **</span>
<a name="l02791"></a>02791 <span class="comment"> ** xcb_x_print_print_get_image_resolution_cookie_t xcb_x_print_print_get_image_resolution</span>
<a name="l02792"></a>02792 <span class="comment"> ** </span>
<a name="l02793"></a>02793 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02794"></a>02794 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02795"></a>02795 <span class="comment"> ** @returns xcb_x_print_print_get_image_resolution_cookie_t</span>
<a name="l02796"></a>02796 <span class="comment"> **</span>
<a name="l02797"></a>02797 <span class="comment"> *****************************************************************************/</span>
<a name="l02798"></a>02798  
<a name="l02799"></a>02799 <a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html" title="xcb_x_print_print_get_image_resolution_cookie_t">xcb_x_print_print_get_image_resolution_cookie_t</a>
<a name="l02800"></a>02800 <a class="code" href="group__XCB__XPrint__API.html#ga193c9a51dba6a5282ab384cd17517f73">xcb_x_print_print_get_image_resolution</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02801"></a>02801                                         xcb_x_print_pcontext_t  context  );
<a name="l02802"></a>02802 
<a name="l02815"></a>02815 <span class="comment">/*****************************************************************************</span>
<a name="l02816"></a>02816 <span class="comment"> **</span>
<a name="l02817"></a>02817 <span class="comment"> ** xcb_x_print_print_get_image_resolution_cookie_t xcb_x_print_print_get_image_resolution_unchecked</span>
<a name="l02818"></a>02818 <span class="comment"> ** </span>
<a name="l02819"></a>02819 <span class="comment"> ** @param xcb_connection_t       *c</span>
<a name="l02820"></a>02820 <span class="comment"> ** @param xcb_x_print_pcontext_t  context</span>
<a name="l02821"></a>02821 <span class="comment"> ** @returns xcb_x_print_print_get_image_resolution_cookie_t</span>
<a name="l02822"></a>02822 <span class="comment"> **</span>
<a name="l02823"></a>02823 <span class="comment"> *****************************************************************************/</span>
<a name="l02824"></a>02824  
<a name="l02825"></a>02825 <a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html" title="xcb_x_print_print_get_image_resolution_cookie_t">xcb_x_print_print_get_image_resolution_cookie_t</a>
<a name="l02826"></a>02826 <a class="code" href="group__XCB__XPrint__API.html#gac5f0202d5f072ea333525e8dfb190f5e">xcb_x_print_print_get_image_resolution_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>       *c  ,
<a name="l02827"></a>02827                                                   xcb_x_print_pcontext_t  context  );
<a name="l02828"></a>02828 
<a name="l02844"></a>02844 <span class="comment">/*****************************************************************************</span>
<a name="l02845"></a>02845 <span class="comment"> **</span>
<a name="l02846"></a>02846 <span class="comment"> ** xcb_x_print_print_get_image_resolution_reply_t * xcb_x_print_print_get_image_resolution_reply</span>
<a name="l02847"></a>02847 <span class="comment"> ** </span>
<a name="l02848"></a>02848 <span class="comment"> ** @param xcb_connection_t                                 *c</span>
<a name="l02849"></a>02849 <span class="comment"> ** @param xcb_x_print_print_get_image_resolution_cookie_t   cookie</span>
<a name="l02850"></a>02850 <span class="comment"> ** @param xcb_generic_error_t                             **e</span>
<a name="l02851"></a>02851 <span class="comment"> ** @returns xcb_x_print_print_get_image_resolution_reply_t *</span>
<a name="l02852"></a>02852 <span class="comment"> **</span>
<a name="l02853"></a>02853 <span class="comment"> *****************************************************************************/</span>
<a name="l02854"></a>02854  
<a name="l02855"></a>02855 <a class="code" href="structxcb__x__print__print__get__image__resolution__reply__t.html" title="xcb_x_print_print_get_image_resolution_reply_t">xcb_x_print_print_get_image_resolution_reply_t</a> *
<a name="l02856"></a>02856 <a class="code" href="group__XCB__XPrint__API.html#ga8581e2658a82d7feed8676bdc0c40d2d">xcb_x_print_print_get_image_resolution_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                 *c  ,
<a name="l02857"></a>02857                                               <a class="code" href="structxcb__x__print__print__get__image__resolution__cookie__t.html" title="xcb_x_print_print_get_image_resolution_cookie_t">xcb_x_print_print_get_image_resolution_cookie_t</a>   cookie  ,
<a name="l02858"></a>02858                                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                             **e  );
<a name="l02859"></a>02859 
<a name="l02860"></a>02860 
<a name="l02861"></a>02861 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l02862"></a>02862 <span class="preprocessor"></span>}
<a name="l02863"></a>02863 <span class="preprocessor">#endif</span>
<a name="l02864"></a>02864 <span class="preprocessor"></span>
<a name="l02865"></a>02865 <span class="preprocessor">#endif</span>
<a name="l02866"></a>02866 <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>