Sophie

Sophie

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

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: xselinux.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>xselinux.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 xselinux.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 __XSELINUX_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define __XSELINUX_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_SELINUX_MAJOR_VERSION 1</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define XCB_SELINUX_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_selinux_id;
<a name="l00026"></a>00026 
<a name="l00030"></a><a class="code" href="structxcb__selinux__query__version__cookie__t.html">00030</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__query__version__cookie__t.html" title="xcb_selinux_query_version_cookie_t">xcb_selinux_query_version_cookie_t</a> {
<a name="l00031"></a><a class="code" href="structxcb__selinux__query__version__cookie__t.html#a360a9b3239c4c6f46be7d257bb77395b">00031</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__query__version__cookie__t.html#a360a9b3239c4c6f46be7d257bb77395b">sequence</a>; 
<a name="l00032"></a>00032 } <a class="code" href="group__XCB__SELinux__API.html#ga30cddadbc5f9639ad583b01802210cb2" title="xcb_selinux_query_version_cookie_t">xcb_selinux_query_version_cookie_t</a>;
<a name="l00033"></a>00033 
<a name="l00035"></a><a class="code" href="group__XCB__SELinux__API.html#ga113e115bef39b1e2b8a0b96d0b70646a">00035</a> <span class="preprocessor">#define XCB_SELINUX_QUERY_VERSION 0</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span>
<a name="l00040"></a><a class="code" href="structxcb__selinux__query__version__request__t.html">00040</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__query__version__request__t.html" title="xcb_selinux_query_version_request_t">xcb_selinux_query_version_request_t</a> {
<a name="l00041"></a><a class="code" href="structxcb__selinux__query__version__request__t.html#a9b0388a6ee9a3ffac7003d33e0bcc7fe">00041</a>     uint8_t  <a class="code" href="structxcb__selinux__query__version__request__t.html#a9b0388a6ee9a3ffac7003d33e0bcc7fe">major_opcode</a>; 
<a name="l00042"></a><a class="code" href="structxcb__selinux__query__version__request__t.html#a69f7420f8652af9fd1ded4b84118ebd8">00042</a>     uint8_t  <a class="code" href="structxcb__selinux__query__version__request__t.html#a69f7420f8652af9fd1ded4b84118ebd8">minor_opcode</a>; 
<a name="l00043"></a><a class="code" href="structxcb__selinux__query__version__request__t.html#a295d446afdaeb0135082a8a6d767ba01">00043</a>     uint16_t <a class="code" href="structxcb__selinux__query__version__request__t.html#a295d446afdaeb0135082a8a6d767ba01">length</a>; 
<a name="l00044"></a><a class="code" href="structxcb__selinux__query__version__request__t.html#aafd08ad59d609a1083ee3656a2819257">00044</a>     uint8_t  <a class="code" href="structxcb__selinux__query__version__request__t.html#aafd08ad59d609a1083ee3656a2819257">client_major</a>; 
<a name="l00045"></a><a class="code" href="structxcb__selinux__query__version__request__t.html#a0c6951c298beaf5fd57ea0d38ee573bf">00045</a>     uint8_t  <a class="code" href="structxcb__selinux__query__version__request__t.html#a0c6951c298beaf5fd57ea0d38ee573bf">client_minor</a>; 
<a name="l00046"></a>00046 } <a class="code" href="group__XCB__SELinux__API.html#ga925c25b8de8675a544e170b50330b747" title="xcb_selinux_query_version_request_t">xcb_selinux_query_version_request_t</a>;
<a name="l00047"></a>00047 
<a name="l00051"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html">00051</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__query__version__reply__t.html" title="xcb_selinux_query_version_reply_t">xcb_selinux_query_version_reply_t</a> {
<a name="l00052"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html#a2f1570947c3e2508a682698fd41b88e0">00052</a>     uint8_t  <a class="code" href="structxcb__selinux__query__version__reply__t.html#a2f1570947c3e2508a682698fd41b88e0">response_type</a>; 
<a name="l00053"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html#a15594270028e6a55cc4f43a0e01c4f0e">00053</a>     uint8_t  <a class="code" href="structxcb__selinux__query__version__reply__t.html#a15594270028e6a55cc4f43a0e01c4f0e">pad0</a>; 
<a name="l00054"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html#abe9bf2a638d748cf57941bda7d29e047">00054</a>     uint16_t <a class="code" href="structxcb__selinux__query__version__reply__t.html#abe9bf2a638d748cf57941bda7d29e047">sequence</a>; 
<a name="l00055"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html#a799980f91a3ecda87c454154452162bd">00055</a>     uint32_t <a class="code" href="structxcb__selinux__query__version__reply__t.html#a799980f91a3ecda87c454154452162bd">length</a>; 
<a name="l00056"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html#aeec6b35e6713936f785d1da17de1bb9b">00056</a>     uint16_t <a class="code" href="structxcb__selinux__query__version__reply__t.html#aeec6b35e6713936f785d1da17de1bb9b">server_major</a>; 
<a name="l00057"></a><a class="code" href="structxcb__selinux__query__version__reply__t.html#a19d1c2de9bb9c8d64846c5aaedfa9ff0">00057</a>     uint16_t <a class="code" href="structxcb__selinux__query__version__reply__t.html#a19d1c2de9bb9c8d64846c5aaedfa9ff0">server_minor</a>; 
<a name="l00058"></a>00058 } <a class="code" href="group__XCB__SELinux__API.html#ga5f47fd51c6242f7e5de58d7252f9636b" title="xcb_selinux_query_version_reply_t">xcb_selinux_query_version_reply_t</a>;
<a name="l00059"></a>00059 
<a name="l00061"></a><a class="code" href="group__XCB__SELinux__API.html#ga12925e3d56f0c09b6137afc7448dea6a">00061</a> <span class="preprocessor">#define XCB_SELINUX_SET_DEVICE_CREATE_CONTEXT 1</span>
<a name="l00062"></a>00062 <span class="preprocessor"></span>
<a name="l00066"></a><a class="code" href="structxcb__selinux__set__device__create__context__request__t.html">00066</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__device__create__context__request__t.html" title="xcb_selinux_set_device_create_context_request_t">xcb_selinux_set_device_create_context_request_t</a> {
<a name="l00067"></a><a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#ab127562880566a7ab132e1b17067e426">00067</a>     uint8_t  <a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#ab127562880566a7ab132e1b17067e426">major_opcode</a>; 
<a name="l00068"></a><a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#aadf29162eb090f5ebfa8295ce4cc0d17">00068</a>     uint8_t  <a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#aadf29162eb090f5ebfa8295ce4cc0d17">minor_opcode</a>; 
<a name="l00069"></a><a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#afb3b7046edc0cb2f9c092a47b5f657e0">00069</a>     uint16_t <a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#afb3b7046edc0cb2f9c092a47b5f657e0">length</a>; 
<a name="l00070"></a><a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#ab287ac51419dae550ef0b6947a378ce0">00070</a>     uint32_t <a class="code" href="structxcb__selinux__set__device__create__context__request__t.html#ab287ac51419dae550ef0b6947a378ce0">context_len</a>; 
<a name="l00071"></a>00071 } <a class="code" href="group__XCB__SELinux__API.html#ga9d3d355dbecadabf9697622cca1aec40" title="xcb_selinux_set_device_create_context_request_t">xcb_selinux_set_device_create_context_request_t</a>;
<a name="l00072"></a>00072 
<a name="l00076"></a><a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html">00076</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html" title="xcb_selinux_get_device_create_context_cookie_t">xcb_selinux_get_device_create_context_cookie_t</a> {
<a name="l00077"></a><a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html#a1fde5ef5838e23c6dd046a9cdca7217d">00077</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html#a1fde5ef5838e23c6dd046a9cdca7217d">sequence</a>; 
<a name="l00078"></a>00078 } <a class="code" href="group__XCB__SELinux__API.html#ga42aeb0ccc0c8f3a84446993aa67bc581" title="xcb_selinux_get_device_create_context_cookie_t">xcb_selinux_get_device_create_context_cookie_t</a>;
<a name="l00079"></a>00079 
<a name="l00081"></a><a class="code" href="group__XCB__SELinux__API.html#ga14aa8b5d3fb90ee5111bebef0d7526bd">00081</a> <span class="preprocessor">#define XCB_SELINUX_GET_DEVICE_CREATE_CONTEXT 2</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>
<a name="l00086"></a><a class="code" href="structxcb__selinux__get__device__create__context__request__t.html">00086</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__device__create__context__request__t.html" title="xcb_selinux_get_device_create_context_request_t">xcb_selinux_get_device_create_context_request_t</a> {
<a name="l00087"></a><a class="code" href="structxcb__selinux__get__device__create__context__request__t.html#a21242dcc7ebb70701a47044d7596453e">00087</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__create__context__request__t.html#a21242dcc7ebb70701a47044d7596453e">major_opcode</a>; 
<a name="l00088"></a><a class="code" href="structxcb__selinux__get__device__create__context__request__t.html#a1d45d317d4105fcdada6e8feb7850b1c">00088</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__create__context__request__t.html#a1d45d317d4105fcdada6e8feb7850b1c">minor_opcode</a>; 
<a name="l00089"></a><a class="code" href="structxcb__selinux__get__device__create__context__request__t.html#af6f7166ecdc84c4b542d9f870c9580d5">00089</a>     uint16_t <a class="code" href="structxcb__selinux__get__device__create__context__request__t.html#af6f7166ecdc84c4b542d9f870c9580d5">length</a>; 
<a name="l00090"></a>00090 } <a class="code" href="group__XCB__SELinux__API.html#ga894a5c5a8f2d2615aee78398ef789ae1" title="xcb_selinux_get_device_create_context_request_t">xcb_selinux_get_device_create_context_request_t</a>;
<a name="l00091"></a>00091 
<a name="l00095"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html">00095</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html" title="xcb_selinux_get_device_create_context_reply_t">xcb_selinux_get_device_create_context_reply_t</a> {
<a name="l00096"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#adfbd7b02e01f72eff6df4c6007eae2ea">00096</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#adfbd7b02e01f72eff6df4c6007eae2ea">response_type</a>; 
<a name="l00097"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#ac2a62c8f1ccf7e7b50d0690d9e085e62">00097</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#ac2a62c8f1ccf7e7b50d0690d9e085e62">pad0</a>; 
<a name="l00098"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a81b9a627d60b1e5b540019bcc52a5447">00098</a>     uint16_t <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a81b9a627d60b1e5b540019bcc52a5447">sequence</a>; 
<a name="l00099"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a8f1ca307318eb37e0ed02c42693442ea">00099</a>     uint32_t <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a8f1ca307318eb37e0ed02c42693442ea">length</a>; 
<a name="l00100"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a73fc5b3dc55df7ba382d4fbfcc101638">00100</a>     uint32_t <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a73fc5b3dc55df7ba382d4fbfcc101638">context_len</a>; 
<a name="l00101"></a><a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a98105e056be4c0dc438f4d648f584bc0">00101</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html#a98105e056be4c0dc438f4d648f584bc0">pad1</a>[20]; 
<a name="l00102"></a>00102 } <a class="code" href="group__XCB__SELinux__API.html#ga321c7458d94c288899455ad537e15c02" title="xcb_selinux_get_device_create_context_reply_t">xcb_selinux_get_device_create_context_reply_t</a>;
<a name="l00103"></a>00103 
<a name="l00105"></a><a class="code" href="group__XCB__SELinux__API.html#ga8ceac1544b1e16640f1bfe6413b1f6a0">00105</a> <span class="preprocessor">#define XCB_SELINUX_SET_DEVICE_CONTEXT 3</span>
<a name="l00106"></a>00106 <span class="preprocessor"></span>
<a name="l00110"></a><a class="code" href="structxcb__selinux__set__device__context__request__t.html">00110</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__device__context__request__t.html" title="xcb_selinux_set_device_context_request_t">xcb_selinux_set_device_context_request_t</a> {
<a name="l00111"></a><a class="code" href="structxcb__selinux__set__device__context__request__t.html#ac98a059cfece13f0a28863ecba068b4e">00111</a>     uint8_t  <a class="code" href="structxcb__selinux__set__device__context__request__t.html#ac98a059cfece13f0a28863ecba068b4e">major_opcode</a>; 
<a name="l00112"></a><a class="code" href="structxcb__selinux__set__device__context__request__t.html#adcbb048396559cc1a617b7a2d9802fe4">00112</a>     uint8_t  <a class="code" href="structxcb__selinux__set__device__context__request__t.html#adcbb048396559cc1a617b7a2d9802fe4">minor_opcode</a>; 
<a name="l00113"></a><a class="code" href="structxcb__selinux__set__device__context__request__t.html#ad0b1dfbd1c4308679b678502d43f8bc5">00113</a>     uint16_t <a class="code" href="structxcb__selinux__set__device__context__request__t.html#ad0b1dfbd1c4308679b678502d43f8bc5">length</a>; 
<a name="l00114"></a><a class="code" href="structxcb__selinux__set__device__context__request__t.html#ae1da6bc2b6404344431fbfe437e025d2">00114</a>     uint32_t <a class="code" href="structxcb__selinux__set__device__context__request__t.html#ae1da6bc2b6404344431fbfe437e025d2">device</a>; 
<a name="l00115"></a><a class="code" href="structxcb__selinux__set__device__context__request__t.html#ae63e540c31c28750f0a8b8014478b921">00115</a>     uint32_t <a class="code" href="structxcb__selinux__set__device__context__request__t.html#ae63e540c31c28750f0a8b8014478b921">context_len</a>; 
<a name="l00116"></a>00116 } <a class="code" href="group__XCB__SELinux__API.html#ga5eb93427a6e0fa13c07bb4e67a979b3d" title="xcb_selinux_set_device_context_request_t">xcb_selinux_set_device_context_request_t</a>;
<a name="l00117"></a>00117 
<a name="l00121"></a><a class="code" href="structxcb__selinux__get__device__context__cookie__t.html">00121</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__device__context__cookie__t.html" title="xcb_selinux_get_device_context_cookie_t">xcb_selinux_get_device_context_cookie_t</a> {
<a name="l00122"></a><a class="code" href="structxcb__selinux__get__device__context__cookie__t.html#a97abab9556dd811cc75817e80193c094">00122</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__device__context__cookie__t.html#a97abab9556dd811cc75817e80193c094">sequence</a>; 
<a name="l00123"></a>00123 } <a class="code" href="group__XCB__SELinux__API.html#gae30f04023c414676ca39231ca43340aa" title="xcb_selinux_get_device_context_cookie_t">xcb_selinux_get_device_context_cookie_t</a>;
<a name="l00124"></a>00124 
<a name="l00126"></a><a class="code" href="group__XCB__SELinux__API.html#ga70016d3f5bcae6db6dcebb3af965817e">00126</a> <span class="preprocessor">#define XCB_SELINUX_GET_DEVICE_CONTEXT 4</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span>
<a name="l00131"></a><a class="code" href="structxcb__selinux__get__device__context__request__t.html">00131</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__device__context__request__t.html" title="xcb_selinux_get_device_context_request_t">xcb_selinux_get_device_context_request_t</a> {
<a name="l00132"></a><a class="code" href="structxcb__selinux__get__device__context__request__t.html#a17d848cfdc7ef5260d3e6d11398b5948">00132</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__context__request__t.html#a17d848cfdc7ef5260d3e6d11398b5948">major_opcode</a>; 
<a name="l00133"></a><a class="code" href="structxcb__selinux__get__device__context__request__t.html#aab91850e70180c6a24ad2f9985266a86">00133</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__context__request__t.html#aab91850e70180c6a24ad2f9985266a86">minor_opcode</a>; 
<a name="l00134"></a><a class="code" href="structxcb__selinux__get__device__context__request__t.html#afe7f508eef126a09470c5445cb761401">00134</a>     uint16_t <a class="code" href="structxcb__selinux__get__device__context__request__t.html#afe7f508eef126a09470c5445cb761401">length</a>; 
<a name="l00135"></a><a class="code" href="structxcb__selinux__get__device__context__request__t.html#ad7e0446db9126195e6b9ffc868e9cbf5">00135</a>     uint32_t <a class="code" href="structxcb__selinux__get__device__context__request__t.html#ad7e0446db9126195e6b9ffc868e9cbf5">device</a>; 
<a name="l00136"></a>00136 } <a class="code" href="group__XCB__SELinux__API.html#gaeacebfe6ea0cbc89c67741b62cc5faf7" title="xcb_selinux_get_device_context_request_t">xcb_selinux_get_device_context_request_t</a>;
<a name="l00137"></a>00137 
<a name="l00141"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html">00141</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__device__context__reply__t.html" title="xcb_selinux_get_device_context_reply_t">xcb_selinux_get_device_context_reply_t</a> {
<a name="l00142"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html#acadfcf52212f746ecf5a92178379530f">00142</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__context__reply__t.html#acadfcf52212f746ecf5a92178379530f">response_type</a>; 
<a name="l00143"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html#a3ccd283909cda12adc8acd20608d668e">00143</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__context__reply__t.html#a3ccd283909cda12adc8acd20608d668e">pad0</a>; 
<a name="l00144"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html#a35a5ee2708bc6906bf80e53004d40887">00144</a>     uint16_t <a class="code" href="structxcb__selinux__get__device__context__reply__t.html#a35a5ee2708bc6906bf80e53004d40887">sequence</a>; 
<a name="l00145"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html#aae7fbee2b55679f9e80183f842e5fc12">00145</a>     uint32_t <a class="code" href="structxcb__selinux__get__device__context__reply__t.html#aae7fbee2b55679f9e80183f842e5fc12">length</a>; 
<a name="l00146"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html#a2c9f0f243f18343c52e6008b47ee695a">00146</a>     uint32_t <a class="code" href="structxcb__selinux__get__device__context__reply__t.html#a2c9f0f243f18343c52e6008b47ee695a">context_len</a>; 
<a name="l00147"></a><a class="code" href="structxcb__selinux__get__device__context__reply__t.html#ad56ff046e88c0ed20df62e2adff66803">00147</a>     uint8_t  <a class="code" href="structxcb__selinux__get__device__context__reply__t.html#ad56ff046e88c0ed20df62e2adff66803">pad1</a>[20]; 
<a name="l00148"></a>00148 } <a class="code" href="group__XCB__SELinux__API.html#ga3f64e6ccff2026f8d9b9e0c850647a40" title="xcb_selinux_get_device_context_reply_t">xcb_selinux_get_device_context_reply_t</a>;
<a name="l00149"></a>00149 
<a name="l00151"></a><a class="code" href="group__XCB__SELinux__API.html#ga98de35ce3a2437a967cb011ffc49ac56">00151</a> <span class="preprocessor">#define XCB_SELINUX_SET_WINDOW_CREATE_CONTEXT 5</span>
<a name="l00152"></a>00152 <span class="preprocessor"></span>
<a name="l00156"></a><a class="code" href="structxcb__selinux__set__window__create__context__request__t.html">00156</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__window__create__context__request__t.html" title="xcb_selinux_set_window_create_context_request_t">xcb_selinux_set_window_create_context_request_t</a> {
<a name="l00157"></a><a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#a04b26bdae9a938eed52484d616c71ddb">00157</a>     uint8_t  <a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#a04b26bdae9a938eed52484d616c71ddb">major_opcode</a>; 
<a name="l00158"></a><a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#a22cfa9407f33abf6d37899bb750e6968">00158</a>     uint8_t  <a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#a22cfa9407f33abf6d37899bb750e6968">minor_opcode</a>; 
<a name="l00159"></a><a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#a72e87200eed5a213cc046b9a3036cfa7">00159</a>     uint16_t <a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#a72e87200eed5a213cc046b9a3036cfa7">length</a>; 
<a name="l00160"></a><a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#aebbfe12a9f34907537c60695fef53a05">00160</a>     uint32_t <a class="code" href="structxcb__selinux__set__window__create__context__request__t.html#aebbfe12a9f34907537c60695fef53a05">context_len</a>; 
<a name="l00161"></a>00161 } <a class="code" href="group__XCB__SELinux__API.html#ga8aba5a82bba35b6982d38b767d944f2e" title="xcb_selinux_set_window_create_context_request_t">xcb_selinux_set_window_create_context_request_t</a>;
<a name="l00162"></a>00162 
<a name="l00166"></a><a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html">00166</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html" title="xcb_selinux_get_window_create_context_cookie_t">xcb_selinux_get_window_create_context_cookie_t</a> {
<a name="l00167"></a><a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html#a5cbeb37a82eab287896ad70a6e66f34e">00167</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html#a5cbeb37a82eab287896ad70a6e66f34e">sequence</a>; 
<a name="l00168"></a>00168 } <a class="code" href="group__XCB__SELinux__API.html#gaf0f0bdde2603222703cd576c60edb2eb" title="xcb_selinux_get_window_create_context_cookie_t">xcb_selinux_get_window_create_context_cookie_t</a>;
<a name="l00169"></a>00169 
<a name="l00171"></a><a class="code" href="group__XCB__SELinux__API.html#ga0ff53fa28062de85630068c31585002f">00171</a> <span class="preprocessor">#define XCB_SELINUX_GET_WINDOW_CREATE_CONTEXT 6</span>
<a name="l00172"></a>00172 <span class="preprocessor"></span>
<a name="l00176"></a><a class="code" href="structxcb__selinux__get__window__create__context__request__t.html">00176</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__window__create__context__request__t.html" title="xcb_selinux_get_window_create_context_request_t">xcb_selinux_get_window_create_context_request_t</a> {
<a name="l00177"></a><a class="code" href="structxcb__selinux__get__window__create__context__request__t.html#a01a2b3bdcdffddce737a16fe49ee9801">00177</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__create__context__request__t.html#a01a2b3bdcdffddce737a16fe49ee9801">major_opcode</a>; 
<a name="l00178"></a><a class="code" href="structxcb__selinux__get__window__create__context__request__t.html#abea106f79c33d9029bbff4b049ad5518">00178</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__create__context__request__t.html#abea106f79c33d9029bbff4b049ad5518">minor_opcode</a>; 
<a name="l00179"></a><a class="code" href="structxcb__selinux__get__window__create__context__request__t.html#a25b5f98292fe35e2f8972218ca8aab8a">00179</a>     uint16_t <a class="code" href="structxcb__selinux__get__window__create__context__request__t.html#a25b5f98292fe35e2f8972218ca8aab8a">length</a>; 
<a name="l00180"></a>00180 } <a class="code" href="group__XCB__SELinux__API.html#ga40218c851f7b2be93972f574d5b804a5" title="xcb_selinux_get_window_create_context_request_t">xcb_selinux_get_window_create_context_request_t</a>;
<a name="l00181"></a>00181 
<a name="l00185"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html">00185</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html" title="xcb_selinux_get_window_create_context_reply_t">xcb_selinux_get_window_create_context_reply_t</a> {
<a name="l00186"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a4dee07161df181c0d2efd04de45909b1">00186</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a4dee07161df181c0d2efd04de45909b1">response_type</a>; 
<a name="l00187"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a159bda70151dc62af81478f34d1207ea">00187</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a159bda70151dc62af81478f34d1207ea">pad0</a>; 
<a name="l00188"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#ad3cbbae4fa6bd5270c6ca1153df345c3">00188</a>     uint16_t <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#ad3cbbae4fa6bd5270c6ca1153df345c3">sequence</a>; 
<a name="l00189"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a2326c4e7d707016aa8323b1dbb4d12fb">00189</a>     uint32_t <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a2326c4e7d707016aa8323b1dbb4d12fb">length</a>; 
<a name="l00190"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#ac345e98d340be5888341f4af95cf5fa9">00190</a>     uint32_t <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#ac345e98d340be5888341f4af95cf5fa9">context_len</a>; 
<a name="l00191"></a><a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a1cad4cde6786e6e67def27bd049534a9">00191</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html#a1cad4cde6786e6e67def27bd049534a9">pad1</a>[20]; 
<a name="l00192"></a>00192 } <a class="code" href="group__XCB__SELinux__API.html#gabc4700cd1fb232c7f5bc28a7cfb35cc5" title="xcb_selinux_get_window_create_context_reply_t">xcb_selinux_get_window_create_context_reply_t</a>;
<a name="l00193"></a>00193 
<a name="l00197"></a><a class="code" href="structxcb__selinux__get__window__context__cookie__t.html">00197</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__window__context__cookie__t.html" title="xcb_selinux_get_window_context_cookie_t">xcb_selinux_get_window_context_cookie_t</a> {
<a name="l00198"></a><a class="code" href="structxcb__selinux__get__window__context__cookie__t.html#a5a82f8e9af0644d5c1800952fc3f9abc">00198</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__window__context__cookie__t.html#a5a82f8e9af0644d5c1800952fc3f9abc">sequence</a>; 
<a name="l00199"></a>00199 } <a class="code" href="group__XCB__SELinux__API.html#ga1766c3c524ac1c6c9aed5c0ac94c4c79" title="xcb_selinux_get_window_context_cookie_t">xcb_selinux_get_window_context_cookie_t</a>;
<a name="l00200"></a>00200 
<a name="l00202"></a><a class="code" href="group__XCB__SELinux__API.html#ga90190a46e4b12476c513502d1c0db04f">00202</a> <span class="preprocessor">#define XCB_SELINUX_GET_WINDOW_CONTEXT 7</span>
<a name="l00203"></a>00203 <span class="preprocessor"></span>
<a name="l00207"></a><a class="code" href="structxcb__selinux__get__window__context__request__t.html">00207</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__window__context__request__t.html" title="xcb_selinux_get_window_context_request_t">xcb_selinux_get_window_context_request_t</a> {
<a name="l00208"></a><a class="code" href="structxcb__selinux__get__window__context__request__t.html#a6a1be25ece55e08ea8ef84741fe28a6d">00208</a>     uint8_t      <a class="code" href="structxcb__selinux__get__window__context__request__t.html#a6a1be25ece55e08ea8ef84741fe28a6d">major_opcode</a>; 
<a name="l00209"></a><a class="code" href="structxcb__selinux__get__window__context__request__t.html#a3c2884e4cf3ec7ab816e8a8045a176da">00209</a>     uint8_t      <a class="code" href="structxcb__selinux__get__window__context__request__t.html#a3c2884e4cf3ec7ab816e8a8045a176da">minor_opcode</a>; 
<a name="l00210"></a><a class="code" href="structxcb__selinux__get__window__context__request__t.html#af93dbda76b6652626344640640b96a91">00210</a>     uint16_t     <a class="code" href="structxcb__selinux__get__window__context__request__t.html#af93dbda76b6652626344640640b96a91">length</a>; 
<a name="l00211"></a><a class="code" href="structxcb__selinux__get__window__context__request__t.html#ab8c9b4da0f5c57e74578a4231b6df0de">00211</a>     xcb_window_t <a class="code" href="structxcb__selinux__get__window__context__request__t.html#ab8c9b4da0f5c57e74578a4231b6df0de">window</a>; 
<a name="l00212"></a>00212 } <a class="code" href="group__XCB__SELinux__API.html#ga74e860951fcf1a0032525b62b4b37ede" title="xcb_selinux_get_window_context_request_t">xcb_selinux_get_window_context_request_t</a>;
<a name="l00213"></a>00213 
<a name="l00217"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html">00217</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__window__context__reply__t.html" title="xcb_selinux_get_window_context_reply_t">xcb_selinux_get_window_context_reply_t</a> {
<a name="l00218"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a101c4cb754b20d3dae00ccd68e471195">00218</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a101c4cb754b20d3dae00ccd68e471195">response_type</a>; 
<a name="l00219"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html#adbd3d5d4ba9751903aa5b06868e1932d">00219</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__context__reply__t.html#adbd3d5d4ba9751903aa5b06868e1932d">pad0</a>; 
<a name="l00220"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a9e7a53a02b00881f424869e742088bbe">00220</a>     uint16_t <a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a9e7a53a02b00881f424869e742088bbe">sequence</a>; 
<a name="l00221"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a4ce85a9ec652c7279821ae37540bfe73">00221</a>     uint32_t <a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a4ce85a9ec652c7279821ae37540bfe73">length</a>; 
<a name="l00222"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a38c7dfce936c6ad948e8eea7909bb045">00222</a>     uint32_t <a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a38c7dfce936c6ad948e8eea7909bb045">context_len</a>; 
<a name="l00223"></a><a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a440b96c9b43c27a6dfc2f8af3c228ca7">00223</a>     uint8_t  <a class="code" href="structxcb__selinux__get__window__context__reply__t.html#a440b96c9b43c27a6dfc2f8af3c228ca7">pad1</a>[20]; 
<a name="l00224"></a>00224 } <a class="code" href="group__XCB__SELinux__API.html#gab4103b1a801180b9f98d5c993f0278ca" title="xcb_selinux_get_window_context_reply_t">xcb_selinux_get_window_context_reply_t</a>;
<a name="l00225"></a>00225 
<a name="l00229"></a><a class="code" href="structxcb__selinux__list__item__t.html">00229</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> {
<a name="l00230"></a><a class="code" href="structxcb__selinux__list__item__t.html#ae55938d6623d620e261a0c70ca9cb3e4">00230</a>     xcb_atom_t <a class="code" href="structxcb__selinux__list__item__t.html#ae55938d6623d620e261a0c70ca9cb3e4">name</a>; 
<a name="l00231"></a><a class="code" href="structxcb__selinux__list__item__t.html#a07a55a12173cae1ccf7ca241fb96e990">00231</a>     uint32_t   <a class="code" href="structxcb__selinux__list__item__t.html#a07a55a12173cae1ccf7ca241fb96e990">object_context_len</a>; 
<a name="l00232"></a><a class="code" href="structxcb__selinux__list__item__t.html#afb523522f0f5938a79225e66f1116a3a">00232</a>     uint32_t   <a class="code" href="structxcb__selinux__list__item__t.html#afb523522f0f5938a79225e66f1116a3a">data_context_len</a>; 
<a name="l00233"></a>00233 } <a class="code" href="group__XCB__SELinux__API.html#gab6f9caa70d86e100d30d9f1d95dc2da1" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a>;
<a name="l00234"></a>00234 
<a name="l00238"></a><a class="code" href="structxcb__selinux__list__item__iterator__t.html">00238</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__item__iterator__t.html" title="xcb_selinux_list_item_iterator_t">xcb_selinux_list_item_iterator_t</a> {
<a name="l00239"></a><a class="code" href="structxcb__selinux__list__item__iterator__t.html#a3fba7bdc613500e86629a4ce8af0341c">00239</a>     <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *<a class="code" href="structxcb__selinux__list__item__iterator__t.html#a3fba7bdc613500e86629a4ce8af0341c">data</a>; 
<a name="l00240"></a><a class="code" href="structxcb__selinux__list__item__iterator__t.html#a9e47e4aa23f9d92b05fc0c14b94749d0">00240</a>     <span class="keywordtype">int</span>                      <a class="code" href="structxcb__selinux__list__item__iterator__t.html#a9e47e4aa23f9d92b05fc0c14b94749d0">rem</a>; 
<a name="l00241"></a><a class="code" href="structxcb__selinux__list__item__iterator__t.html#af0f0ed8b3745a82cb7c470ddfd221949">00241</a>     <span class="keywordtype">int</span>                      <a class="code" href="structxcb__selinux__list__item__iterator__t.html#af0f0ed8b3745a82cb7c470ddfd221949">index</a>; 
<a name="l00242"></a>00242 } <a class="code" href="group__XCB__SELinux__API.html#ga58a40c4086668866e18fa70d00f962ce" title="xcb_selinux_list_item_iterator_t">xcb_selinux_list_item_iterator_t</a>;
<a name="l00243"></a>00243 
<a name="l00245"></a><a class="code" href="group__XCB__SELinux__API.html#gaaaf8de31095d259697242b8f92915e24">00245</a> <span class="preprocessor">#define XCB_SELINUX_SET_PROPERTY_CREATE_CONTEXT 8</span>
<a name="l00246"></a>00246 <span class="preprocessor"></span>
<a name="l00250"></a><a class="code" href="structxcb__selinux__set__property__create__context__request__t.html">00250</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__property__create__context__request__t.html" title="xcb_selinux_set_property_create_context_request_t">xcb_selinux_set_property_create_context_request_t</a> {
<a name="l00251"></a><a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#a510f1c7dc28b76af5cad06cb5ee25bb5">00251</a>     uint8_t  <a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#a510f1c7dc28b76af5cad06cb5ee25bb5">major_opcode</a>; 
<a name="l00252"></a><a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#a96097c04b827047415f622a273293aae">00252</a>     uint8_t  <a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#a96097c04b827047415f622a273293aae">minor_opcode</a>; 
<a name="l00253"></a><a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#a2d430ad7d709a8236f18daac3c706f8f">00253</a>     uint16_t <a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#a2d430ad7d709a8236f18daac3c706f8f">length</a>; 
<a name="l00254"></a><a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#adf1868f1bdf80a3f062b7175ca409ef5">00254</a>     uint32_t <a class="code" href="structxcb__selinux__set__property__create__context__request__t.html#adf1868f1bdf80a3f062b7175ca409ef5">context_len</a>; 
<a name="l00255"></a>00255 } <a class="code" href="group__XCB__SELinux__API.html#ga7a08f0ccaa243e24ee1ec272e49e5dd8" title="xcb_selinux_set_property_create_context_request_t">xcb_selinux_set_property_create_context_request_t</a>;
<a name="l00256"></a>00256 
<a name="l00260"></a><a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html">00260</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html" title="xcb_selinux_get_property_create_context_cookie_t">xcb_selinux_get_property_create_context_cookie_t</a> {
<a name="l00261"></a><a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html#ad952d02b2d21674c99e0c00cf12596d3">00261</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html#ad952d02b2d21674c99e0c00cf12596d3">sequence</a>; 
<a name="l00262"></a>00262 } <a class="code" href="group__XCB__SELinux__API.html#ga824f92a5ae69d674872c213131430a87" title="xcb_selinux_get_property_create_context_cookie_t">xcb_selinux_get_property_create_context_cookie_t</a>;
<a name="l00263"></a>00263 
<a name="l00265"></a><a class="code" href="group__XCB__SELinux__API.html#ga8958eed40cdb871a9f90a891ebb3aa2d">00265</a> <span class="preprocessor">#define XCB_SELINUX_GET_PROPERTY_CREATE_CONTEXT 9</span>
<a name="l00266"></a>00266 <span class="preprocessor"></span>
<a name="l00270"></a><a class="code" href="structxcb__selinux__get__property__create__context__request__t.html">00270</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__create__context__request__t.html" title="xcb_selinux_get_property_create_context_request_t">xcb_selinux_get_property_create_context_request_t</a> {
<a name="l00271"></a><a class="code" href="structxcb__selinux__get__property__create__context__request__t.html#a9e2eb2639b079dcda4d0115fe48322d4">00271</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__create__context__request__t.html#a9e2eb2639b079dcda4d0115fe48322d4">major_opcode</a>; 
<a name="l00272"></a><a class="code" href="structxcb__selinux__get__property__create__context__request__t.html#aed5abbf8a23583ee45e8433a078f8123">00272</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__create__context__request__t.html#aed5abbf8a23583ee45e8433a078f8123">minor_opcode</a>; 
<a name="l00273"></a><a class="code" href="structxcb__selinux__get__property__create__context__request__t.html#ad8c975b16f06e6f56bf7bc2c1ba5ac14">00273</a>     uint16_t <a class="code" href="structxcb__selinux__get__property__create__context__request__t.html#ad8c975b16f06e6f56bf7bc2c1ba5ac14">length</a>; 
<a name="l00274"></a>00274 } <a class="code" href="group__XCB__SELinux__API.html#gac7d285824fe41a718a43a707e0ce4b54" title="xcb_selinux_get_property_create_context_request_t">xcb_selinux_get_property_create_context_request_t</a>;
<a name="l00275"></a>00275 
<a name="l00279"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html">00279</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html" title="xcb_selinux_get_property_create_context_reply_t">xcb_selinux_get_property_create_context_reply_t</a> {
<a name="l00280"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#ae6aa1ab523053e23eb4a0044cfd1e54d">00280</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#ae6aa1ab523053e23eb4a0044cfd1e54d">response_type</a>; 
<a name="l00281"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#a49d2a8658cc8f2adafba6993bd91f32b">00281</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#a49d2a8658cc8f2adafba6993bd91f32b">pad0</a>; 
<a name="l00282"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#a2e84d2a9951aab5121966d984f53d430">00282</a>     uint16_t <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#a2e84d2a9951aab5121966d984f53d430">sequence</a>; 
<a name="l00283"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#aab87125486a7ebb719d9165b0cb6b8cc">00283</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#aab87125486a7ebb719d9165b0cb6b8cc">length</a>; 
<a name="l00284"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#adf0ee3092943d8ea5704e2b87e90b066">00284</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#adf0ee3092943d8ea5704e2b87e90b066">context_len</a>; 
<a name="l00285"></a><a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#a264e92aa247341b3817032307a4bf613">00285</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html#a264e92aa247341b3817032307a4bf613">pad1</a>[20]; 
<a name="l00286"></a>00286 } <a class="code" href="group__XCB__SELinux__API.html#gafec1e2ea24e95f34688b70f88bb6f6a5" title="xcb_selinux_get_property_create_context_reply_t">xcb_selinux_get_property_create_context_reply_t</a>;
<a name="l00287"></a>00287 
<a name="l00289"></a><a class="code" href="group__XCB__SELinux__API.html#ga0af6367992796621ff9a4c161040a270">00289</a> <span class="preprocessor">#define XCB_SELINUX_SET_PROPERTY_USE_CONTEXT 10</span>
<a name="l00290"></a>00290 <span class="preprocessor"></span>
<a name="l00294"></a><a class="code" href="structxcb__selinux__set__property__use__context__request__t.html">00294</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__property__use__context__request__t.html" title="xcb_selinux_set_property_use_context_request_t">xcb_selinux_set_property_use_context_request_t</a> {
<a name="l00295"></a><a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#a40e588cf2daa14a5519474a1f4f9d024">00295</a>     uint8_t  <a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#a40e588cf2daa14a5519474a1f4f9d024">major_opcode</a>; 
<a name="l00296"></a><a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#ae70b50c5b913184936d32298f9026490">00296</a>     uint8_t  <a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#ae70b50c5b913184936d32298f9026490">minor_opcode</a>; 
<a name="l00297"></a><a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#ab0db7f349d4decd9446f66b0a5aa51b8">00297</a>     uint16_t <a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#ab0db7f349d4decd9446f66b0a5aa51b8">length</a>; 
<a name="l00298"></a><a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#a311ceb1698eee808a302110c4294d251">00298</a>     uint32_t <a class="code" href="structxcb__selinux__set__property__use__context__request__t.html#a311ceb1698eee808a302110c4294d251">context_len</a>; 
<a name="l00299"></a>00299 } <a class="code" href="group__XCB__SELinux__API.html#ga8f89b900801caa1e108cca568ba08fb1" title="xcb_selinux_set_property_use_context_request_t">xcb_selinux_set_property_use_context_request_t</a>;
<a name="l00300"></a>00300 
<a name="l00304"></a><a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html">00304</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html" title="xcb_selinux_get_property_use_context_cookie_t">xcb_selinux_get_property_use_context_cookie_t</a> {
<a name="l00305"></a><a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html#a2f27888fdc2d0513dc75ec69714ece00">00305</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html#a2f27888fdc2d0513dc75ec69714ece00">sequence</a>; 
<a name="l00306"></a>00306 } <a class="code" href="group__XCB__SELinux__API.html#ga977a1cb7e75b3cf4426a65e612ad6bda" title="xcb_selinux_get_property_use_context_cookie_t">xcb_selinux_get_property_use_context_cookie_t</a>;
<a name="l00307"></a>00307 
<a name="l00309"></a><a class="code" href="group__XCB__SELinux__API.html#ga2ed25ca2bb7dfbad06f3c9be29898fb8">00309</a> <span class="preprocessor">#define XCB_SELINUX_GET_PROPERTY_USE_CONTEXT 11</span>
<a name="l00310"></a>00310 <span class="preprocessor"></span>
<a name="l00314"></a><a class="code" href="structxcb__selinux__get__property__use__context__request__t.html">00314</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__use__context__request__t.html" title="xcb_selinux_get_property_use_context_request_t">xcb_selinux_get_property_use_context_request_t</a> {
<a name="l00315"></a><a class="code" href="structxcb__selinux__get__property__use__context__request__t.html#a3896d7b08eaef35a02d256f723462296">00315</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__use__context__request__t.html#a3896d7b08eaef35a02d256f723462296">major_opcode</a>; 
<a name="l00316"></a><a class="code" href="structxcb__selinux__get__property__use__context__request__t.html#adf22be0a6694d26cb9d5a3e7017fde9c">00316</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__use__context__request__t.html#adf22be0a6694d26cb9d5a3e7017fde9c">minor_opcode</a>; 
<a name="l00317"></a><a class="code" href="structxcb__selinux__get__property__use__context__request__t.html#ae571a8638e38f871c4f76776cf938b73">00317</a>     uint16_t <a class="code" href="structxcb__selinux__get__property__use__context__request__t.html#ae571a8638e38f871c4f76776cf938b73">length</a>; 
<a name="l00318"></a>00318 } <a class="code" href="group__XCB__SELinux__API.html#ga4eba9c2c7bfc92d7f959a2b13f5bf4f4" title="xcb_selinux_get_property_use_context_request_t">xcb_selinux_get_property_use_context_request_t</a>;
<a name="l00319"></a>00319 
<a name="l00323"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html">00323</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html" title="xcb_selinux_get_property_use_context_reply_t">xcb_selinux_get_property_use_context_reply_t</a> {
<a name="l00324"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#aba737b2eb0d93c480c353fa6529445d4">00324</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#aba737b2eb0d93c480c353fa6529445d4">response_type</a>; 
<a name="l00325"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#a3ce3e64281c3ef9b1bb3f4aa2cbbb125">00325</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#a3ce3e64281c3ef9b1bb3f4aa2cbbb125">pad0</a>; 
<a name="l00326"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#a9b943414746535f460e00535324e571e">00326</a>     uint16_t <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#a9b943414746535f460e00535324e571e">sequence</a>; 
<a name="l00327"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#ac468d05310d9d5b2a3421f8d3207166b">00327</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#ac468d05310d9d5b2a3421f8d3207166b">length</a>; 
<a name="l00328"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#a9c569e7fdab67dd0127363132fe92e78">00328</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#a9c569e7fdab67dd0127363132fe92e78">context_len</a>; 
<a name="l00329"></a><a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#aededed61806e05ecd82bfef587670fd4">00329</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html#aededed61806e05ecd82bfef587670fd4">pad1</a>[20]; 
<a name="l00330"></a>00330 } <a class="code" href="group__XCB__SELinux__API.html#gaedfc4e93dabd056132d87bf7be7e386a" title="xcb_selinux_get_property_use_context_reply_t">xcb_selinux_get_property_use_context_reply_t</a>;
<a name="l00331"></a>00331 
<a name="l00335"></a><a class="code" href="structxcb__selinux__get__property__context__cookie__t.html">00335</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__context__cookie__t.html" title="xcb_selinux_get_property_context_cookie_t">xcb_selinux_get_property_context_cookie_t</a> {
<a name="l00336"></a><a class="code" href="structxcb__selinux__get__property__context__cookie__t.html#a647187eb9c7c69eee2e5c34dd8a33d93">00336</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__property__context__cookie__t.html#a647187eb9c7c69eee2e5c34dd8a33d93">sequence</a>; 
<a name="l00337"></a>00337 } <a class="code" href="group__XCB__SELinux__API.html#ga8d3123e2ef18a2398c7f479fca875131" title="xcb_selinux_get_property_context_cookie_t">xcb_selinux_get_property_context_cookie_t</a>;
<a name="l00338"></a>00338 
<a name="l00340"></a><a class="code" href="group__XCB__SELinux__API.html#ga2da5a5dcaadf4eb5a83c393f604ab367">00340</a> <span class="preprocessor">#define XCB_SELINUX_GET_PROPERTY_CONTEXT 12</span>
<a name="l00341"></a>00341 <span class="preprocessor"></span>
<a name="l00345"></a><a class="code" href="structxcb__selinux__get__property__context__request__t.html">00345</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__context__request__t.html" title="xcb_selinux_get_property_context_request_t">xcb_selinux_get_property_context_request_t</a> {
<a name="l00346"></a><a class="code" href="structxcb__selinux__get__property__context__request__t.html#af7ece5666adb7357101edac0a7416b05">00346</a>     uint8_t      <a class="code" href="structxcb__selinux__get__property__context__request__t.html#af7ece5666adb7357101edac0a7416b05">major_opcode</a>; 
<a name="l00347"></a><a class="code" href="structxcb__selinux__get__property__context__request__t.html#ae7d4889409845829de1166042896f8ba">00347</a>     uint8_t      <a class="code" href="structxcb__selinux__get__property__context__request__t.html#ae7d4889409845829de1166042896f8ba">minor_opcode</a>; 
<a name="l00348"></a><a class="code" href="structxcb__selinux__get__property__context__request__t.html#a51bb63acec3fbbba2bed38521e5d368f">00348</a>     uint16_t     <a class="code" href="structxcb__selinux__get__property__context__request__t.html#a51bb63acec3fbbba2bed38521e5d368f">length</a>; 
<a name="l00349"></a><a class="code" href="structxcb__selinux__get__property__context__request__t.html#a205ffbb4802ce8b662b878e6d3a959b9">00349</a>     xcb_window_t <a class="code" href="structxcb__selinux__get__property__context__request__t.html#a205ffbb4802ce8b662b878e6d3a959b9">window</a>; 
<a name="l00350"></a><a class="code" href="structxcb__selinux__get__property__context__request__t.html#a057fa4686e8d8e264a57a29f81851f73">00350</a>     xcb_atom_t   <a class="code" href="structxcb__selinux__get__property__context__request__t.html#a057fa4686e8d8e264a57a29f81851f73">property</a>; 
<a name="l00351"></a>00351 } <a class="code" href="group__XCB__SELinux__API.html#ga1c963f82e5e45dafefba1d45af0b059b" title="xcb_selinux_get_property_context_request_t">xcb_selinux_get_property_context_request_t</a>;
<a name="l00352"></a>00352 
<a name="l00356"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html">00356</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__context__reply__t.html" title="xcb_selinux_get_property_context_reply_t">xcb_selinux_get_property_context_reply_t</a> {
<a name="l00357"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html#a6926a8d91a34b5d4a776d6200053693d">00357</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__context__reply__t.html#a6926a8d91a34b5d4a776d6200053693d">response_type</a>; 
<a name="l00358"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html#aabd1e88829dc72cabbcd272eed15ea85">00358</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__context__reply__t.html#aabd1e88829dc72cabbcd272eed15ea85">pad0</a>; 
<a name="l00359"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html#aeb224ea544a93a4b3078981c2d65e259">00359</a>     uint16_t <a class="code" href="structxcb__selinux__get__property__context__reply__t.html#aeb224ea544a93a4b3078981c2d65e259">sequence</a>; 
<a name="l00360"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html#ac7bec5cb6981418d8ef856d368e86068">00360</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__context__reply__t.html#ac7bec5cb6981418d8ef856d368e86068">length</a>; 
<a name="l00361"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html#a07f68df9231c76923f7e1ce2ea1be4b9">00361</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__context__reply__t.html#a07f68df9231c76923f7e1ce2ea1be4b9">context_len</a>; 
<a name="l00362"></a><a class="code" href="structxcb__selinux__get__property__context__reply__t.html#a4ac58a091cce4ad7343e6f92cbf12bba">00362</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__context__reply__t.html#a4ac58a091cce4ad7343e6f92cbf12bba">pad1</a>[20]; 
<a name="l00363"></a>00363 } <a class="code" href="group__XCB__SELinux__API.html#gadf19929efd803a705c353b9cc6abc13f" title="xcb_selinux_get_property_context_reply_t">xcb_selinux_get_property_context_reply_t</a>;
<a name="l00364"></a>00364 
<a name="l00368"></a><a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html">00368</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html" title="xcb_selinux_get_property_data_context_cookie_t">xcb_selinux_get_property_data_context_cookie_t</a> {
<a name="l00369"></a><a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html#a3076c86c5084e01eb991eb02dc3cb122">00369</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html#a3076c86c5084e01eb991eb02dc3cb122">sequence</a>; 
<a name="l00370"></a>00370 } <a class="code" href="group__XCB__SELinux__API.html#ga0d6350c3d3636c07e88f48ea223f2293" title="xcb_selinux_get_property_data_context_cookie_t">xcb_selinux_get_property_data_context_cookie_t</a>;
<a name="l00371"></a>00371 
<a name="l00373"></a><a class="code" href="group__XCB__SELinux__API.html#ga1e42d3492871e695cdcc4c33013cc16f">00373</a> <span class="preprocessor">#define XCB_SELINUX_GET_PROPERTY_DATA_CONTEXT 13</span>
<a name="l00374"></a>00374 <span class="preprocessor"></span>
<a name="l00378"></a><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html">00378</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html" title="xcb_selinux_get_property_data_context_request_t">xcb_selinux_get_property_data_context_request_t</a> {
<a name="l00379"></a><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a8c8e756887097811d6f5273364e1bb16">00379</a>     uint8_t      <a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a8c8e756887097811d6f5273364e1bb16">major_opcode</a>; 
<a name="l00380"></a><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a4b19359c38da2e88d96454c7c06407a1">00380</a>     uint8_t      <a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a4b19359c38da2e88d96454c7c06407a1">minor_opcode</a>; 
<a name="l00381"></a><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a35951e8292649a406dcd0b063a6e3d64">00381</a>     uint16_t     <a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a35951e8292649a406dcd0b063a6e3d64">length</a>; 
<a name="l00382"></a><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a4a83f08fd0fe7510137f706309b419e6">00382</a>     xcb_window_t <a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a4a83f08fd0fe7510137f706309b419e6">window</a>; 
<a name="l00383"></a><a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a75997ea930f274f9c194a7d4d3a2429d">00383</a>     xcb_atom_t   <a class="code" href="structxcb__selinux__get__property__data__context__request__t.html#a75997ea930f274f9c194a7d4d3a2429d">property</a>; 
<a name="l00384"></a>00384 } <a class="code" href="group__XCB__SELinux__API.html#ga17d0553d0076d3e969c1a2df674b3597" title="xcb_selinux_get_property_data_context_request_t">xcb_selinux_get_property_data_context_request_t</a>;
<a name="l00385"></a>00385 
<a name="l00389"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html">00389</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html" title="xcb_selinux_get_property_data_context_reply_t">xcb_selinux_get_property_data_context_reply_t</a> {
<a name="l00390"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#ad61f0e202388621f8e72ea9c04a467dc">00390</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#ad61f0e202388621f8e72ea9c04a467dc">response_type</a>; 
<a name="l00391"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#a1aeff4ba2ec73c1567ddae0da4b67a75">00391</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#a1aeff4ba2ec73c1567ddae0da4b67a75">pad0</a>; 
<a name="l00392"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#ac8c70193e6734020e362a1c61d035c2b">00392</a>     uint16_t <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#ac8c70193e6734020e362a1c61d035c2b">sequence</a>; 
<a name="l00393"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#a05feafa2a1a6e492732a23f2c33ea2db">00393</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#a05feafa2a1a6e492732a23f2c33ea2db">length</a>; 
<a name="l00394"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#aeff87b9bbdfef7c6e993363121db119c">00394</a>     uint32_t <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#aeff87b9bbdfef7c6e993363121db119c">context_len</a>; 
<a name="l00395"></a><a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#ae458eec1ef775a3dc25cc35ba3a6d829">00395</a>     uint8_t  <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html#ae458eec1ef775a3dc25cc35ba3a6d829">pad1</a>[20]; 
<a name="l00396"></a>00396 } <a class="code" href="group__XCB__SELinux__API.html#ga7a98843c2a01f31e64f58beab6561d54" title="xcb_selinux_get_property_data_context_reply_t">xcb_selinux_get_property_data_context_reply_t</a>;
<a name="l00397"></a>00397 
<a name="l00401"></a><a class="code" href="structxcb__selinux__list__properties__cookie__t.html">00401</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__properties__cookie__t.html" title="xcb_selinux_list_properties_cookie_t">xcb_selinux_list_properties_cookie_t</a> {
<a name="l00402"></a><a class="code" href="structxcb__selinux__list__properties__cookie__t.html#a1f099248f58ffc4f2448b5a6aa5685ae">00402</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__list__properties__cookie__t.html#a1f099248f58ffc4f2448b5a6aa5685ae">sequence</a>; 
<a name="l00403"></a>00403 } <a class="code" href="group__XCB__SELinux__API.html#gac668751d0fc123af07fe2be9ba354ce4" title="xcb_selinux_list_properties_cookie_t">xcb_selinux_list_properties_cookie_t</a>;
<a name="l00404"></a>00404 
<a name="l00406"></a><a class="code" href="group__XCB__SELinux__API.html#ga4c5bc6437e7cbcc1daf45fd7b414aa65">00406</a> <span class="preprocessor">#define XCB_SELINUX_LIST_PROPERTIES 14</span>
<a name="l00407"></a>00407 <span class="preprocessor"></span>
<a name="l00411"></a><a class="code" href="structxcb__selinux__list__properties__request__t.html">00411</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__properties__request__t.html" title="xcb_selinux_list_properties_request_t">xcb_selinux_list_properties_request_t</a> {
<a name="l00412"></a><a class="code" href="structxcb__selinux__list__properties__request__t.html#a1f8fdce3b9d05f478207b675b13c2b33">00412</a>     uint8_t      <a class="code" href="structxcb__selinux__list__properties__request__t.html#a1f8fdce3b9d05f478207b675b13c2b33">major_opcode</a>; 
<a name="l00413"></a><a class="code" href="structxcb__selinux__list__properties__request__t.html#a25c763bc7d0fa1449f9ad355f840c999">00413</a>     uint8_t      <a class="code" href="structxcb__selinux__list__properties__request__t.html#a25c763bc7d0fa1449f9ad355f840c999">minor_opcode</a>; 
<a name="l00414"></a><a class="code" href="structxcb__selinux__list__properties__request__t.html#a5449ea73b9a6fd63f06079f3bb98d69a">00414</a>     uint16_t     <a class="code" href="structxcb__selinux__list__properties__request__t.html#a5449ea73b9a6fd63f06079f3bb98d69a">length</a>; 
<a name="l00415"></a><a class="code" href="structxcb__selinux__list__properties__request__t.html#aa442951e610ac848984449fc09063fcd">00415</a>     xcb_window_t <a class="code" href="structxcb__selinux__list__properties__request__t.html#aa442951e610ac848984449fc09063fcd">window</a>; 
<a name="l00416"></a>00416 } <a class="code" href="group__XCB__SELinux__API.html#gae28eaa2d694713a902a48fb9e996dca7" title="xcb_selinux_list_properties_request_t">xcb_selinux_list_properties_request_t</a>;
<a name="l00417"></a>00417 
<a name="l00421"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html">00421</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__properties__reply__t.html" title="xcb_selinux_list_properties_reply_t">xcb_selinux_list_properties_reply_t</a> {
<a name="l00422"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html#a850f537fa2925fc9d80449c65372185d">00422</a>     uint8_t  <a class="code" href="structxcb__selinux__list__properties__reply__t.html#a850f537fa2925fc9d80449c65372185d">response_type</a>; 
<a name="l00423"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html#ae72ac71b491e8e86ae92e677e0616bc1">00423</a>     uint8_t  <a class="code" href="structxcb__selinux__list__properties__reply__t.html#ae72ac71b491e8e86ae92e677e0616bc1">pad0</a>; 
<a name="l00424"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html#a8f446ca06d6c0fff27a9a27c3b0a50ab">00424</a>     uint16_t <a class="code" href="structxcb__selinux__list__properties__reply__t.html#a8f446ca06d6c0fff27a9a27c3b0a50ab">sequence</a>; 
<a name="l00425"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html#a492c92b24aea58fe20488f8e00381360">00425</a>     uint32_t <a class="code" href="structxcb__selinux__list__properties__reply__t.html#a492c92b24aea58fe20488f8e00381360">length</a>; 
<a name="l00426"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html#adf8e5ec9cf9f701084cdfeacd98e2cc5">00426</a>     uint32_t <a class="code" href="structxcb__selinux__list__properties__reply__t.html#adf8e5ec9cf9f701084cdfeacd98e2cc5">properties_len</a>; 
<a name="l00427"></a><a class="code" href="structxcb__selinux__list__properties__reply__t.html#a8dd6581567b338d95bf5573c90b2c464">00427</a>     uint8_t  <a class="code" href="structxcb__selinux__list__properties__reply__t.html#a8dd6581567b338d95bf5573c90b2c464">pad1</a>[20]; 
<a name="l00428"></a>00428 } <a class="code" href="group__XCB__SELinux__API.html#ga04f3000e154ec8cbe604e3b6803d948e" title="xcb_selinux_list_properties_reply_t">xcb_selinux_list_properties_reply_t</a>;
<a name="l00429"></a>00429 
<a name="l00431"></a><a class="code" href="group__XCB__SELinux__API.html#ga55ce31b388ced0b19d49a93ae518d134">00431</a> <span class="preprocessor">#define XCB_SELINUX_SET_SELECTION_CREATE_CONTEXT 15</span>
<a name="l00432"></a>00432 <span class="preprocessor"></span>
<a name="l00436"></a><a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html">00436</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html" title="xcb_selinux_set_selection_create_context_request_t">xcb_selinux_set_selection_create_context_request_t</a> {
<a name="l00437"></a><a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#ab1a4dddf3c9362214f1a560c667efdfe">00437</a>     uint8_t  <a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#ab1a4dddf3c9362214f1a560c667efdfe">major_opcode</a>; 
<a name="l00438"></a><a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#a0473d22303ed0f6021c32814a8d0354a">00438</a>     uint8_t  <a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#a0473d22303ed0f6021c32814a8d0354a">minor_opcode</a>; 
<a name="l00439"></a><a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#a2954e1aaa8375f35c01a19949ab4d4a4">00439</a>     uint16_t <a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#a2954e1aaa8375f35c01a19949ab4d4a4">length</a>; 
<a name="l00440"></a><a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#a60dee926625abc0598ba01ecbbfacfc0">00440</a>     uint32_t <a class="code" href="structxcb__selinux__set__selection__create__context__request__t.html#a60dee926625abc0598ba01ecbbfacfc0">context_len</a>; 
<a name="l00441"></a>00441 } <a class="code" href="group__XCB__SELinux__API.html#ga6835e8ef8ccb67891472bba7f1a26224" title="xcb_selinux_set_selection_create_context_request_t">xcb_selinux_set_selection_create_context_request_t</a>;
<a name="l00442"></a>00442 
<a name="l00446"></a><a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html">00446</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html" title="xcb_selinux_get_selection_create_context_cookie_t">xcb_selinux_get_selection_create_context_cookie_t</a> {
<a name="l00447"></a><a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html#ae479785b9175484258d087ec3bc64367">00447</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html#ae479785b9175484258d087ec3bc64367">sequence</a>; 
<a name="l00448"></a>00448 } <a class="code" href="group__XCB__SELinux__API.html#gaf4f0471c063bf0ba2b12ede0e9c97731" title="xcb_selinux_get_selection_create_context_cookie_t">xcb_selinux_get_selection_create_context_cookie_t</a>;
<a name="l00449"></a>00449 
<a name="l00451"></a><a class="code" href="group__XCB__SELinux__API.html#ga5e4251dec523613dc511311f78828502">00451</a> <span class="preprocessor">#define XCB_SELINUX_GET_SELECTION_CREATE_CONTEXT 16</span>
<a name="l00452"></a>00452 <span class="preprocessor"></span>
<a name="l00456"></a><a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html">00456</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html" title="xcb_selinux_get_selection_create_context_request_t">xcb_selinux_get_selection_create_context_request_t</a> {
<a name="l00457"></a><a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html#a6bef6c1dfe47730984d1ec3470a7aa3a">00457</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html#a6bef6c1dfe47730984d1ec3470a7aa3a">major_opcode</a>; 
<a name="l00458"></a><a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html#a826028ccf8730e9cf6e7cd7038ec28a3">00458</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html#a826028ccf8730e9cf6e7cd7038ec28a3">minor_opcode</a>; 
<a name="l00459"></a><a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html#a34fb988b45eec123c7532c32ca1eaaaa">00459</a>     uint16_t <a class="code" href="structxcb__selinux__get__selection__create__context__request__t.html#a34fb988b45eec123c7532c32ca1eaaaa">length</a>; 
<a name="l00460"></a>00460 } <a class="code" href="group__XCB__SELinux__API.html#ga3706bcd19755893dcd8d1cc3db67d7f2" title="xcb_selinux_get_selection_create_context_request_t">xcb_selinux_get_selection_create_context_request_t</a>;
<a name="l00461"></a>00461 
<a name="l00465"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html">00465</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html" title="xcb_selinux_get_selection_create_context_reply_t">xcb_selinux_get_selection_create_context_reply_t</a> {
<a name="l00466"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#aa607ccb5f9d19445129f0cf97e52086b">00466</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#aa607ccb5f9d19445129f0cf97e52086b">response_type</a>; 
<a name="l00467"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#ac2c1702ed8169aae0a96f1c2b6696be4">00467</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#ac2c1702ed8169aae0a96f1c2b6696be4">pad0</a>; 
<a name="l00468"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#accd9f8c7d85961a4ded49042de5cddce">00468</a>     uint16_t <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#accd9f8c7d85961a4ded49042de5cddce">sequence</a>; 
<a name="l00469"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#a41616cd12589ac0c7e2fbe17a1e6aab1">00469</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#a41616cd12589ac0c7e2fbe17a1e6aab1">length</a>; 
<a name="l00470"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#a2ddd40cb537a1f3faeacc500364fdfab">00470</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#a2ddd40cb537a1f3faeacc500364fdfab">context_len</a>; 
<a name="l00471"></a><a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#a97ec6844246179c0719c0cc5334a439c">00471</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html#a97ec6844246179c0719c0cc5334a439c">pad1</a>[20]; 
<a name="l00472"></a>00472 } <a class="code" href="group__XCB__SELinux__API.html#gacb70751e9bb537a0d3ca0129c9fae8b7" title="xcb_selinux_get_selection_create_context_reply_t">xcb_selinux_get_selection_create_context_reply_t</a>;
<a name="l00473"></a>00473 
<a name="l00475"></a><a class="code" href="group__XCB__SELinux__API.html#ga8f25e27161c588fa6f41b2830af654da">00475</a> <span class="preprocessor">#define XCB_SELINUX_SET_SELECTION_USE_CONTEXT 17</span>
<a name="l00476"></a>00476 <span class="preprocessor"></span>
<a name="l00480"></a><a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html">00480</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html" title="xcb_selinux_set_selection_use_context_request_t">xcb_selinux_set_selection_use_context_request_t</a> {
<a name="l00481"></a><a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#a81fc1f7ed98856ef28625e06e22aa826">00481</a>     uint8_t  <a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#a81fc1f7ed98856ef28625e06e22aa826">major_opcode</a>; 
<a name="l00482"></a><a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#ad036b7c146ec2a6c5b19b8fc056aa7de">00482</a>     uint8_t  <a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#ad036b7c146ec2a6c5b19b8fc056aa7de">minor_opcode</a>; 
<a name="l00483"></a><a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#a907d1d510012a6f1a9b33d71a3c32b0c">00483</a>     uint16_t <a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#a907d1d510012a6f1a9b33d71a3c32b0c">length</a>; 
<a name="l00484"></a><a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#a75909fb63846bd1fd62542a5389435b7">00484</a>     uint32_t <a class="code" href="structxcb__selinux__set__selection__use__context__request__t.html#a75909fb63846bd1fd62542a5389435b7">context_len</a>; 
<a name="l00485"></a>00485 } <a class="code" href="group__XCB__SELinux__API.html#gaa75c4b90d73bc75dce2f317a63a24a89" title="xcb_selinux_set_selection_use_context_request_t">xcb_selinux_set_selection_use_context_request_t</a>;
<a name="l00486"></a>00486 
<a name="l00490"></a><a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html">00490</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html" title="xcb_selinux_get_selection_use_context_cookie_t">xcb_selinux_get_selection_use_context_cookie_t</a> {
<a name="l00491"></a><a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html#a213176c1b680d0236afcd51e37196fba">00491</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html#a213176c1b680d0236afcd51e37196fba">sequence</a>; 
<a name="l00492"></a>00492 } <a class="code" href="group__XCB__SELinux__API.html#ga0cb4cbe26bb5baee633a09391cc17d21" title="xcb_selinux_get_selection_use_context_cookie_t">xcb_selinux_get_selection_use_context_cookie_t</a>;
<a name="l00493"></a>00493 
<a name="l00495"></a><a class="code" href="group__XCB__SELinux__API.html#ga277eae75e5cff1af192b5f0bb7f9a948">00495</a> <span class="preprocessor">#define XCB_SELINUX_GET_SELECTION_USE_CONTEXT 18</span>
<a name="l00496"></a>00496 <span class="preprocessor"></span>
<a name="l00500"></a><a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html">00500</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html" title="xcb_selinux_get_selection_use_context_request_t">xcb_selinux_get_selection_use_context_request_t</a> {
<a name="l00501"></a><a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html#a9350bafd3a1ae33eccd8c08c9ece6969">00501</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html#a9350bafd3a1ae33eccd8c08c9ece6969">major_opcode</a>; 
<a name="l00502"></a><a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html#a37206bc98efac2301d3147de6ad1b72d">00502</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html#a37206bc98efac2301d3147de6ad1b72d">minor_opcode</a>; 
<a name="l00503"></a><a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html#ac4d9e7275a8dd44fdec217ae670ca816">00503</a>     uint16_t <a class="code" href="structxcb__selinux__get__selection__use__context__request__t.html#ac4d9e7275a8dd44fdec217ae670ca816">length</a>; 
<a name="l00504"></a>00504 } <a class="code" href="group__XCB__SELinux__API.html#ga91bd2e1c185307f3fb4e0bbe1b5f0ffb" title="xcb_selinux_get_selection_use_context_request_t">xcb_selinux_get_selection_use_context_request_t</a>;
<a name="l00505"></a>00505 
<a name="l00509"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html">00509</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html" title="xcb_selinux_get_selection_use_context_reply_t">xcb_selinux_get_selection_use_context_reply_t</a> {
<a name="l00510"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#abf1237187a233ec8d31e96f6e2ba52e4">00510</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#abf1237187a233ec8d31e96f6e2ba52e4">response_type</a>; 
<a name="l00511"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a2b8395b20bc8c1f49f9ecc0bd89f8292">00511</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a2b8395b20bc8c1f49f9ecc0bd89f8292">pad0</a>; 
<a name="l00512"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a64fd976e76ccfec8baa8e3450eba9ba5">00512</a>     uint16_t <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a64fd976e76ccfec8baa8e3450eba9ba5">sequence</a>; 
<a name="l00513"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a6dd0535f78c61122c975a58a3465ba7b">00513</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a6dd0535f78c61122c975a58a3465ba7b">length</a>; 
<a name="l00514"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#abb17c5b8c5ee2d6eedbd8b63cf61e9a8">00514</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#abb17c5b8c5ee2d6eedbd8b63cf61e9a8">context_len</a>; 
<a name="l00515"></a><a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a29c76abcd154ee9888b947ae87b4e08c">00515</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html#a29c76abcd154ee9888b947ae87b4e08c">pad1</a>[20]; 
<a name="l00516"></a>00516 } <a class="code" href="group__XCB__SELinux__API.html#gaeb648c71054d69403437b4fedfc35c0f" title="xcb_selinux_get_selection_use_context_reply_t">xcb_selinux_get_selection_use_context_reply_t</a>;
<a name="l00517"></a>00517 
<a name="l00521"></a><a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html">00521</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html" title="xcb_selinux_get_selection_context_cookie_t">xcb_selinux_get_selection_context_cookie_t</a> {
<a name="l00522"></a><a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html#a79c0cf22d6e65d2acaa5fb4bec786038">00522</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html#a79c0cf22d6e65d2acaa5fb4bec786038">sequence</a>; 
<a name="l00523"></a>00523 } <a class="code" href="group__XCB__SELinux__API.html#ga91111effbf55f1a19bda2aa2bb7456c6" title="xcb_selinux_get_selection_context_cookie_t">xcb_selinux_get_selection_context_cookie_t</a>;
<a name="l00524"></a>00524 
<a name="l00526"></a><a class="code" href="group__XCB__SELinux__API.html#ga44877e46673154446dabe49739fde9ff">00526</a> <span class="preprocessor">#define XCB_SELINUX_GET_SELECTION_CONTEXT 19</span>
<a name="l00527"></a>00527 <span class="preprocessor"></span>
<a name="l00531"></a><a class="code" href="structxcb__selinux__get__selection__context__request__t.html">00531</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__context__request__t.html" title="xcb_selinux_get_selection_context_request_t">xcb_selinux_get_selection_context_request_t</a> {
<a name="l00532"></a><a class="code" href="structxcb__selinux__get__selection__context__request__t.html#a85a5b787f34a488fc1676de4cd68bb50">00532</a>     uint8_t    <a class="code" href="structxcb__selinux__get__selection__context__request__t.html#a85a5b787f34a488fc1676de4cd68bb50">major_opcode</a>; 
<a name="l00533"></a><a class="code" href="structxcb__selinux__get__selection__context__request__t.html#a1fc20b4652173fc1adf79d0d14de0fb8">00533</a>     uint8_t    <a class="code" href="structxcb__selinux__get__selection__context__request__t.html#a1fc20b4652173fc1adf79d0d14de0fb8">minor_opcode</a>; 
<a name="l00534"></a><a class="code" href="structxcb__selinux__get__selection__context__request__t.html#a5377ef0a1bf7b65e6144233fbd28a5ac">00534</a>     uint16_t   <a class="code" href="structxcb__selinux__get__selection__context__request__t.html#a5377ef0a1bf7b65e6144233fbd28a5ac">length</a>; 
<a name="l00535"></a><a class="code" href="structxcb__selinux__get__selection__context__request__t.html#aec60023ffe33e16f269f7fe6096bf53e">00535</a>     xcb_atom_t <a class="code" href="structxcb__selinux__get__selection__context__request__t.html#aec60023ffe33e16f269f7fe6096bf53e">selection</a>; 
<a name="l00536"></a>00536 } <a class="code" href="group__XCB__SELinux__API.html#ga13573eaaf36340daff7ab75fcf721f3d" title="xcb_selinux_get_selection_context_request_t">xcb_selinux_get_selection_context_request_t</a>;
<a name="l00537"></a>00537 
<a name="l00541"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html">00541</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html" title="xcb_selinux_get_selection_context_reply_t">xcb_selinux_get_selection_context_reply_t</a> {
<a name="l00542"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#a82a679cee5803ee39876d78053269b9b">00542</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#a82a679cee5803ee39876d78053269b9b">response_type</a>; 
<a name="l00543"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#a9e3afa17fa33137c68ad0e6602799d9a">00543</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#a9e3afa17fa33137c68ad0e6602799d9a">pad0</a>; 
<a name="l00544"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#af849372c7a53d4908d88abd2d75d3df3">00544</a>     uint16_t <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#af849372c7a53d4908d88abd2d75d3df3">sequence</a>; 
<a name="l00545"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#aca3ff82a9f3ea110c2f10214b7437abb">00545</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#aca3ff82a9f3ea110c2f10214b7437abb">length</a>; 
<a name="l00546"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#aa66985006985eeb1f85ee9b44ad76541">00546</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#aa66985006985eeb1f85ee9b44ad76541">context_len</a>; 
<a name="l00547"></a><a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#ab772e8b85c8f9d37a27b755364a1bf8f">00547</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html#ab772e8b85c8f9d37a27b755364a1bf8f">pad1</a>[20]; 
<a name="l00548"></a>00548 } <a class="code" href="group__XCB__SELinux__API.html#ga7d3a6efc89b2cecdde145e5636b35095" title="xcb_selinux_get_selection_context_reply_t">xcb_selinux_get_selection_context_reply_t</a>;
<a name="l00549"></a>00549 
<a name="l00553"></a><a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html">00553</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html" title="xcb_selinux_get_selection_data_context_cookie_t">xcb_selinux_get_selection_data_context_cookie_t</a> {
<a name="l00554"></a><a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html#a86314c116c89ee459e9cf982d159e98e">00554</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html#a86314c116c89ee459e9cf982d159e98e">sequence</a>; 
<a name="l00555"></a>00555 } <a class="code" href="group__XCB__SELinux__API.html#gadbeddc879d049330dfcffe16c780ab8f" title="xcb_selinux_get_selection_data_context_cookie_t">xcb_selinux_get_selection_data_context_cookie_t</a>;
<a name="l00556"></a>00556 
<a name="l00558"></a><a class="code" href="group__XCB__SELinux__API.html#ga93104d58cefda111dacd775e49915750">00558</a> <span class="preprocessor">#define XCB_SELINUX_GET_SELECTION_DATA_CONTEXT 20</span>
<a name="l00559"></a>00559 <span class="preprocessor"></span>
<a name="l00563"></a><a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html">00563</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html" title="xcb_selinux_get_selection_data_context_request_t">xcb_selinux_get_selection_data_context_request_t</a> {
<a name="l00564"></a><a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#a2f0d15121976f056f79c2c001a34f03f">00564</a>     uint8_t    <a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#a2f0d15121976f056f79c2c001a34f03f">major_opcode</a>; 
<a name="l00565"></a><a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#ac7ea9e64eb2f277e1c9059ceafa3e0a8">00565</a>     uint8_t    <a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#ac7ea9e64eb2f277e1c9059ceafa3e0a8">minor_opcode</a>; 
<a name="l00566"></a><a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#a483d1fab71d0e30ee8e802e4b2bee5f1">00566</a>     uint16_t   <a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#a483d1fab71d0e30ee8e802e4b2bee5f1">length</a>; 
<a name="l00567"></a><a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#ad21d98cd8a0971dbea32fdbd05c8a050">00567</a>     xcb_atom_t <a class="code" href="structxcb__selinux__get__selection__data__context__request__t.html#ad21d98cd8a0971dbea32fdbd05c8a050">selection</a>; 
<a name="l00568"></a>00568 } <a class="code" href="group__XCB__SELinux__API.html#ga64b28bf060b4a7a5802904989883d40a" title="xcb_selinux_get_selection_data_context_request_t">xcb_selinux_get_selection_data_context_request_t</a>;
<a name="l00569"></a>00569 
<a name="l00573"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html">00573</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html" title="xcb_selinux_get_selection_data_context_reply_t">xcb_selinux_get_selection_data_context_reply_t</a> {
<a name="l00574"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#add55796c964cfc0962705f060c1b304b">00574</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#add55796c964cfc0962705f060c1b304b">response_type</a>; 
<a name="l00575"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#ab1dc22c89f640950080f6b1afbafdd0e">00575</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#ab1dc22c89f640950080f6b1afbafdd0e">pad0</a>; 
<a name="l00576"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#a615678e46f957ff4602bf523d17136fc">00576</a>     uint16_t <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#a615678e46f957ff4602bf523d17136fc">sequence</a>; 
<a name="l00577"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#af1d59fd1422b3cb9627d05930b0474dc">00577</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#af1d59fd1422b3cb9627d05930b0474dc">length</a>; 
<a name="l00578"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#ad24cb1707bf923623aa1752f300f441d">00578</a>     uint32_t <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#ad24cb1707bf923623aa1752f300f441d">context_len</a>; 
<a name="l00579"></a><a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#a130bd0fe66ad12e72d1b4c46cb366a5d">00579</a>     uint8_t  <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html#a130bd0fe66ad12e72d1b4c46cb366a5d">pad1</a>[20]; 
<a name="l00580"></a>00580 } <a class="code" href="group__XCB__SELinux__API.html#gaaf2d814b7353d8904e5f615d7391248f" title="xcb_selinux_get_selection_data_context_reply_t">xcb_selinux_get_selection_data_context_reply_t</a>;
<a name="l00581"></a>00581 
<a name="l00585"></a><a class="code" href="structxcb__selinux__list__selections__cookie__t.html">00585</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__selections__cookie__t.html" title="xcb_selinux_list_selections_cookie_t">xcb_selinux_list_selections_cookie_t</a> {
<a name="l00586"></a><a class="code" href="structxcb__selinux__list__selections__cookie__t.html#a30569880f9e5d3bc5544fefb81b7e7fc">00586</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__list__selections__cookie__t.html#a30569880f9e5d3bc5544fefb81b7e7fc">sequence</a>; 
<a name="l00587"></a>00587 } <a class="code" href="group__XCB__SELinux__API.html#ga99a2f4feec8e9de0c8f925c45f2b5129" title="xcb_selinux_list_selections_cookie_t">xcb_selinux_list_selections_cookie_t</a>;
<a name="l00588"></a>00588 
<a name="l00590"></a><a class="code" href="group__XCB__SELinux__API.html#ga2331139621bfd536c9132cdbea038d49">00590</a> <span class="preprocessor">#define XCB_SELINUX_LIST_SELECTIONS 21</span>
<a name="l00591"></a>00591 <span class="preprocessor"></span>
<a name="l00595"></a><a class="code" href="structxcb__selinux__list__selections__request__t.html">00595</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__selections__request__t.html" title="xcb_selinux_list_selections_request_t">xcb_selinux_list_selections_request_t</a> {
<a name="l00596"></a><a class="code" href="structxcb__selinux__list__selections__request__t.html#aae05d4d1ade941fd4009808cecaefb69">00596</a>     uint8_t  <a class="code" href="structxcb__selinux__list__selections__request__t.html#aae05d4d1ade941fd4009808cecaefb69">major_opcode</a>; 
<a name="l00597"></a><a class="code" href="structxcb__selinux__list__selections__request__t.html#a539a316beeb508f2e95f5e3a2521f93f">00597</a>     uint8_t  <a class="code" href="structxcb__selinux__list__selections__request__t.html#a539a316beeb508f2e95f5e3a2521f93f">minor_opcode</a>; 
<a name="l00598"></a><a class="code" href="structxcb__selinux__list__selections__request__t.html#a0feda54997bcfdbec7a08b73264971a2">00598</a>     uint16_t <a class="code" href="structxcb__selinux__list__selections__request__t.html#a0feda54997bcfdbec7a08b73264971a2">length</a>; 
<a name="l00599"></a>00599 } <a class="code" href="group__XCB__SELinux__API.html#ga282d65048094e58f340c005e83003bae" title="xcb_selinux_list_selections_request_t">xcb_selinux_list_selections_request_t</a>;
<a name="l00600"></a>00600 
<a name="l00604"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html">00604</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__list__selections__reply__t.html" title="xcb_selinux_list_selections_reply_t">xcb_selinux_list_selections_reply_t</a> {
<a name="l00605"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html#a269fda177d76a39f1c409570934c334f">00605</a>     uint8_t  <a class="code" href="structxcb__selinux__list__selections__reply__t.html#a269fda177d76a39f1c409570934c334f">response_type</a>; 
<a name="l00606"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html#a387cf961f91d2d3f239f8b5370f9de16">00606</a>     uint8_t  <a class="code" href="structxcb__selinux__list__selections__reply__t.html#a387cf961f91d2d3f239f8b5370f9de16">pad0</a>; 
<a name="l00607"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html#a021e09b90c6b5760bc1a9c83a89b3799">00607</a>     uint16_t <a class="code" href="structxcb__selinux__list__selections__reply__t.html#a021e09b90c6b5760bc1a9c83a89b3799">sequence</a>; 
<a name="l00608"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html#a214ac09fdaa6b3a9a759ed6bbd46a37b">00608</a>     uint32_t <a class="code" href="structxcb__selinux__list__selections__reply__t.html#a214ac09fdaa6b3a9a759ed6bbd46a37b">length</a>; 
<a name="l00609"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html#a5573dadd415b72ba244fa421db16b498">00609</a>     uint32_t <a class="code" href="structxcb__selinux__list__selections__reply__t.html#a5573dadd415b72ba244fa421db16b498">selections_len</a>; 
<a name="l00610"></a><a class="code" href="structxcb__selinux__list__selections__reply__t.html#a0dc94fbe7900aa4249442345f382a246">00610</a>     uint8_t  <a class="code" href="structxcb__selinux__list__selections__reply__t.html#a0dc94fbe7900aa4249442345f382a246">pad1</a>[20]; 
<a name="l00611"></a>00611 } <a class="code" href="group__XCB__SELinux__API.html#ga3cbd86995f5d06053f59c27692edac51" title="xcb_selinux_list_selections_reply_t">xcb_selinux_list_selections_reply_t</a>;
<a name="l00612"></a>00612 
<a name="l00616"></a><a class="code" href="structxcb__selinux__get__client__context__cookie__t.html">00616</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__client__context__cookie__t.html" title="xcb_selinux_get_client_context_cookie_t">xcb_selinux_get_client_context_cookie_t</a> {
<a name="l00617"></a><a class="code" href="structxcb__selinux__get__client__context__cookie__t.html#a7e5d0a8b575f89c880ac2e67839bd123">00617</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structxcb__selinux__get__client__context__cookie__t.html#a7e5d0a8b575f89c880ac2e67839bd123">sequence</a>; 
<a name="l00618"></a>00618 } <a class="code" href="group__XCB__SELinux__API.html#ga1ea60cb15d4944146a25b38359931a95" title="xcb_selinux_get_client_context_cookie_t">xcb_selinux_get_client_context_cookie_t</a>;
<a name="l00619"></a>00619 
<a name="l00621"></a><a class="code" href="group__XCB__SELinux__API.html#ga25dd4aac5937e8d23c15ef6c49688c27">00621</a> <span class="preprocessor">#define XCB_SELINUX_GET_CLIENT_CONTEXT 22</span>
<a name="l00622"></a>00622 <span class="preprocessor"></span>
<a name="l00626"></a><a class="code" href="structxcb__selinux__get__client__context__request__t.html">00626</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__client__context__request__t.html" title="xcb_selinux_get_client_context_request_t">xcb_selinux_get_client_context_request_t</a> {
<a name="l00627"></a><a class="code" href="structxcb__selinux__get__client__context__request__t.html#a66cf7226d90cc53adf29c518eafebdea">00627</a>     uint8_t  <a class="code" href="structxcb__selinux__get__client__context__request__t.html#a66cf7226d90cc53adf29c518eafebdea">major_opcode</a>; 
<a name="l00628"></a><a class="code" href="structxcb__selinux__get__client__context__request__t.html#a89994c957e31f1efbfae0ced6cc4c301">00628</a>     uint8_t  <a class="code" href="structxcb__selinux__get__client__context__request__t.html#a89994c957e31f1efbfae0ced6cc4c301">minor_opcode</a>; 
<a name="l00629"></a><a class="code" href="structxcb__selinux__get__client__context__request__t.html#af89ef7c526acc1ae5c3a372ad1322b42">00629</a>     uint16_t <a class="code" href="structxcb__selinux__get__client__context__request__t.html#af89ef7c526acc1ae5c3a372ad1322b42">length</a>; 
<a name="l00630"></a><a class="code" href="structxcb__selinux__get__client__context__request__t.html#a5173113e4cbfa48a67dddcc7d166e622">00630</a>     uint32_t <a class="code" href="structxcb__selinux__get__client__context__request__t.html#a5173113e4cbfa48a67dddcc7d166e622">resource</a>; 
<a name="l00631"></a>00631 } <a class="code" href="group__XCB__SELinux__API.html#ga8b300d390da17074bc05605c9cbda8d5" title="xcb_selinux_get_client_context_request_t">xcb_selinux_get_client_context_request_t</a>;
<a name="l00632"></a>00632 
<a name="l00636"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html">00636</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structxcb__selinux__get__client__context__reply__t.html" title="xcb_selinux_get_client_context_reply_t">xcb_selinux_get_client_context_reply_t</a> {
<a name="l00637"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a1666ab700a574005545c5f19b6172b59">00637</a>     uint8_t  <a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a1666ab700a574005545c5f19b6172b59">response_type</a>; 
<a name="l00638"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html#ac4309988951a4552e48255b08d96256a">00638</a>     uint8_t  <a class="code" href="structxcb__selinux__get__client__context__reply__t.html#ac4309988951a4552e48255b08d96256a">pad0</a>; 
<a name="l00639"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a00021d3f2186e9219b9f6ba14bec13f2">00639</a>     uint16_t <a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a00021d3f2186e9219b9f6ba14bec13f2">sequence</a>; 
<a name="l00640"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a1fe60f9a274926a2d9d9f22fbfd7a16e">00640</a>     uint32_t <a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a1fe60f9a274926a2d9d9f22fbfd7a16e">length</a>; 
<a name="l00641"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html#aecb0060bd95ca06c406e803382ec68c5">00641</a>     uint32_t <a class="code" href="structxcb__selinux__get__client__context__reply__t.html#aecb0060bd95ca06c406e803382ec68c5">context_len</a>; 
<a name="l00642"></a><a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a84018ce5f141c10d14860a9bec157eb9">00642</a>     uint8_t  <a class="code" href="structxcb__selinux__get__client__context__reply__t.html#a84018ce5f141c10d14860a9bec157eb9">pad1</a>[20]; 
<a name="l00643"></a>00643 } <a class="code" href="group__XCB__SELinux__API.html#ga3d6589d877ad7f681e70cc753c9dd005" title="xcb_selinux_get_client_context_reply_t">xcb_selinux_get_client_context_reply_t</a>;
<a name="l00644"></a>00644 
<a name="l00654"></a>00654 <span class="comment">/*****************************************************************************</span>
<a name="l00655"></a>00655 <span class="comment"> **</span>
<a name="l00656"></a>00656 <span class="comment"> ** xcb_selinux_query_version_cookie_t xcb_selinux_query_version</span>
<a name="l00657"></a>00657 <span class="comment"> ** </span>
<a name="l00658"></a>00658 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00659"></a>00659 <span class="comment"> ** @param uint8_t           client_major</span>
<a name="l00660"></a>00660 <span class="comment"> ** @param uint8_t           client_minor</span>
<a name="l00661"></a>00661 <span class="comment"> ** @returns xcb_selinux_query_version_cookie_t</span>
<a name="l00662"></a>00662 <span class="comment"> **</span>
<a name="l00663"></a>00663 <span class="comment"> *****************************************************************************/</span>
<a name="l00664"></a>00664  
<a name="l00665"></a>00665 <a class="code" href="structxcb__selinux__query__version__cookie__t.html" title="xcb_selinux_query_version_cookie_t">xcb_selinux_query_version_cookie_t</a>
<a name="l00666"></a>00666 <a class="code" href="group__XCB__SELinux__API.html#gaa046c5bdcd6cf11e52b941df305a45d8">xcb_selinux_query_version</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00667"></a>00667                            uint8_t           client_major  ,
<a name="l00668"></a>00668                            uint8_t           client_minor  );
<a name="l00669"></a>00669 
<a name="l00682"></a>00682 <span class="comment">/*****************************************************************************</span>
<a name="l00683"></a>00683 <span class="comment"> **</span>
<a name="l00684"></a>00684 <span class="comment"> ** xcb_selinux_query_version_cookie_t xcb_selinux_query_version_unchecked</span>
<a name="l00685"></a>00685 <span class="comment"> ** </span>
<a name="l00686"></a>00686 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00687"></a>00687 <span class="comment"> ** @param uint8_t           client_major</span>
<a name="l00688"></a>00688 <span class="comment"> ** @param uint8_t           client_minor</span>
<a name="l00689"></a>00689 <span class="comment"> ** @returns xcb_selinux_query_version_cookie_t</span>
<a name="l00690"></a>00690 <span class="comment"> **</span>
<a name="l00691"></a>00691 <span class="comment"> *****************************************************************************/</span>
<a name="l00692"></a>00692  
<a name="l00693"></a>00693 <a class="code" href="structxcb__selinux__query__version__cookie__t.html" title="xcb_selinux_query_version_cookie_t">xcb_selinux_query_version_cookie_t</a>
<a name="l00694"></a>00694 <a class="code" href="group__XCB__SELinux__API.html#ga7dde62eea5d2c43979093473e65c43e9">xcb_selinux_query_version_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00695"></a>00695                                      uint8_t           client_major  ,
<a name="l00696"></a>00696                                      uint8_t           client_minor  );
<a name="l00697"></a>00697 
<a name="l00713"></a>00713 <span class="comment">/*****************************************************************************</span>
<a name="l00714"></a>00714 <span class="comment"> **</span>
<a name="l00715"></a>00715 <span class="comment"> ** xcb_selinux_query_version_reply_t * xcb_selinux_query_version_reply</span>
<a name="l00716"></a>00716 <span class="comment"> ** </span>
<a name="l00717"></a>00717 <span class="comment"> ** @param xcb_connection_t                    *c</span>
<a name="l00718"></a>00718 <span class="comment"> ** @param xcb_selinux_query_version_cookie_t   cookie</span>
<a name="l00719"></a>00719 <span class="comment"> ** @param xcb_generic_error_t                **e</span>
<a name="l00720"></a>00720 <span class="comment"> ** @returns xcb_selinux_query_version_reply_t *</span>
<a name="l00721"></a>00721 <span class="comment"> **</span>
<a name="l00722"></a>00722 <span class="comment"> *****************************************************************************/</span>
<a name="l00723"></a>00723  
<a name="l00724"></a>00724 <a class="code" href="structxcb__selinux__query__version__reply__t.html" title="xcb_selinux_query_version_reply_t">xcb_selinux_query_version_reply_t</a> *
<a name="l00725"></a>00725 <a class="code" href="group__XCB__SELinux__API.html#ga7a6209f2c61151e18a06a6a1d7652dbb">xcb_selinux_query_version_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                    *c  ,
<a name="l00726"></a>00726                                  <a class="code" href="structxcb__selinux__query__version__cookie__t.html" title="xcb_selinux_query_version_cookie_t">xcb_selinux_query_version_cookie_t</a>   cookie  ,
<a name="l00727"></a>00727                                  <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                **e  );
<a name="l00728"></a>00728 
<a name="l00741"></a>00741 <span class="comment">/*****************************************************************************</span>
<a name="l00742"></a>00742 <span class="comment"> **</span>
<a name="l00743"></a>00743 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_device_create_context_checked</span>
<a name="l00744"></a>00744 <span class="comment"> ** </span>
<a name="l00745"></a>00745 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00746"></a>00746 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l00747"></a>00747 <span class="comment"> ** @param const char       *context</span>
<a name="l00748"></a>00748 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00749"></a>00749 <span class="comment"> **</span>
<a name="l00750"></a>00750 <span class="comment"> *****************************************************************************/</span>
<a name="l00751"></a>00751  
<a name="l00752"></a>00752 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00753"></a>00753 <a class="code" href="group__XCB__SELinux__API.html#gaf3a01e232a5df4f7618121be80708023">xcb_selinux_set_device_create_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00754"></a>00754                                                uint32_t          context_len  ,
<a name="l00755"></a>00755                                                <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l00756"></a>00756 
<a name="l00766"></a>00766 <span class="comment">/*****************************************************************************</span>
<a name="l00767"></a>00767 <span class="comment"> **</span>
<a name="l00768"></a>00768 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_device_create_context</span>
<a name="l00769"></a>00769 <span class="comment"> ** </span>
<a name="l00770"></a>00770 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00771"></a>00771 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l00772"></a>00772 <span class="comment"> ** @param const char       *context</span>
<a name="l00773"></a>00773 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00774"></a>00774 <span class="comment"> **</span>
<a name="l00775"></a>00775 <span class="comment"> *****************************************************************************/</span>
<a name="l00776"></a>00776  
<a name="l00777"></a>00777 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00778"></a>00778 <a class="code" href="group__XCB__SELinux__API.html#gab52be4ba5464363fd01bdff7b26325bf">xcb_selinux_set_device_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00779"></a>00779                                        uint32_t          context_len  ,
<a name="l00780"></a>00780                                        <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l00781"></a>00781 
<a name="l00791"></a>00791 <span class="comment">/*****************************************************************************</span>
<a name="l00792"></a>00792 <span class="comment"> **</span>
<a name="l00793"></a>00793 <span class="comment"> ** xcb_selinux_get_device_create_context_cookie_t xcb_selinux_get_device_create_context</span>
<a name="l00794"></a>00794 <span class="comment"> ** </span>
<a name="l00795"></a>00795 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00796"></a>00796 <span class="comment"> ** @returns xcb_selinux_get_device_create_context_cookie_t</span>
<a name="l00797"></a>00797 <span class="comment"> **</span>
<a name="l00798"></a>00798 <span class="comment"> *****************************************************************************/</span>
<a name="l00799"></a>00799  
<a name="l00800"></a>00800 <a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html" title="xcb_selinux_get_device_create_context_cookie_t">xcb_selinux_get_device_create_context_cookie_t</a>
<a name="l00801"></a>00801 <a class="code" href="group__XCB__SELinux__API.html#ga75176a6010a31049d8c5881d582719db">xcb_selinux_get_device_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00802"></a>00802 
<a name="l00815"></a>00815 <span class="comment">/*****************************************************************************</span>
<a name="l00816"></a>00816 <span class="comment"> **</span>
<a name="l00817"></a>00817 <span class="comment"> ** xcb_selinux_get_device_create_context_cookie_t xcb_selinux_get_device_create_context_unchecked</span>
<a name="l00818"></a>00818 <span class="comment"> ** </span>
<a name="l00819"></a>00819 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00820"></a>00820 <span class="comment"> ** @returns xcb_selinux_get_device_create_context_cookie_t</span>
<a name="l00821"></a>00821 <span class="comment"> **</span>
<a name="l00822"></a>00822 <span class="comment"> *****************************************************************************/</span>
<a name="l00823"></a>00823  
<a name="l00824"></a>00824 <a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html" title="xcb_selinux_get_device_create_context_cookie_t">xcb_selinux_get_device_create_context_cookie_t</a>
<a name="l00825"></a>00825 <a class="code" href="group__XCB__SELinux__API.html#ga5b9631c6064f82276625e23b7bae8d5e">xcb_selinux_get_device_create_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l00826"></a>00826 
<a name="l00827"></a>00827 
<a name="l00828"></a>00828 <span class="comment">/*****************************************************************************</span>
<a name="l00829"></a>00829 <span class="comment"> **</span>
<a name="l00830"></a>00830 <span class="comment"> ** char * xcb_selinux_get_device_create_context_context</span>
<a name="l00831"></a>00831 <span class="comment"> ** </span>
<a name="l00832"></a>00832 <span class="comment"> ** @param const xcb_selinux_get_device_create_context_reply_t *R</span>
<a name="l00833"></a>00833 <span class="comment"> ** @returns char *</span>
<a name="l00834"></a>00834 <span class="comment"> **</span>
<a name="l00835"></a>00835 <span class="comment"> *****************************************************************************/</span>
<a name="l00836"></a>00836  
<a name="l00837"></a>00837 <span class="keywordtype">char</span> *
<a name="l00838"></a>00838 xcb_selinux_get_device_create_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html" title="xcb_selinux_get_device_create_context_reply_t">xcb_selinux_get_device_create_context_reply_t</a> *R  );
<a name="l00839"></a>00839 
<a name="l00840"></a>00840 
<a name="l00841"></a>00841 <span class="comment">/*****************************************************************************</span>
<a name="l00842"></a>00842 <span class="comment"> **</span>
<a name="l00843"></a>00843 <span class="comment"> ** int xcb_selinux_get_device_create_context_context_length</span>
<a name="l00844"></a>00844 <span class="comment"> ** </span>
<a name="l00845"></a>00845 <span class="comment"> ** @param const xcb_selinux_get_device_create_context_reply_t *R</span>
<a name="l00846"></a>00846 <span class="comment"> ** @returns int</span>
<a name="l00847"></a>00847 <span class="comment"> **</span>
<a name="l00848"></a>00848 <span class="comment"> *****************************************************************************/</span>
<a name="l00849"></a>00849  
<a name="l00850"></a>00850 <span class="keywordtype">int</span>
<a name="l00851"></a>00851 xcb_selinux_get_device_create_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html" title="xcb_selinux_get_device_create_context_reply_t">xcb_selinux_get_device_create_context_reply_t</a> *R  );
<a name="l00852"></a>00852 
<a name="l00853"></a>00853 
<a name="l00854"></a>00854 <span class="comment">/*****************************************************************************</span>
<a name="l00855"></a>00855 <span class="comment"> **</span>
<a name="l00856"></a>00856 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_device_create_context_context_end</span>
<a name="l00857"></a>00857 <span class="comment"> ** </span>
<a name="l00858"></a>00858 <span class="comment"> ** @param const xcb_selinux_get_device_create_context_reply_t *R</span>
<a name="l00859"></a>00859 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l00860"></a>00860 <span class="comment"> **</span>
<a name="l00861"></a>00861 <span class="comment"> *****************************************************************************/</span>
<a name="l00862"></a>00862  
<a name="l00863"></a>00863 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l00864"></a>00864 xcb_selinux_get_device_create_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html" title="xcb_selinux_get_device_create_context_reply_t">xcb_selinux_get_device_create_context_reply_t</a> *R  );
<a name="l00865"></a>00865 
<a name="l00881"></a>00881 <span class="comment">/*****************************************************************************</span>
<a name="l00882"></a>00882 <span class="comment"> **</span>
<a name="l00883"></a>00883 <span class="comment"> ** xcb_selinux_get_device_create_context_reply_t * xcb_selinux_get_device_create_context_reply</span>
<a name="l00884"></a>00884 <span class="comment"> ** </span>
<a name="l00885"></a>00885 <span class="comment"> ** @param xcb_connection_t                                *c</span>
<a name="l00886"></a>00886 <span class="comment"> ** @param xcb_selinux_get_device_create_context_cookie_t   cookie</span>
<a name="l00887"></a>00887 <span class="comment"> ** @param xcb_generic_error_t                            **e</span>
<a name="l00888"></a>00888 <span class="comment"> ** @returns xcb_selinux_get_device_create_context_reply_t *</span>
<a name="l00889"></a>00889 <span class="comment"> **</span>
<a name="l00890"></a>00890 <span class="comment"> *****************************************************************************/</span>
<a name="l00891"></a>00891  
<a name="l00892"></a>00892 <a class="code" href="structxcb__selinux__get__device__create__context__reply__t.html" title="xcb_selinux_get_device_create_context_reply_t">xcb_selinux_get_device_create_context_reply_t</a> *
<a name="l00893"></a>00893 <a class="code" href="group__XCB__SELinux__API.html#ga5a6fe0aa60fd196a6de8681a8d3bb8dd">xcb_selinux_get_device_create_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                *c  ,
<a name="l00894"></a>00894                                              <a class="code" href="structxcb__selinux__get__device__create__context__cookie__t.html" title="xcb_selinux_get_device_create_context_cookie_t">xcb_selinux_get_device_create_context_cookie_t</a>   cookie  ,
<a name="l00895"></a>00895                                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                            **e  );
<a name="l00896"></a>00896 
<a name="l00909"></a>00909 <span class="comment">/*****************************************************************************</span>
<a name="l00910"></a>00910 <span class="comment"> **</span>
<a name="l00911"></a>00911 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_device_context_checked</span>
<a name="l00912"></a>00912 <span class="comment"> ** </span>
<a name="l00913"></a>00913 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00914"></a>00914 <span class="comment"> ** @param uint32_t          device</span>
<a name="l00915"></a>00915 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l00916"></a>00916 <span class="comment"> ** @param const char       *context</span>
<a name="l00917"></a>00917 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00918"></a>00918 <span class="comment"> **</span>
<a name="l00919"></a>00919 <span class="comment"> *****************************************************************************/</span>
<a name="l00920"></a>00920  
<a name="l00921"></a>00921 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00922"></a>00922 <a class="code" href="group__XCB__SELinux__API.html#ga6fd6bba7d1133f29ad7de697f2ed0b0f">xcb_selinux_set_device_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00923"></a>00923                                         uint32_t          device  ,
<a name="l00924"></a>00924                                         uint32_t          context_len  ,
<a name="l00925"></a>00925                                         <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l00926"></a>00926 
<a name="l00936"></a>00936 <span class="comment">/*****************************************************************************</span>
<a name="l00937"></a>00937 <span class="comment"> **</span>
<a name="l00938"></a>00938 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_device_context</span>
<a name="l00939"></a>00939 <span class="comment"> ** </span>
<a name="l00940"></a>00940 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00941"></a>00941 <span class="comment"> ** @param uint32_t          device</span>
<a name="l00942"></a>00942 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l00943"></a>00943 <span class="comment"> ** @param const char       *context</span>
<a name="l00944"></a>00944 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l00945"></a>00945 <span class="comment"> **</span>
<a name="l00946"></a>00946 <span class="comment"> *****************************************************************************/</span>
<a name="l00947"></a>00947  
<a name="l00948"></a>00948 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l00949"></a>00949 <a class="code" href="group__XCB__SELinux__API.html#ga1e145c8be811e6c0ab2acc2ec0b52145">xcb_selinux_set_device_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00950"></a>00950                                 uint32_t          device  ,
<a name="l00951"></a>00951                                 uint32_t          context_len  ,
<a name="l00952"></a>00952                                 <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l00953"></a>00953 
<a name="l00963"></a>00963 <span class="comment">/*****************************************************************************</span>
<a name="l00964"></a>00964 <span class="comment"> **</span>
<a name="l00965"></a>00965 <span class="comment"> ** xcb_selinux_get_device_context_cookie_t xcb_selinux_get_device_context</span>
<a name="l00966"></a>00966 <span class="comment"> ** </span>
<a name="l00967"></a>00967 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00968"></a>00968 <span class="comment"> ** @param uint32_t          device</span>
<a name="l00969"></a>00969 <span class="comment"> ** @returns xcb_selinux_get_device_context_cookie_t</span>
<a name="l00970"></a>00970 <span class="comment"> **</span>
<a name="l00971"></a>00971 <span class="comment"> *****************************************************************************/</span>
<a name="l00972"></a>00972  
<a name="l00973"></a>00973 <a class="code" href="structxcb__selinux__get__device__context__cookie__t.html" title="xcb_selinux_get_device_context_cookie_t">xcb_selinux_get_device_context_cookie_t</a>
<a name="l00974"></a>00974 <a class="code" href="group__XCB__SELinux__API.html#ga4d4699efe9abfb8e07c6d8f20827c8ef">xcb_selinux_get_device_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l00975"></a>00975                                 uint32_t          device  );
<a name="l00976"></a>00976 
<a name="l00989"></a>00989 <span class="comment">/*****************************************************************************</span>
<a name="l00990"></a>00990 <span class="comment"> **</span>
<a name="l00991"></a>00991 <span class="comment"> ** xcb_selinux_get_device_context_cookie_t xcb_selinux_get_device_context_unchecked</span>
<a name="l00992"></a>00992 <span class="comment"> ** </span>
<a name="l00993"></a>00993 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l00994"></a>00994 <span class="comment"> ** @param uint32_t          device</span>
<a name="l00995"></a>00995 <span class="comment"> ** @returns xcb_selinux_get_device_context_cookie_t</span>
<a name="l00996"></a>00996 <span class="comment"> **</span>
<a name="l00997"></a>00997 <span class="comment"> *****************************************************************************/</span>
<a name="l00998"></a>00998  
<a name="l00999"></a>00999 <a class="code" href="structxcb__selinux__get__device__context__cookie__t.html" title="xcb_selinux_get_device_context_cookie_t">xcb_selinux_get_device_context_cookie_t</a>
<a name="l01000"></a>01000 <a class="code" href="group__XCB__SELinux__API.html#gaab82e9c9163682b4ea558ad3e396c7f8">xcb_selinux_get_device_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01001"></a>01001                                           uint32_t          device  );
<a name="l01002"></a>01002 
<a name="l01003"></a>01003 
<a name="l01004"></a>01004 <span class="comment">/*****************************************************************************</span>
<a name="l01005"></a>01005 <span class="comment"> **</span>
<a name="l01006"></a>01006 <span class="comment"> ** char * xcb_selinux_get_device_context_context</span>
<a name="l01007"></a>01007 <span class="comment"> ** </span>
<a name="l01008"></a>01008 <span class="comment"> ** @param const xcb_selinux_get_device_context_reply_t *R</span>
<a name="l01009"></a>01009 <span class="comment"> ** @returns char *</span>
<a name="l01010"></a>01010 <span class="comment"> **</span>
<a name="l01011"></a>01011 <span class="comment"> *****************************************************************************/</span>
<a name="l01012"></a>01012  
<a name="l01013"></a>01013 <span class="keywordtype">char</span> *
<a name="l01014"></a>01014 xcb_selinux_get_device_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__device__context__reply__t.html" title="xcb_selinux_get_device_context_reply_t">xcb_selinux_get_device_context_reply_t</a> *R  );
<a name="l01015"></a>01015 
<a name="l01016"></a>01016 
<a name="l01017"></a>01017 <span class="comment">/*****************************************************************************</span>
<a name="l01018"></a>01018 <span class="comment"> **</span>
<a name="l01019"></a>01019 <span class="comment"> ** int xcb_selinux_get_device_context_context_length</span>
<a name="l01020"></a>01020 <span class="comment"> ** </span>
<a name="l01021"></a>01021 <span class="comment"> ** @param const xcb_selinux_get_device_context_reply_t *R</span>
<a name="l01022"></a>01022 <span class="comment"> ** @returns int</span>
<a name="l01023"></a>01023 <span class="comment"> **</span>
<a name="l01024"></a>01024 <span class="comment"> *****************************************************************************/</span>
<a name="l01025"></a>01025  
<a name="l01026"></a>01026 <span class="keywordtype">int</span>
<a name="l01027"></a>01027 xcb_selinux_get_device_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__device__context__reply__t.html" title="xcb_selinux_get_device_context_reply_t">xcb_selinux_get_device_context_reply_t</a> *R  );
<a name="l01028"></a>01028 
<a name="l01029"></a>01029 
<a name="l01030"></a>01030 <span class="comment">/*****************************************************************************</span>
<a name="l01031"></a>01031 <span class="comment"> **</span>
<a name="l01032"></a>01032 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_device_context_context_end</span>
<a name="l01033"></a>01033 <span class="comment"> ** </span>
<a name="l01034"></a>01034 <span class="comment"> ** @param const xcb_selinux_get_device_context_reply_t *R</span>
<a name="l01035"></a>01035 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01036"></a>01036 <span class="comment"> **</span>
<a name="l01037"></a>01037 <span class="comment"> *****************************************************************************/</span>
<a name="l01038"></a>01038  
<a name="l01039"></a>01039 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01040"></a>01040 xcb_selinux_get_device_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__device__context__reply__t.html" title="xcb_selinux_get_device_context_reply_t">xcb_selinux_get_device_context_reply_t</a> *R  );
<a name="l01041"></a>01041 
<a name="l01057"></a>01057 <span class="comment">/*****************************************************************************</span>
<a name="l01058"></a>01058 <span class="comment"> **</span>
<a name="l01059"></a>01059 <span class="comment"> ** xcb_selinux_get_device_context_reply_t * xcb_selinux_get_device_context_reply</span>
<a name="l01060"></a>01060 <span class="comment"> ** </span>
<a name="l01061"></a>01061 <span class="comment"> ** @param xcb_connection_t                         *c</span>
<a name="l01062"></a>01062 <span class="comment"> ** @param xcb_selinux_get_device_context_cookie_t   cookie</span>
<a name="l01063"></a>01063 <span class="comment"> ** @param xcb_generic_error_t                     **e</span>
<a name="l01064"></a>01064 <span class="comment"> ** @returns xcb_selinux_get_device_context_reply_t *</span>
<a name="l01065"></a>01065 <span class="comment"> **</span>
<a name="l01066"></a>01066 <span class="comment"> *****************************************************************************/</span>
<a name="l01067"></a>01067  
<a name="l01068"></a>01068 <a class="code" href="structxcb__selinux__get__device__context__reply__t.html" title="xcb_selinux_get_device_context_reply_t">xcb_selinux_get_device_context_reply_t</a> *
<a name="l01069"></a>01069 <a class="code" href="group__XCB__SELinux__API.html#gad7e038d522befa44d639200900752c84">xcb_selinux_get_device_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                         *c  ,
<a name="l01070"></a>01070                                       <a class="code" href="structxcb__selinux__get__device__context__cookie__t.html" title="xcb_selinux_get_device_context_cookie_t">xcb_selinux_get_device_context_cookie_t</a>   cookie  ,
<a name="l01071"></a>01071                                       <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                     **e  );
<a name="l01072"></a>01072 
<a name="l01085"></a>01085 <span class="comment">/*****************************************************************************</span>
<a name="l01086"></a>01086 <span class="comment"> **</span>
<a name="l01087"></a>01087 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_window_create_context_checked</span>
<a name="l01088"></a>01088 <span class="comment"> ** </span>
<a name="l01089"></a>01089 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01090"></a>01090 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l01091"></a>01091 <span class="comment"> ** @param const char       *context</span>
<a name="l01092"></a>01092 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01093"></a>01093 <span class="comment"> **</span>
<a name="l01094"></a>01094 <span class="comment"> *****************************************************************************/</span>
<a name="l01095"></a>01095  
<a name="l01096"></a>01096 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01097"></a>01097 <a class="code" href="group__XCB__SELinux__API.html#gadf4afd5512c45e61b00f4bebae6a4acb">xcb_selinux_set_window_create_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01098"></a>01098                                                uint32_t          context_len  ,
<a name="l01099"></a>01099                                                <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l01100"></a>01100 
<a name="l01110"></a>01110 <span class="comment">/*****************************************************************************</span>
<a name="l01111"></a>01111 <span class="comment"> **</span>
<a name="l01112"></a>01112 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_window_create_context</span>
<a name="l01113"></a>01113 <span class="comment"> ** </span>
<a name="l01114"></a>01114 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01115"></a>01115 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l01116"></a>01116 <span class="comment"> ** @param const char       *context</span>
<a name="l01117"></a>01117 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01118"></a>01118 <span class="comment"> **</span>
<a name="l01119"></a>01119 <span class="comment"> *****************************************************************************/</span>
<a name="l01120"></a>01120  
<a name="l01121"></a>01121 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01122"></a>01122 <a class="code" href="group__XCB__SELinux__API.html#gaeb7f38afc16192d1fab012cf366a8cb8">xcb_selinux_set_window_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01123"></a>01123                                        uint32_t          context_len  ,
<a name="l01124"></a>01124                                        <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l01125"></a>01125 
<a name="l01135"></a>01135 <span class="comment">/*****************************************************************************</span>
<a name="l01136"></a>01136 <span class="comment"> **</span>
<a name="l01137"></a>01137 <span class="comment"> ** xcb_selinux_get_window_create_context_cookie_t xcb_selinux_get_window_create_context</span>
<a name="l01138"></a>01138 <span class="comment"> ** </span>
<a name="l01139"></a>01139 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01140"></a>01140 <span class="comment"> ** @returns xcb_selinux_get_window_create_context_cookie_t</span>
<a name="l01141"></a>01141 <span class="comment"> **</span>
<a name="l01142"></a>01142 <span class="comment"> *****************************************************************************/</span>
<a name="l01143"></a>01143  
<a name="l01144"></a>01144 <a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html" title="xcb_selinux_get_window_create_context_cookie_t">xcb_selinux_get_window_create_context_cookie_t</a>
<a name="l01145"></a>01145 <a class="code" href="group__XCB__SELinux__API.html#ga3ea4ff9d9334591e4f7192fbdd9b860b">xcb_selinux_get_window_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01146"></a>01146 
<a name="l01159"></a>01159 <span class="comment">/*****************************************************************************</span>
<a name="l01160"></a>01160 <span class="comment"> **</span>
<a name="l01161"></a>01161 <span class="comment"> ** xcb_selinux_get_window_create_context_cookie_t xcb_selinux_get_window_create_context_unchecked</span>
<a name="l01162"></a>01162 <span class="comment"> ** </span>
<a name="l01163"></a>01163 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01164"></a>01164 <span class="comment"> ** @returns xcb_selinux_get_window_create_context_cookie_t</span>
<a name="l01165"></a>01165 <span class="comment"> **</span>
<a name="l01166"></a>01166 <span class="comment"> *****************************************************************************/</span>
<a name="l01167"></a>01167  
<a name="l01168"></a>01168 <a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html" title="xcb_selinux_get_window_create_context_cookie_t">xcb_selinux_get_window_create_context_cookie_t</a>
<a name="l01169"></a>01169 <a class="code" href="group__XCB__SELinux__API.html#gada1069a1a3aa443bbb481d3ca49a5bf6">xcb_selinux_get_window_create_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01170"></a>01170 
<a name="l01171"></a>01171 
<a name="l01172"></a>01172 <span class="comment">/*****************************************************************************</span>
<a name="l01173"></a>01173 <span class="comment"> **</span>
<a name="l01174"></a>01174 <span class="comment"> ** char * xcb_selinux_get_window_create_context_context</span>
<a name="l01175"></a>01175 <span class="comment"> ** </span>
<a name="l01176"></a>01176 <span class="comment"> ** @param const xcb_selinux_get_window_create_context_reply_t *R</span>
<a name="l01177"></a>01177 <span class="comment"> ** @returns char *</span>
<a name="l01178"></a>01178 <span class="comment"> **</span>
<a name="l01179"></a>01179 <span class="comment"> *****************************************************************************/</span>
<a name="l01180"></a>01180  
<a name="l01181"></a>01181 <span class="keywordtype">char</span> *
<a name="l01182"></a>01182 xcb_selinux_get_window_create_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html" title="xcb_selinux_get_window_create_context_reply_t">xcb_selinux_get_window_create_context_reply_t</a> *R  );
<a name="l01183"></a>01183 
<a name="l01184"></a>01184 
<a name="l01185"></a>01185 <span class="comment">/*****************************************************************************</span>
<a name="l01186"></a>01186 <span class="comment"> **</span>
<a name="l01187"></a>01187 <span class="comment"> ** int xcb_selinux_get_window_create_context_context_length</span>
<a name="l01188"></a>01188 <span class="comment"> ** </span>
<a name="l01189"></a>01189 <span class="comment"> ** @param const xcb_selinux_get_window_create_context_reply_t *R</span>
<a name="l01190"></a>01190 <span class="comment"> ** @returns int</span>
<a name="l01191"></a>01191 <span class="comment"> **</span>
<a name="l01192"></a>01192 <span class="comment"> *****************************************************************************/</span>
<a name="l01193"></a>01193  
<a name="l01194"></a>01194 <span class="keywordtype">int</span>
<a name="l01195"></a>01195 xcb_selinux_get_window_create_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html" title="xcb_selinux_get_window_create_context_reply_t">xcb_selinux_get_window_create_context_reply_t</a> *R  );
<a name="l01196"></a>01196 
<a name="l01197"></a>01197 
<a name="l01198"></a>01198 <span class="comment">/*****************************************************************************</span>
<a name="l01199"></a>01199 <span class="comment"> **</span>
<a name="l01200"></a>01200 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_window_create_context_context_end</span>
<a name="l01201"></a>01201 <span class="comment"> ** </span>
<a name="l01202"></a>01202 <span class="comment"> ** @param const xcb_selinux_get_window_create_context_reply_t *R</span>
<a name="l01203"></a>01203 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01204"></a>01204 <span class="comment"> **</span>
<a name="l01205"></a>01205 <span class="comment"> *****************************************************************************/</span>
<a name="l01206"></a>01206  
<a name="l01207"></a>01207 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01208"></a>01208 xcb_selinux_get_window_create_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html" title="xcb_selinux_get_window_create_context_reply_t">xcb_selinux_get_window_create_context_reply_t</a> *R  );
<a name="l01209"></a>01209 
<a name="l01225"></a>01225 <span class="comment">/*****************************************************************************</span>
<a name="l01226"></a>01226 <span class="comment"> **</span>
<a name="l01227"></a>01227 <span class="comment"> ** xcb_selinux_get_window_create_context_reply_t * xcb_selinux_get_window_create_context_reply</span>
<a name="l01228"></a>01228 <span class="comment"> ** </span>
<a name="l01229"></a>01229 <span class="comment"> ** @param xcb_connection_t                                *c</span>
<a name="l01230"></a>01230 <span class="comment"> ** @param xcb_selinux_get_window_create_context_cookie_t   cookie</span>
<a name="l01231"></a>01231 <span class="comment"> ** @param xcb_generic_error_t                            **e</span>
<a name="l01232"></a>01232 <span class="comment"> ** @returns xcb_selinux_get_window_create_context_reply_t *</span>
<a name="l01233"></a>01233 <span class="comment"> **</span>
<a name="l01234"></a>01234 <span class="comment"> *****************************************************************************/</span>
<a name="l01235"></a>01235  
<a name="l01236"></a>01236 <a class="code" href="structxcb__selinux__get__window__create__context__reply__t.html" title="xcb_selinux_get_window_create_context_reply_t">xcb_selinux_get_window_create_context_reply_t</a> *
<a name="l01237"></a>01237 <a class="code" href="group__XCB__SELinux__API.html#gab36ebe96e7e5776b55f8fdb0492e389f">xcb_selinux_get_window_create_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                *c  ,
<a name="l01238"></a>01238                                              <a class="code" href="structxcb__selinux__get__window__create__context__cookie__t.html" title="xcb_selinux_get_window_create_context_cookie_t">xcb_selinux_get_window_create_context_cookie_t</a>   cookie  ,
<a name="l01239"></a>01239                                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                            **e  );
<a name="l01240"></a>01240 
<a name="l01250"></a>01250 <span class="comment">/*****************************************************************************</span>
<a name="l01251"></a>01251 <span class="comment"> **</span>
<a name="l01252"></a>01252 <span class="comment"> ** xcb_selinux_get_window_context_cookie_t xcb_selinux_get_window_context</span>
<a name="l01253"></a>01253 <span class="comment"> ** </span>
<a name="l01254"></a>01254 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01255"></a>01255 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01256"></a>01256 <span class="comment"> ** @returns xcb_selinux_get_window_context_cookie_t</span>
<a name="l01257"></a>01257 <span class="comment"> **</span>
<a name="l01258"></a>01258 <span class="comment"> *****************************************************************************/</span>
<a name="l01259"></a>01259  
<a name="l01260"></a>01260 <a class="code" href="structxcb__selinux__get__window__context__cookie__t.html" title="xcb_selinux_get_window_context_cookie_t">xcb_selinux_get_window_context_cookie_t</a>
<a name="l01261"></a>01261 <a class="code" href="group__XCB__SELinux__API.html#ga0d26e50cec8bd7f14308e4a20843b8d7">xcb_selinux_get_window_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01262"></a>01262                                 xcb_window_t      window  );
<a name="l01263"></a>01263 
<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_selinux_get_window_context_cookie_t xcb_selinux_get_window_context_unchecked</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 xcb_window_t      window</span>
<a name="l01282"></a>01282 <span class="comment"> ** @returns xcb_selinux_get_window_context_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__selinux__get__window__context__cookie__t.html" title="xcb_selinux_get_window_context_cookie_t">xcb_selinux_get_window_context_cookie_t</a>
<a name="l01287"></a>01287 <a class="code" href="group__XCB__SELinux__API.html#gab6efec31294ab485d36ce0cee7066a7c">xcb_selinux_get_window_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01288"></a>01288                                           xcb_window_t      window  );
<a name="l01289"></a>01289 
<a name="l01290"></a>01290 
<a name="l01291"></a>01291 <span class="comment">/*****************************************************************************</span>
<a name="l01292"></a>01292 <span class="comment"> **</span>
<a name="l01293"></a>01293 <span class="comment"> ** char * xcb_selinux_get_window_context_context</span>
<a name="l01294"></a>01294 <span class="comment"> ** </span>
<a name="l01295"></a>01295 <span class="comment"> ** @param const xcb_selinux_get_window_context_reply_t *R</span>
<a name="l01296"></a>01296 <span class="comment"> ** @returns char *</span>
<a name="l01297"></a>01297 <span class="comment"> **</span>
<a name="l01298"></a>01298 <span class="comment"> *****************************************************************************/</span>
<a name="l01299"></a>01299  
<a name="l01300"></a>01300 <span class="keywordtype">char</span> *
<a name="l01301"></a>01301 xcb_selinux_get_window_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__window__context__reply__t.html" title="xcb_selinux_get_window_context_reply_t">xcb_selinux_get_window_context_reply_t</a> *R  );
<a name="l01302"></a>01302 
<a name="l01303"></a>01303 
<a name="l01304"></a>01304 <span class="comment">/*****************************************************************************</span>
<a name="l01305"></a>01305 <span class="comment"> **</span>
<a name="l01306"></a>01306 <span class="comment"> ** int xcb_selinux_get_window_context_context_length</span>
<a name="l01307"></a>01307 <span class="comment"> ** </span>
<a name="l01308"></a>01308 <span class="comment"> ** @param const xcb_selinux_get_window_context_reply_t *R</span>
<a name="l01309"></a>01309 <span class="comment"> ** @returns int</span>
<a name="l01310"></a>01310 <span class="comment"> **</span>
<a name="l01311"></a>01311 <span class="comment"> *****************************************************************************/</span>
<a name="l01312"></a>01312  
<a name="l01313"></a>01313 <span class="keywordtype">int</span>
<a name="l01314"></a>01314 xcb_selinux_get_window_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__window__context__reply__t.html" title="xcb_selinux_get_window_context_reply_t">xcb_selinux_get_window_context_reply_t</a> *R  );
<a name="l01315"></a>01315 
<a name="l01316"></a>01316 
<a name="l01317"></a>01317 <span class="comment">/*****************************************************************************</span>
<a name="l01318"></a>01318 <span class="comment"> **</span>
<a name="l01319"></a>01319 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_window_context_context_end</span>
<a name="l01320"></a>01320 <span class="comment"> ** </span>
<a name="l01321"></a>01321 <span class="comment"> ** @param const xcb_selinux_get_window_context_reply_t *R</span>
<a name="l01322"></a>01322 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01323"></a>01323 <span class="comment"> **</span>
<a name="l01324"></a>01324 <span class="comment"> *****************************************************************************/</span>
<a name="l01325"></a>01325  
<a name="l01326"></a>01326 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01327"></a>01327 xcb_selinux_get_window_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__window__context__reply__t.html" title="xcb_selinux_get_window_context_reply_t">xcb_selinux_get_window_context_reply_t</a> *R  );
<a name="l01328"></a>01328 
<a name="l01344"></a>01344 <span class="comment">/*****************************************************************************</span>
<a name="l01345"></a>01345 <span class="comment"> **</span>
<a name="l01346"></a>01346 <span class="comment"> ** xcb_selinux_get_window_context_reply_t * xcb_selinux_get_window_context_reply</span>
<a name="l01347"></a>01347 <span class="comment"> ** </span>
<a name="l01348"></a>01348 <span class="comment"> ** @param xcb_connection_t                         *c</span>
<a name="l01349"></a>01349 <span class="comment"> ** @param xcb_selinux_get_window_context_cookie_t   cookie</span>
<a name="l01350"></a>01350 <span class="comment"> ** @param xcb_generic_error_t                     **e</span>
<a name="l01351"></a>01351 <span class="comment"> ** @returns xcb_selinux_get_window_context_reply_t *</span>
<a name="l01352"></a>01352 <span class="comment"> **</span>
<a name="l01353"></a>01353 <span class="comment"> *****************************************************************************/</span>
<a name="l01354"></a>01354  
<a name="l01355"></a>01355 <a class="code" href="structxcb__selinux__get__window__context__reply__t.html" title="xcb_selinux_get_window_context_reply_t">xcb_selinux_get_window_context_reply_t</a> *
<a name="l01356"></a>01356 <a class="code" href="group__XCB__SELinux__API.html#gadc7373614662b019dad41a44e639d895">xcb_selinux_get_window_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                         *c  ,
<a name="l01357"></a>01357                                       <a class="code" href="structxcb__selinux__get__window__context__cookie__t.html" title="xcb_selinux_get_window_context_cookie_t">xcb_selinux_get_window_context_cookie_t</a>   cookie  ,
<a name="l01358"></a>01358                                       <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                     **e  );
<a name="l01359"></a>01359 
<a name="l01360"></a>01360 
<a name="l01361"></a>01361 <span class="comment">/*****************************************************************************</span>
<a name="l01362"></a>01362 <span class="comment"> **</span>
<a name="l01363"></a>01363 <span class="comment"> ** char * xcb_selinux_list_item_object_context</span>
<a name="l01364"></a>01364 <span class="comment"> ** </span>
<a name="l01365"></a>01365 <span class="comment"> ** @param const xcb_selinux_list_item_t *R</span>
<a name="l01366"></a>01366 <span class="comment"> ** @returns char *</span>
<a name="l01367"></a>01367 <span class="comment"> **</span>
<a name="l01368"></a>01368 <span class="comment"> *****************************************************************************/</span>
<a name="l01369"></a>01369  
<a name="l01370"></a>01370 <span class="keywordtype">char</span> *
<a name="l01371"></a>01371 xcb_selinux_list_item_object_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *R  );
<a name="l01372"></a>01372 
<a name="l01373"></a>01373 
<a name="l01374"></a>01374 <span class="comment">/*****************************************************************************</span>
<a name="l01375"></a>01375 <span class="comment"> **</span>
<a name="l01376"></a>01376 <span class="comment"> ** int xcb_selinux_list_item_object_context_length</span>
<a name="l01377"></a>01377 <span class="comment"> ** </span>
<a name="l01378"></a>01378 <span class="comment"> ** @param const xcb_selinux_list_item_t *R</span>
<a name="l01379"></a>01379 <span class="comment"> ** @returns int</span>
<a name="l01380"></a>01380 <span class="comment"> **</span>
<a name="l01381"></a>01381 <span class="comment"> *****************************************************************************/</span>
<a name="l01382"></a>01382  
<a name="l01383"></a>01383 <span class="keywordtype">int</span>
<a name="l01384"></a>01384 xcb_selinux_list_item_object_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *R  );
<a name="l01385"></a>01385 
<a name="l01386"></a>01386 
<a name="l01387"></a>01387 <span class="comment">/*****************************************************************************</span>
<a name="l01388"></a>01388 <span class="comment"> **</span>
<a name="l01389"></a>01389 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_list_item_object_context_end</span>
<a name="l01390"></a>01390 <span class="comment"> ** </span>
<a name="l01391"></a>01391 <span class="comment"> ** @param const xcb_selinux_list_item_t *R</span>
<a name="l01392"></a>01392 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01393"></a>01393 <span class="comment"> **</span>
<a name="l01394"></a>01394 <span class="comment"> *****************************************************************************/</span>
<a name="l01395"></a>01395  
<a name="l01396"></a>01396 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01397"></a>01397 xcb_selinux_list_item_object_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *R  );
<a name="l01398"></a>01398 
<a name="l01399"></a>01399 
<a name="l01400"></a>01400 <span class="comment">/*****************************************************************************</span>
<a name="l01401"></a>01401 <span class="comment"> **</span>
<a name="l01402"></a>01402 <span class="comment"> ** char * xcb_selinux_list_item_data_context</span>
<a name="l01403"></a>01403 <span class="comment"> ** </span>
<a name="l01404"></a>01404 <span class="comment"> ** @param const xcb_selinux_list_item_t *R</span>
<a name="l01405"></a>01405 <span class="comment"> ** @returns char *</span>
<a name="l01406"></a>01406 <span class="comment"> **</span>
<a name="l01407"></a>01407 <span class="comment"> *****************************************************************************/</span>
<a name="l01408"></a>01408  
<a name="l01409"></a>01409 <span class="keywordtype">char</span> *
<a name="l01410"></a>01410 xcb_selinux_list_item_data_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *R  );
<a name="l01411"></a>01411 
<a name="l01412"></a>01412 
<a name="l01413"></a>01413 <span class="comment">/*****************************************************************************</span>
<a name="l01414"></a>01414 <span class="comment"> **</span>
<a name="l01415"></a>01415 <span class="comment"> ** int xcb_selinux_list_item_data_context_length</span>
<a name="l01416"></a>01416 <span class="comment"> ** </span>
<a name="l01417"></a>01417 <span class="comment"> ** @param const xcb_selinux_list_item_t *R</span>
<a name="l01418"></a>01418 <span class="comment"> ** @returns int</span>
<a name="l01419"></a>01419 <span class="comment"> **</span>
<a name="l01420"></a>01420 <span class="comment"> *****************************************************************************/</span>
<a name="l01421"></a>01421  
<a name="l01422"></a>01422 <span class="keywordtype">int</span>
<a name="l01423"></a>01423 xcb_selinux_list_item_data_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *R  );
<a name="l01424"></a>01424 
<a name="l01425"></a>01425 
<a name="l01426"></a>01426 <span class="comment">/*****************************************************************************</span>
<a name="l01427"></a>01427 <span class="comment"> **</span>
<a name="l01428"></a>01428 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_list_item_data_context_end</span>
<a name="l01429"></a>01429 <span class="comment"> ** </span>
<a name="l01430"></a>01430 <span class="comment"> ** @param const xcb_selinux_list_item_t *R</span>
<a name="l01431"></a>01431 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01432"></a>01432 <span class="comment"> **</span>
<a name="l01433"></a>01433 <span class="comment"> *****************************************************************************/</span>
<a name="l01434"></a>01434  
<a name="l01435"></a>01435 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01436"></a>01436 xcb_selinux_list_item_data_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__item__t.html" title="xcb_selinux_list_item_t">xcb_selinux_list_item_t</a> *R  );
<a name="l01437"></a>01437 
<a name="l01447"></a>01447 <span class="comment">/*****************************************************************************</span>
<a name="l01448"></a>01448 <span class="comment"> **</span>
<a name="l01449"></a>01449 <span class="comment"> ** void xcb_selinux_list_item_next</span>
<a name="l01450"></a>01450 <span class="comment"> ** </span>
<a name="l01451"></a>01451 <span class="comment"> ** @param xcb_selinux_list_item_iterator_t *i</span>
<a name="l01452"></a>01452 <span class="comment"> ** @returns void</span>
<a name="l01453"></a>01453 <span class="comment"> **</span>
<a name="l01454"></a>01454 <span class="comment"> *****************************************************************************/</span>
<a name="l01455"></a>01455  
<a name="l01456"></a>01456 <span class="keywordtype">void</span>
<a name="l01457"></a>01457 <a class="code" href="group__XCB__SELinux__API.html#gabfac6445474c88095a7e1019df62db8a">xcb_selinux_list_item_next</a> (<a class="code" href="structxcb__selinux__list__item__iterator__t.html" title="xcb_selinux_list_item_iterator_t">xcb_selinux_list_item_iterator_t</a> *i  );
<a name="l01458"></a>01458 
<a name="l01469"></a>01469 <span class="comment">/*****************************************************************************</span>
<a name="l01470"></a>01470 <span class="comment"> **</span>
<a name="l01471"></a>01471 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_list_item_end</span>
<a name="l01472"></a>01472 <span class="comment"> ** </span>
<a name="l01473"></a>01473 <span class="comment"> ** @param xcb_selinux_list_item_iterator_t i</span>
<a name="l01474"></a>01474 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01475"></a>01475 <span class="comment"> **</span>
<a name="l01476"></a>01476 <span class="comment"> *****************************************************************************/</span>
<a name="l01477"></a>01477  
<a name="l01478"></a>01478 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01479"></a>01479 <a class="code" href="group__XCB__SELinux__API.html#gae9d71311c96028307532363d08aa0f21">xcb_selinux_list_item_end</a> (<a class="code" href="structxcb__selinux__list__item__iterator__t.html" title="xcb_selinux_list_item_iterator_t">xcb_selinux_list_item_iterator_t</a> i  );
<a name="l01480"></a>01480 
<a name="l01493"></a>01493 <span class="comment">/*****************************************************************************</span>
<a name="l01494"></a>01494 <span class="comment"> **</span>
<a name="l01495"></a>01495 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_property_create_context_checked</span>
<a name="l01496"></a>01496 <span class="comment"> ** </span>
<a name="l01497"></a>01497 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01498"></a>01498 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l01499"></a>01499 <span class="comment"> ** @param const char       *context</span>
<a name="l01500"></a>01500 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01501"></a>01501 <span class="comment"> **</span>
<a name="l01502"></a>01502 <span class="comment"> *****************************************************************************/</span>
<a name="l01503"></a>01503  
<a name="l01504"></a>01504 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01505"></a>01505 <a class="code" href="group__XCB__SELinux__API.html#ga106415bcd670b10aad185e8baa0cc0f4">xcb_selinux_set_property_create_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01506"></a>01506                                                  uint32_t          context_len  ,
<a name="l01507"></a>01507                                                  <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l01508"></a>01508 
<a name="l01518"></a>01518 <span class="comment">/*****************************************************************************</span>
<a name="l01519"></a>01519 <span class="comment"> **</span>
<a name="l01520"></a>01520 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_property_create_context</span>
<a name="l01521"></a>01521 <span class="comment"> ** </span>
<a name="l01522"></a>01522 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01523"></a>01523 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l01524"></a>01524 <span class="comment"> ** @param const char       *context</span>
<a name="l01525"></a>01525 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01526"></a>01526 <span class="comment"> **</span>
<a name="l01527"></a>01527 <span class="comment"> *****************************************************************************/</span>
<a name="l01528"></a>01528  
<a name="l01529"></a>01529 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01530"></a>01530 <a class="code" href="group__XCB__SELinux__API.html#ga1b7afa1be0caa7f0b258ca253e13778b">xcb_selinux_set_property_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01531"></a>01531                                          uint32_t          context_len  ,
<a name="l01532"></a>01532                                          <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l01533"></a>01533 
<a name="l01543"></a>01543 <span class="comment">/*****************************************************************************</span>
<a name="l01544"></a>01544 <span class="comment"> **</span>
<a name="l01545"></a>01545 <span class="comment"> ** xcb_selinux_get_property_create_context_cookie_t xcb_selinux_get_property_create_context</span>
<a name="l01546"></a>01546 <span class="comment"> ** </span>
<a name="l01547"></a>01547 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01548"></a>01548 <span class="comment"> ** @returns xcb_selinux_get_property_create_context_cookie_t</span>
<a name="l01549"></a>01549 <span class="comment"> **</span>
<a name="l01550"></a>01550 <span class="comment"> *****************************************************************************/</span>
<a name="l01551"></a>01551  
<a name="l01552"></a>01552 <a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html" title="xcb_selinux_get_property_create_context_cookie_t">xcb_selinux_get_property_create_context_cookie_t</a>
<a name="l01553"></a>01553 <a class="code" href="group__XCB__SELinux__API.html#ga29d8c0ba6bf1aedfd7b5a35051659dc0">xcb_selinux_get_property_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01554"></a>01554 
<a name="l01567"></a>01567 <span class="comment">/*****************************************************************************</span>
<a name="l01568"></a>01568 <span class="comment"> **</span>
<a name="l01569"></a>01569 <span class="comment"> ** xcb_selinux_get_property_create_context_cookie_t xcb_selinux_get_property_create_context_unchecked</span>
<a name="l01570"></a>01570 <span class="comment"> ** </span>
<a name="l01571"></a>01571 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01572"></a>01572 <span class="comment"> ** @returns xcb_selinux_get_property_create_context_cookie_t</span>
<a name="l01573"></a>01573 <span class="comment"> **</span>
<a name="l01574"></a>01574 <span class="comment"> *****************************************************************************/</span>
<a name="l01575"></a>01575  
<a name="l01576"></a>01576 <a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html" title="xcb_selinux_get_property_create_context_cookie_t">xcb_selinux_get_property_create_context_cookie_t</a>
<a name="l01577"></a>01577 <a class="code" href="group__XCB__SELinux__API.html#gab67ac236c2f9126344a49bd8750378b1">xcb_selinux_get_property_create_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01578"></a>01578 
<a name="l01579"></a>01579 
<a name="l01580"></a>01580 <span class="comment">/*****************************************************************************</span>
<a name="l01581"></a>01581 <span class="comment"> **</span>
<a name="l01582"></a>01582 <span class="comment"> ** char * xcb_selinux_get_property_create_context_context</span>
<a name="l01583"></a>01583 <span class="comment"> ** </span>
<a name="l01584"></a>01584 <span class="comment"> ** @param const xcb_selinux_get_property_create_context_reply_t *R</span>
<a name="l01585"></a>01585 <span class="comment"> ** @returns char *</span>
<a name="l01586"></a>01586 <span class="comment"> **</span>
<a name="l01587"></a>01587 <span class="comment"> *****************************************************************************/</span>
<a name="l01588"></a>01588  
<a name="l01589"></a>01589 <span class="keywordtype">char</span> *
<a name="l01590"></a>01590 xcb_selinux_get_property_create_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html" title="xcb_selinux_get_property_create_context_reply_t">xcb_selinux_get_property_create_context_reply_t</a> *R  );
<a name="l01591"></a>01591 
<a name="l01592"></a>01592 
<a name="l01593"></a>01593 <span class="comment">/*****************************************************************************</span>
<a name="l01594"></a>01594 <span class="comment"> **</span>
<a name="l01595"></a>01595 <span class="comment"> ** int xcb_selinux_get_property_create_context_context_length</span>
<a name="l01596"></a>01596 <span class="comment"> ** </span>
<a name="l01597"></a>01597 <span class="comment"> ** @param const xcb_selinux_get_property_create_context_reply_t *R</span>
<a name="l01598"></a>01598 <span class="comment"> ** @returns int</span>
<a name="l01599"></a>01599 <span class="comment"> **</span>
<a name="l01600"></a>01600 <span class="comment"> *****************************************************************************/</span>
<a name="l01601"></a>01601  
<a name="l01602"></a>01602 <span class="keywordtype">int</span>
<a name="l01603"></a>01603 xcb_selinux_get_property_create_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html" title="xcb_selinux_get_property_create_context_reply_t">xcb_selinux_get_property_create_context_reply_t</a> *R  );
<a name="l01604"></a>01604 
<a name="l01605"></a>01605 
<a name="l01606"></a>01606 <span class="comment">/*****************************************************************************</span>
<a name="l01607"></a>01607 <span class="comment"> **</span>
<a name="l01608"></a>01608 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_property_create_context_context_end</span>
<a name="l01609"></a>01609 <span class="comment"> ** </span>
<a name="l01610"></a>01610 <span class="comment"> ** @param const xcb_selinux_get_property_create_context_reply_t *R</span>
<a name="l01611"></a>01611 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01612"></a>01612 <span class="comment"> **</span>
<a name="l01613"></a>01613 <span class="comment"> *****************************************************************************/</span>
<a name="l01614"></a>01614  
<a name="l01615"></a>01615 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01616"></a>01616 xcb_selinux_get_property_create_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html" title="xcb_selinux_get_property_create_context_reply_t">xcb_selinux_get_property_create_context_reply_t</a> *R  );
<a name="l01617"></a>01617 
<a name="l01633"></a>01633 <span class="comment">/*****************************************************************************</span>
<a name="l01634"></a>01634 <span class="comment"> **</span>
<a name="l01635"></a>01635 <span class="comment"> ** xcb_selinux_get_property_create_context_reply_t * xcb_selinux_get_property_create_context_reply</span>
<a name="l01636"></a>01636 <span class="comment"> ** </span>
<a name="l01637"></a>01637 <span class="comment"> ** @param xcb_connection_t                                  *c</span>
<a name="l01638"></a>01638 <span class="comment"> ** @param xcb_selinux_get_property_create_context_cookie_t   cookie</span>
<a name="l01639"></a>01639 <span class="comment"> ** @param xcb_generic_error_t                              **e</span>
<a name="l01640"></a>01640 <span class="comment"> ** @returns xcb_selinux_get_property_create_context_reply_t *</span>
<a name="l01641"></a>01641 <span class="comment"> **</span>
<a name="l01642"></a>01642 <span class="comment"> *****************************************************************************/</span>
<a name="l01643"></a>01643  
<a name="l01644"></a>01644 <a class="code" href="structxcb__selinux__get__property__create__context__reply__t.html" title="xcb_selinux_get_property_create_context_reply_t">xcb_selinux_get_property_create_context_reply_t</a> *
<a name="l01645"></a>01645 <a class="code" href="group__XCB__SELinux__API.html#ga0ce8ad7fd93af9fb84e480194c90be04">xcb_selinux_get_property_create_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                  *c  ,
<a name="l01646"></a>01646                                                <a class="code" href="structxcb__selinux__get__property__create__context__cookie__t.html" title="xcb_selinux_get_property_create_context_cookie_t">xcb_selinux_get_property_create_context_cookie_t</a>   cookie  ,
<a name="l01647"></a>01647                                                <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                              **e  );
<a name="l01648"></a>01648 
<a name="l01661"></a>01661 <span class="comment">/*****************************************************************************</span>
<a name="l01662"></a>01662 <span class="comment"> **</span>
<a name="l01663"></a>01663 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_property_use_context_checked</span>
<a name="l01664"></a>01664 <span class="comment"> ** </span>
<a name="l01665"></a>01665 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01666"></a>01666 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l01667"></a>01667 <span class="comment"> ** @param const char       *context</span>
<a name="l01668"></a>01668 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01669"></a>01669 <span class="comment"> **</span>
<a name="l01670"></a>01670 <span class="comment"> *****************************************************************************/</span>
<a name="l01671"></a>01671  
<a name="l01672"></a>01672 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01673"></a>01673 <a class="code" href="group__XCB__SELinux__API.html#ga2a3fb52f5bf451cdee0e82378aafced4">xcb_selinux_set_property_use_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01674"></a>01674                                               uint32_t          context_len  ,
<a name="l01675"></a>01675                                               <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l01676"></a>01676 
<a name="l01686"></a>01686 <span class="comment">/*****************************************************************************</span>
<a name="l01687"></a>01687 <span class="comment"> **</span>
<a name="l01688"></a>01688 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_property_use_context</span>
<a name="l01689"></a>01689 <span class="comment"> ** </span>
<a name="l01690"></a>01690 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01691"></a>01691 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l01692"></a>01692 <span class="comment"> ** @param const char       *context</span>
<a name="l01693"></a>01693 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l01694"></a>01694 <span class="comment"> **</span>
<a name="l01695"></a>01695 <span class="comment"> *****************************************************************************/</span>
<a name="l01696"></a>01696  
<a name="l01697"></a>01697 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l01698"></a>01698 <a class="code" href="group__XCB__SELinux__API.html#gad197d0807d2820535be6b1cfe0288fd1">xcb_selinux_set_property_use_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01699"></a>01699                                       uint32_t          context_len  ,
<a name="l01700"></a>01700                                       <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l01701"></a>01701 
<a name="l01711"></a>01711 <span class="comment">/*****************************************************************************</span>
<a name="l01712"></a>01712 <span class="comment"> **</span>
<a name="l01713"></a>01713 <span class="comment"> ** xcb_selinux_get_property_use_context_cookie_t xcb_selinux_get_property_use_context</span>
<a name="l01714"></a>01714 <span class="comment"> ** </span>
<a name="l01715"></a>01715 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01716"></a>01716 <span class="comment"> ** @returns xcb_selinux_get_property_use_context_cookie_t</span>
<a name="l01717"></a>01717 <span class="comment"> **</span>
<a name="l01718"></a>01718 <span class="comment"> *****************************************************************************/</span>
<a name="l01719"></a>01719  
<a name="l01720"></a>01720 <a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html" title="xcb_selinux_get_property_use_context_cookie_t">xcb_selinux_get_property_use_context_cookie_t</a>
<a name="l01721"></a>01721 <a class="code" href="group__XCB__SELinux__API.html#ga0caaf56a295865a004b2285058caf12a">xcb_selinux_get_property_use_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01722"></a>01722 
<a name="l01735"></a>01735 <span class="comment">/*****************************************************************************</span>
<a name="l01736"></a>01736 <span class="comment"> **</span>
<a name="l01737"></a>01737 <span class="comment"> ** xcb_selinux_get_property_use_context_cookie_t xcb_selinux_get_property_use_context_unchecked</span>
<a name="l01738"></a>01738 <span class="comment"> ** </span>
<a name="l01739"></a>01739 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01740"></a>01740 <span class="comment"> ** @returns xcb_selinux_get_property_use_context_cookie_t</span>
<a name="l01741"></a>01741 <span class="comment"> **</span>
<a name="l01742"></a>01742 <span class="comment"> *****************************************************************************/</span>
<a name="l01743"></a>01743  
<a name="l01744"></a>01744 <a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html" title="xcb_selinux_get_property_use_context_cookie_t">xcb_selinux_get_property_use_context_cookie_t</a>
<a name="l01745"></a>01745 <a class="code" href="group__XCB__SELinux__API.html#ga79bd5edf198c5e288316ab3774a36429">xcb_selinux_get_property_use_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l01746"></a>01746 
<a name="l01747"></a>01747 
<a name="l01748"></a>01748 <span class="comment">/*****************************************************************************</span>
<a name="l01749"></a>01749 <span class="comment"> **</span>
<a name="l01750"></a>01750 <span class="comment"> ** char * xcb_selinux_get_property_use_context_context</span>
<a name="l01751"></a>01751 <span class="comment"> ** </span>
<a name="l01752"></a>01752 <span class="comment"> ** @param const xcb_selinux_get_property_use_context_reply_t *R</span>
<a name="l01753"></a>01753 <span class="comment"> ** @returns char *</span>
<a name="l01754"></a>01754 <span class="comment"> **</span>
<a name="l01755"></a>01755 <span class="comment"> *****************************************************************************/</span>
<a name="l01756"></a>01756  
<a name="l01757"></a>01757 <span class="keywordtype">char</span> *
<a name="l01758"></a>01758 xcb_selinux_get_property_use_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html" title="xcb_selinux_get_property_use_context_reply_t">xcb_selinux_get_property_use_context_reply_t</a> *R  );
<a name="l01759"></a>01759 
<a name="l01760"></a>01760 
<a name="l01761"></a>01761 <span class="comment">/*****************************************************************************</span>
<a name="l01762"></a>01762 <span class="comment"> **</span>
<a name="l01763"></a>01763 <span class="comment"> ** int xcb_selinux_get_property_use_context_context_length</span>
<a name="l01764"></a>01764 <span class="comment"> ** </span>
<a name="l01765"></a>01765 <span class="comment"> ** @param const xcb_selinux_get_property_use_context_reply_t *R</span>
<a name="l01766"></a>01766 <span class="comment"> ** @returns int</span>
<a name="l01767"></a>01767 <span class="comment"> **</span>
<a name="l01768"></a>01768 <span class="comment"> *****************************************************************************/</span>
<a name="l01769"></a>01769  
<a name="l01770"></a>01770 <span class="keywordtype">int</span>
<a name="l01771"></a>01771 xcb_selinux_get_property_use_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html" title="xcb_selinux_get_property_use_context_reply_t">xcb_selinux_get_property_use_context_reply_t</a> *R  );
<a name="l01772"></a>01772 
<a name="l01773"></a>01773 
<a name="l01774"></a>01774 <span class="comment">/*****************************************************************************</span>
<a name="l01775"></a>01775 <span class="comment"> **</span>
<a name="l01776"></a>01776 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_property_use_context_context_end</span>
<a name="l01777"></a>01777 <span class="comment"> ** </span>
<a name="l01778"></a>01778 <span class="comment"> ** @param const xcb_selinux_get_property_use_context_reply_t *R</span>
<a name="l01779"></a>01779 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01780"></a>01780 <span class="comment"> **</span>
<a name="l01781"></a>01781 <span class="comment"> *****************************************************************************/</span>
<a name="l01782"></a>01782  
<a name="l01783"></a>01783 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01784"></a>01784 xcb_selinux_get_property_use_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html" title="xcb_selinux_get_property_use_context_reply_t">xcb_selinux_get_property_use_context_reply_t</a> *R  );
<a name="l01785"></a>01785 
<a name="l01801"></a>01801 <span class="comment">/*****************************************************************************</span>
<a name="l01802"></a>01802 <span class="comment"> **</span>
<a name="l01803"></a>01803 <span class="comment"> ** xcb_selinux_get_property_use_context_reply_t * xcb_selinux_get_property_use_context_reply</span>
<a name="l01804"></a>01804 <span class="comment"> ** </span>
<a name="l01805"></a>01805 <span class="comment"> ** @param xcb_connection_t                               *c</span>
<a name="l01806"></a>01806 <span class="comment"> ** @param xcb_selinux_get_property_use_context_cookie_t   cookie</span>
<a name="l01807"></a>01807 <span class="comment"> ** @param xcb_generic_error_t                           **e</span>
<a name="l01808"></a>01808 <span class="comment"> ** @returns xcb_selinux_get_property_use_context_reply_t *</span>
<a name="l01809"></a>01809 <span class="comment"> **</span>
<a name="l01810"></a>01810 <span class="comment"> *****************************************************************************/</span>
<a name="l01811"></a>01811  
<a name="l01812"></a>01812 <a class="code" href="structxcb__selinux__get__property__use__context__reply__t.html" title="xcb_selinux_get_property_use_context_reply_t">xcb_selinux_get_property_use_context_reply_t</a> *
<a name="l01813"></a>01813 <a class="code" href="group__XCB__SELinux__API.html#ga4c030cf33e6709bfa6ccc69d8ec22002">xcb_selinux_get_property_use_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                               *c  ,
<a name="l01814"></a>01814                                             <a class="code" href="structxcb__selinux__get__property__use__context__cookie__t.html" title="xcb_selinux_get_property_use_context_cookie_t">xcb_selinux_get_property_use_context_cookie_t</a>   cookie  ,
<a name="l01815"></a>01815                                             <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                           **e  );
<a name="l01816"></a>01816 
<a name="l01826"></a>01826 <span class="comment">/*****************************************************************************</span>
<a name="l01827"></a>01827 <span class="comment"> **</span>
<a name="l01828"></a>01828 <span class="comment"> ** xcb_selinux_get_property_context_cookie_t xcb_selinux_get_property_context</span>
<a name="l01829"></a>01829 <span class="comment"> ** </span>
<a name="l01830"></a>01830 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01831"></a>01831 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01832"></a>01832 <span class="comment"> ** @param xcb_atom_t        property</span>
<a name="l01833"></a>01833 <span class="comment"> ** @returns xcb_selinux_get_property_context_cookie_t</span>
<a name="l01834"></a>01834 <span class="comment"> **</span>
<a name="l01835"></a>01835 <span class="comment"> *****************************************************************************/</span>
<a name="l01836"></a>01836  
<a name="l01837"></a>01837 <a class="code" href="structxcb__selinux__get__property__context__cookie__t.html" title="xcb_selinux_get_property_context_cookie_t">xcb_selinux_get_property_context_cookie_t</a>
<a name="l01838"></a>01838 <a class="code" href="group__XCB__SELinux__API.html#ga46f9216bef428e01eb3dc7f189d93c21">xcb_selinux_get_property_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01839"></a>01839                                   xcb_window_t      window  ,
<a name="l01840"></a>01840                                   xcb_atom_t        property  );
<a name="l01841"></a>01841 
<a name="l01854"></a>01854 <span class="comment">/*****************************************************************************</span>
<a name="l01855"></a>01855 <span class="comment"> **</span>
<a name="l01856"></a>01856 <span class="comment"> ** xcb_selinux_get_property_context_cookie_t xcb_selinux_get_property_context_unchecked</span>
<a name="l01857"></a>01857 <span class="comment"> ** </span>
<a name="l01858"></a>01858 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01859"></a>01859 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01860"></a>01860 <span class="comment"> ** @param xcb_atom_t        property</span>
<a name="l01861"></a>01861 <span class="comment"> ** @returns xcb_selinux_get_property_context_cookie_t</span>
<a name="l01862"></a>01862 <span class="comment"> **</span>
<a name="l01863"></a>01863 <span class="comment"> *****************************************************************************/</span>
<a name="l01864"></a>01864  
<a name="l01865"></a>01865 <a class="code" href="structxcb__selinux__get__property__context__cookie__t.html" title="xcb_selinux_get_property_context_cookie_t">xcb_selinux_get_property_context_cookie_t</a>
<a name="l01866"></a>01866 <a class="code" href="group__XCB__SELinux__API.html#ga51647a671542c7b1b246d510ee69c4c4">xcb_selinux_get_property_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01867"></a>01867                                             xcb_window_t      window  ,
<a name="l01868"></a>01868                                             xcb_atom_t        property  );
<a name="l01869"></a>01869 
<a name="l01870"></a>01870 
<a name="l01871"></a>01871 <span class="comment">/*****************************************************************************</span>
<a name="l01872"></a>01872 <span class="comment"> **</span>
<a name="l01873"></a>01873 <span class="comment"> ** char * xcb_selinux_get_property_context_context</span>
<a name="l01874"></a>01874 <span class="comment"> ** </span>
<a name="l01875"></a>01875 <span class="comment"> ** @param const xcb_selinux_get_property_context_reply_t *R</span>
<a name="l01876"></a>01876 <span class="comment"> ** @returns char *</span>
<a name="l01877"></a>01877 <span class="comment"> **</span>
<a name="l01878"></a>01878 <span class="comment"> *****************************************************************************/</span>
<a name="l01879"></a>01879  
<a name="l01880"></a>01880 <span class="keywordtype">char</span> *
<a name="l01881"></a>01881 xcb_selinux_get_property_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__context__reply__t.html" title="xcb_selinux_get_property_context_reply_t">xcb_selinux_get_property_context_reply_t</a> *R  );
<a name="l01882"></a>01882 
<a name="l01883"></a>01883 
<a name="l01884"></a>01884 <span class="comment">/*****************************************************************************</span>
<a name="l01885"></a>01885 <span class="comment"> **</span>
<a name="l01886"></a>01886 <span class="comment"> ** int xcb_selinux_get_property_context_context_length</span>
<a name="l01887"></a>01887 <span class="comment"> ** </span>
<a name="l01888"></a>01888 <span class="comment"> ** @param const xcb_selinux_get_property_context_reply_t *R</span>
<a name="l01889"></a>01889 <span class="comment"> ** @returns int</span>
<a name="l01890"></a>01890 <span class="comment"> **</span>
<a name="l01891"></a>01891 <span class="comment"> *****************************************************************************/</span>
<a name="l01892"></a>01892  
<a name="l01893"></a>01893 <span class="keywordtype">int</span>
<a name="l01894"></a>01894 xcb_selinux_get_property_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__context__reply__t.html" title="xcb_selinux_get_property_context_reply_t">xcb_selinux_get_property_context_reply_t</a> *R  );
<a name="l01895"></a>01895 
<a name="l01896"></a>01896 
<a name="l01897"></a>01897 <span class="comment">/*****************************************************************************</span>
<a name="l01898"></a>01898 <span class="comment"> **</span>
<a name="l01899"></a>01899 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_property_context_context_end</span>
<a name="l01900"></a>01900 <span class="comment"> ** </span>
<a name="l01901"></a>01901 <span class="comment"> ** @param const xcb_selinux_get_property_context_reply_t *R</span>
<a name="l01902"></a>01902 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l01903"></a>01903 <span class="comment"> **</span>
<a name="l01904"></a>01904 <span class="comment"> *****************************************************************************/</span>
<a name="l01905"></a>01905  
<a name="l01906"></a>01906 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l01907"></a>01907 xcb_selinux_get_property_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__context__reply__t.html" title="xcb_selinux_get_property_context_reply_t">xcb_selinux_get_property_context_reply_t</a> *R  );
<a name="l01908"></a>01908 
<a name="l01924"></a>01924 <span class="comment">/*****************************************************************************</span>
<a name="l01925"></a>01925 <span class="comment"> **</span>
<a name="l01926"></a>01926 <span class="comment"> ** xcb_selinux_get_property_context_reply_t * xcb_selinux_get_property_context_reply</span>
<a name="l01927"></a>01927 <span class="comment"> ** </span>
<a name="l01928"></a>01928 <span class="comment"> ** @param xcb_connection_t                           *c</span>
<a name="l01929"></a>01929 <span class="comment"> ** @param xcb_selinux_get_property_context_cookie_t   cookie</span>
<a name="l01930"></a>01930 <span class="comment"> ** @param xcb_generic_error_t                       **e</span>
<a name="l01931"></a>01931 <span class="comment"> ** @returns xcb_selinux_get_property_context_reply_t *</span>
<a name="l01932"></a>01932 <span class="comment"> **</span>
<a name="l01933"></a>01933 <span class="comment"> *****************************************************************************/</span>
<a name="l01934"></a>01934  
<a name="l01935"></a>01935 <a class="code" href="structxcb__selinux__get__property__context__reply__t.html" title="xcb_selinux_get_property_context_reply_t">xcb_selinux_get_property_context_reply_t</a> *
<a name="l01936"></a>01936 <a class="code" href="group__XCB__SELinux__API.html#ga5affb089131ab0c7c61698ca9176a010">xcb_selinux_get_property_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                           *c  ,
<a name="l01937"></a>01937                                         <a class="code" href="structxcb__selinux__get__property__context__cookie__t.html" title="xcb_selinux_get_property_context_cookie_t">xcb_selinux_get_property_context_cookie_t</a>   cookie  ,
<a name="l01938"></a>01938                                         <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                       **e  );
<a name="l01939"></a>01939 
<a name="l01949"></a>01949 <span class="comment">/*****************************************************************************</span>
<a name="l01950"></a>01950 <span class="comment"> **</span>
<a name="l01951"></a>01951 <span class="comment"> ** xcb_selinux_get_property_data_context_cookie_t xcb_selinux_get_property_data_context</span>
<a name="l01952"></a>01952 <span class="comment"> ** </span>
<a name="l01953"></a>01953 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01954"></a>01954 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01955"></a>01955 <span class="comment"> ** @param xcb_atom_t        property</span>
<a name="l01956"></a>01956 <span class="comment"> ** @returns xcb_selinux_get_property_data_context_cookie_t</span>
<a name="l01957"></a>01957 <span class="comment"> **</span>
<a name="l01958"></a>01958 <span class="comment"> *****************************************************************************/</span>
<a name="l01959"></a>01959  
<a name="l01960"></a>01960 <a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html" title="xcb_selinux_get_property_data_context_cookie_t">xcb_selinux_get_property_data_context_cookie_t</a>
<a name="l01961"></a>01961 <a class="code" href="group__XCB__SELinux__API.html#ga67f647b4b710905ac18da8dd5d6d47b6">xcb_selinux_get_property_data_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01962"></a>01962                                        xcb_window_t      window  ,
<a name="l01963"></a>01963                                        xcb_atom_t        property  );
<a name="l01964"></a>01964 
<a name="l01977"></a>01977 <span class="comment">/*****************************************************************************</span>
<a name="l01978"></a>01978 <span class="comment"> **</span>
<a name="l01979"></a>01979 <span class="comment"> ** xcb_selinux_get_property_data_context_cookie_t xcb_selinux_get_property_data_context_unchecked</span>
<a name="l01980"></a>01980 <span class="comment"> ** </span>
<a name="l01981"></a>01981 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l01982"></a>01982 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l01983"></a>01983 <span class="comment"> ** @param xcb_atom_t        property</span>
<a name="l01984"></a>01984 <span class="comment"> ** @returns xcb_selinux_get_property_data_context_cookie_t</span>
<a name="l01985"></a>01985 <span class="comment"> **</span>
<a name="l01986"></a>01986 <span class="comment"> *****************************************************************************/</span>
<a name="l01987"></a>01987  
<a name="l01988"></a>01988 <a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html" title="xcb_selinux_get_property_data_context_cookie_t">xcb_selinux_get_property_data_context_cookie_t</a>
<a name="l01989"></a>01989 <a class="code" href="group__XCB__SELinux__API.html#gaf4f664dd7e84ccffb4c22059abcc3452">xcb_selinux_get_property_data_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l01990"></a>01990                                                  xcb_window_t      window  ,
<a name="l01991"></a>01991                                                  xcb_atom_t        property  );
<a name="l01992"></a>01992 
<a name="l01993"></a>01993 
<a name="l01994"></a>01994 <span class="comment">/*****************************************************************************</span>
<a name="l01995"></a>01995 <span class="comment"> **</span>
<a name="l01996"></a>01996 <span class="comment"> ** char * xcb_selinux_get_property_data_context_context</span>
<a name="l01997"></a>01997 <span class="comment"> ** </span>
<a name="l01998"></a>01998 <span class="comment"> ** @param const xcb_selinux_get_property_data_context_reply_t *R</span>
<a name="l01999"></a>01999 <span class="comment"> ** @returns char *</span>
<a name="l02000"></a>02000 <span class="comment"> **</span>
<a name="l02001"></a>02001 <span class="comment"> *****************************************************************************/</span>
<a name="l02002"></a>02002  
<a name="l02003"></a>02003 <span class="keywordtype">char</span> *
<a name="l02004"></a>02004 xcb_selinux_get_property_data_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html" title="xcb_selinux_get_property_data_context_reply_t">xcb_selinux_get_property_data_context_reply_t</a> *R  );
<a name="l02005"></a>02005 
<a name="l02006"></a>02006 
<a name="l02007"></a>02007 <span class="comment">/*****************************************************************************</span>
<a name="l02008"></a>02008 <span class="comment"> **</span>
<a name="l02009"></a>02009 <span class="comment"> ** int xcb_selinux_get_property_data_context_context_length</span>
<a name="l02010"></a>02010 <span class="comment"> ** </span>
<a name="l02011"></a>02011 <span class="comment"> ** @param const xcb_selinux_get_property_data_context_reply_t *R</span>
<a name="l02012"></a>02012 <span class="comment"> ** @returns int</span>
<a name="l02013"></a>02013 <span class="comment"> **</span>
<a name="l02014"></a>02014 <span class="comment"> *****************************************************************************/</span>
<a name="l02015"></a>02015  
<a name="l02016"></a>02016 <span class="keywordtype">int</span>
<a name="l02017"></a>02017 xcb_selinux_get_property_data_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html" title="xcb_selinux_get_property_data_context_reply_t">xcb_selinux_get_property_data_context_reply_t</a> *R  );
<a name="l02018"></a>02018 
<a name="l02019"></a>02019 
<a name="l02020"></a>02020 <span class="comment">/*****************************************************************************</span>
<a name="l02021"></a>02021 <span class="comment"> **</span>
<a name="l02022"></a>02022 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_property_data_context_context_end</span>
<a name="l02023"></a>02023 <span class="comment"> ** </span>
<a name="l02024"></a>02024 <span class="comment"> ** @param const xcb_selinux_get_property_data_context_reply_t *R</span>
<a name="l02025"></a>02025 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02026"></a>02026 <span class="comment"> **</span>
<a name="l02027"></a>02027 <span class="comment"> *****************************************************************************/</span>
<a name="l02028"></a>02028  
<a name="l02029"></a>02029 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02030"></a>02030 xcb_selinux_get_property_data_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html" title="xcb_selinux_get_property_data_context_reply_t">xcb_selinux_get_property_data_context_reply_t</a> *R  );
<a name="l02031"></a>02031 
<a name="l02047"></a>02047 <span class="comment">/*****************************************************************************</span>
<a name="l02048"></a>02048 <span class="comment"> **</span>
<a name="l02049"></a>02049 <span class="comment"> ** xcb_selinux_get_property_data_context_reply_t * xcb_selinux_get_property_data_context_reply</span>
<a name="l02050"></a>02050 <span class="comment"> ** </span>
<a name="l02051"></a>02051 <span class="comment"> ** @param xcb_connection_t                                *c</span>
<a name="l02052"></a>02052 <span class="comment"> ** @param xcb_selinux_get_property_data_context_cookie_t   cookie</span>
<a name="l02053"></a>02053 <span class="comment"> ** @param xcb_generic_error_t                            **e</span>
<a name="l02054"></a>02054 <span class="comment"> ** @returns xcb_selinux_get_property_data_context_reply_t *</span>
<a name="l02055"></a>02055 <span class="comment"> **</span>
<a name="l02056"></a>02056 <span class="comment"> *****************************************************************************/</span>
<a name="l02057"></a>02057  
<a name="l02058"></a>02058 <a class="code" href="structxcb__selinux__get__property__data__context__reply__t.html" title="xcb_selinux_get_property_data_context_reply_t">xcb_selinux_get_property_data_context_reply_t</a> *
<a name="l02059"></a>02059 <a class="code" href="group__XCB__SELinux__API.html#ga8af14d620025720dcd4746de577fe6ec">xcb_selinux_get_property_data_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                *c  ,
<a name="l02060"></a>02060                                              <a class="code" href="structxcb__selinux__get__property__data__context__cookie__t.html" title="xcb_selinux_get_property_data_context_cookie_t">xcb_selinux_get_property_data_context_cookie_t</a>   cookie  ,
<a name="l02061"></a>02061                                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                            **e  );
<a name="l02062"></a>02062 
<a name="l02072"></a>02072 <span class="comment">/*****************************************************************************</span>
<a name="l02073"></a>02073 <span class="comment"> **</span>
<a name="l02074"></a>02074 <span class="comment"> ** xcb_selinux_list_properties_cookie_t xcb_selinux_list_properties</span>
<a name="l02075"></a>02075 <span class="comment"> ** </span>
<a name="l02076"></a>02076 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02077"></a>02077 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l02078"></a>02078 <span class="comment"> ** @returns xcb_selinux_list_properties_cookie_t</span>
<a name="l02079"></a>02079 <span class="comment"> **</span>
<a name="l02080"></a>02080 <span class="comment"> *****************************************************************************/</span>
<a name="l02081"></a>02081  
<a name="l02082"></a>02082 <a class="code" href="structxcb__selinux__list__properties__cookie__t.html" title="xcb_selinux_list_properties_cookie_t">xcb_selinux_list_properties_cookie_t</a>
<a name="l02083"></a>02083 <a class="code" href="group__XCB__SELinux__API.html#gad9fb3a2f946141af4c595dda01267053">xcb_selinux_list_properties</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02084"></a>02084                              xcb_window_t      window  );
<a name="l02085"></a>02085 
<a name="l02098"></a>02098 <span class="comment">/*****************************************************************************</span>
<a name="l02099"></a>02099 <span class="comment"> **</span>
<a name="l02100"></a>02100 <span class="comment"> ** xcb_selinux_list_properties_cookie_t xcb_selinux_list_properties_unchecked</span>
<a name="l02101"></a>02101 <span class="comment"> ** </span>
<a name="l02102"></a>02102 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02103"></a>02103 <span class="comment"> ** @param xcb_window_t      window</span>
<a name="l02104"></a>02104 <span class="comment"> ** @returns xcb_selinux_list_properties_cookie_t</span>
<a name="l02105"></a>02105 <span class="comment"> **</span>
<a name="l02106"></a>02106 <span class="comment"> *****************************************************************************/</span>
<a name="l02107"></a>02107  
<a name="l02108"></a>02108 <a class="code" href="structxcb__selinux__list__properties__cookie__t.html" title="xcb_selinux_list_properties_cookie_t">xcb_selinux_list_properties_cookie_t</a>
<a name="l02109"></a>02109 <a class="code" href="group__XCB__SELinux__API.html#gad934f87c0e2dd263bef08042ccec2aee">xcb_selinux_list_properties_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02110"></a>02110                                        xcb_window_t      window  );
<a name="l02111"></a>02111 
<a name="l02112"></a>02112 
<a name="l02113"></a>02113 <span class="comment">/*****************************************************************************</span>
<a name="l02114"></a>02114 <span class="comment"> **</span>
<a name="l02115"></a>02115 <span class="comment"> ** int xcb_selinux_list_properties_properties_length</span>
<a name="l02116"></a>02116 <span class="comment"> ** </span>
<a name="l02117"></a>02117 <span class="comment"> ** @param const xcb_selinux_list_properties_reply_t *R</span>
<a name="l02118"></a>02118 <span class="comment"> ** @returns int</span>
<a name="l02119"></a>02119 <span class="comment"> **</span>
<a name="l02120"></a>02120 <span class="comment"> *****************************************************************************/</span>
<a name="l02121"></a>02121  
<a name="l02122"></a>02122 <span class="keywordtype">int</span>
<a name="l02123"></a>02123 xcb_selinux_list_properties_properties_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__properties__reply__t.html" title="xcb_selinux_list_properties_reply_t">xcb_selinux_list_properties_reply_t</a> *R  );
<a name="l02124"></a>02124 
<a name="l02125"></a>02125 
<a name="l02126"></a>02126 <span class="comment">/*****************************************************************************</span>
<a name="l02127"></a>02127 <span class="comment"> **</span>
<a name="l02128"></a>02128 <span class="comment"> ** xcb_selinux_list_item_iterator_t xcb_selinux_list_properties_properties_iterator</span>
<a name="l02129"></a>02129 <span class="comment"> ** </span>
<a name="l02130"></a>02130 <span class="comment"> ** @param const xcb_selinux_list_properties_reply_t *R</span>
<a name="l02131"></a>02131 <span class="comment"> ** @returns xcb_selinux_list_item_iterator_t</span>
<a name="l02132"></a>02132 <span class="comment"> **</span>
<a name="l02133"></a>02133 <span class="comment"> *****************************************************************************/</span>
<a name="l02134"></a>02134  
<a name="l02135"></a>02135 <a class="code" href="structxcb__selinux__list__item__iterator__t.html" title="xcb_selinux_list_item_iterator_t">xcb_selinux_list_item_iterator_t</a>
<a name="l02136"></a>02136 xcb_selinux_list_properties_properties_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__properties__reply__t.html" title="xcb_selinux_list_properties_reply_t">xcb_selinux_list_properties_reply_t</a> *R  );
<a name="l02137"></a>02137 
<a name="l02153"></a>02153 <span class="comment">/*****************************************************************************</span>
<a name="l02154"></a>02154 <span class="comment"> **</span>
<a name="l02155"></a>02155 <span class="comment"> ** xcb_selinux_list_properties_reply_t * xcb_selinux_list_properties_reply</span>
<a name="l02156"></a>02156 <span class="comment"> ** </span>
<a name="l02157"></a>02157 <span class="comment"> ** @param xcb_connection_t                      *c</span>
<a name="l02158"></a>02158 <span class="comment"> ** @param xcb_selinux_list_properties_cookie_t   cookie</span>
<a name="l02159"></a>02159 <span class="comment"> ** @param xcb_generic_error_t                  **e</span>
<a name="l02160"></a>02160 <span class="comment"> ** @returns xcb_selinux_list_properties_reply_t *</span>
<a name="l02161"></a>02161 <span class="comment"> **</span>
<a name="l02162"></a>02162 <span class="comment"> *****************************************************************************/</span>
<a name="l02163"></a>02163  
<a name="l02164"></a>02164 <a class="code" href="structxcb__selinux__list__properties__reply__t.html" title="xcb_selinux_list_properties_reply_t">xcb_selinux_list_properties_reply_t</a> *
<a name="l02165"></a>02165 <a class="code" href="group__XCB__SELinux__API.html#ga171bc7ce48b18cf622578018da662f56">xcb_selinux_list_properties_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                      *c  ,
<a name="l02166"></a>02166                                    <a class="code" href="structxcb__selinux__list__properties__cookie__t.html" title="xcb_selinux_list_properties_cookie_t">xcb_selinux_list_properties_cookie_t</a>   cookie  ,
<a name="l02167"></a>02167                                    <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                  **e  );
<a name="l02168"></a>02168 
<a name="l02181"></a>02181 <span class="comment">/*****************************************************************************</span>
<a name="l02182"></a>02182 <span class="comment"> **</span>
<a name="l02183"></a>02183 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_selection_create_context_checked</span>
<a name="l02184"></a>02184 <span class="comment"> ** </span>
<a name="l02185"></a>02185 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02186"></a>02186 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l02187"></a>02187 <span class="comment"> ** @param const char       *context</span>
<a name="l02188"></a>02188 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02189"></a>02189 <span class="comment"> **</span>
<a name="l02190"></a>02190 <span class="comment"> *****************************************************************************/</span>
<a name="l02191"></a>02191  
<a name="l02192"></a>02192 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02193"></a>02193 <a class="code" href="group__XCB__SELinux__API.html#ga47bebdd4e9d1dc12d9e56bebc07e4929">xcb_selinux_set_selection_create_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02194"></a>02194                                                   uint32_t          context_len  ,
<a name="l02195"></a>02195                                                   <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l02196"></a>02196 
<a name="l02206"></a>02206 <span class="comment">/*****************************************************************************</span>
<a name="l02207"></a>02207 <span class="comment"> **</span>
<a name="l02208"></a>02208 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_selection_create_context</span>
<a name="l02209"></a>02209 <span class="comment"> ** </span>
<a name="l02210"></a>02210 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02211"></a>02211 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l02212"></a>02212 <span class="comment"> ** @param const char       *context</span>
<a name="l02213"></a>02213 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02214"></a>02214 <span class="comment"> **</span>
<a name="l02215"></a>02215 <span class="comment"> *****************************************************************************/</span>
<a name="l02216"></a>02216  
<a name="l02217"></a>02217 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02218"></a>02218 <a class="code" href="group__XCB__SELinux__API.html#ga219e884a99a2c6c4b305e7f7a26e5ba9">xcb_selinux_set_selection_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02219"></a>02219                                           uint32_t          context_len  ,
<a name="l02220"></a>02220                                           <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l02221"></a>02221 
<a name="l02231"></a>02231 <span class="comment">/*****************************************************************************</span>
<a name="l02232"></a>02232 <span class="comment"> **</span>
<a name="l02233"></a>02233 <span class="comment"> ** xcb_selinux_get_selection_create_context_cookie_t xcb_selinux_get_selection_create_context</span>
<a name="l02234"></a>02234 <span class="comment"> ** </span>
<a name="l02235"></a>02235 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02236"></a>02236 <span class="comment"> ** @returns xcb_selinux_get_selection_create_context_cookie_t</span>
<a name="l02237"></a>02237 <span class="comment"> **</span>
<a name="l02238"></a>02238 <span class="comment"> *****************************************************************************/</span>
<a name="l02239"></a>02239  
<a name="l02240"></a>02240 <a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html" title="xcb_selinux_get_selection_create_context_cookie_t">xcb_selinux_get_selection_create_context_cookie_t</a>
<a name="l02241"></a>02241 <a class="code" href="group__XCB__SELinux__API.html#ga95abedd1e225fd68d49075a8be281f16">xcb_selinux_get_selection_create_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02242"></a>02242 
<a name="l02255"></a>02255 <span class="comment">/*****************************************************************************</span>
<a name="l02256"></a>02256 <span class="comment"> **</span>
<a name="l02257"></a>02257 <span class="comment"> ** xcb_selinux_get_selection_create_context_cookie_t xcb_selinux_get_selection_create_context_unchecked</span>
<a name="l02258"></a>02258 <span class="comment"> ** </span>
<a name="l02259"></a>02259 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02260"></a>02260 <span class="comment"> ** @returns xcb_selinux_get_selection_create_context_cookie_t</span>
<a name="l02261"></a>02261 <span class="comment"> **</span>
<a name="l02262"></a>02262 <span class="comment"> *****************************************************************************/</span>
<a name="l02263"></a>02263  
<a name="l02264"></a>02264 <a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html" title="xcb_selinux_get_selection_create_context_cookie_t">xcb_selinux_get_selection_create_context_cookie_t</a>
<a name="l02265"></a>02265 <a class="code" href="group__XCB__SELinux__API.html#ga772bb7f1ff1b4cdc475851df958cd90c">xcb_selinux_get_selection_create_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02266"></a>02266 
<a name="l02267"></a>02267 
<a name="l02268"></a>02268 <span class="comment">/*****************************************************************************</span>
<a name="l02269"></a>02269 <span class="comment"> **</span>
<a name="l02270"></a>02270 <span class="comment"> ** char * xcb_selinux_get_selection_create_context_context</span>
<a name="l02271"></a>02271 <span class="comment"> ** </span>
<a name="l02272"></a>02272 <span class="comment"> ** @param const xcb_selinux_get_selection_create_context_reply_t *R</span>
<a name="l02273"></a>02273 <span class="comment"> ** @returns char *</span>
<a name="l02274"></a>02274 <span class="comment"> **</span>
<a name="l02275"></a>02275 <span class="comment"> *****************************************************************************/</span>
<a name="l02276"></a>02276  
<a name="l02277"></a>02277 <span class="keywordtype">char</span> *
<a name="l02278"></a>02278 xcb_selinux_get_selection_create_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html" title="xcb_selinux_get_selection_create_context_reply_t">xcb_selinux_get_selection_create_context_reply_t</a> *R  );
<a name="l02279"></a>02279 
<a name="l02280"></a>02280 
<a name="l02281"></a>02281 <span class="comment">/*****************************************************************************</span>
<a name="l02282"></a>02282 <span class="comment"> **</span>
<a name="l02283"></a>02283 <span class="comment"> ** int xcb_selinux_get_selection_create_context_context_length</span>
<a name="l02284"></a>02284 <span class="comment"> ** </span>
<a name="l02285"></a>02285 <span class="comment"> ** @param const xcb_selinux_get_selection_create_context_reply_t *R</span>
<a name="l02286"></a>02286 <span class="comment"> ** @returns int</span>
<a name="l02287"></a>02287 <span class="comment"> **</span>
<a name="l02288"></a>02288 <span class="comment"> *****************************************************************************/</span>
<a name="l02289"></a>02289  
<a name="l02290"></a>02290 <span class="keywordtype">int</span>
<a name="l02291"></a>02291 xcb_selinux_get_selection_create_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html" title="xcb_selinux_get_selection_create_context_reply_t">xcb_selinux_get_selection_create_context_reply_t</a> *R  );
<a name="l02292"></a>02292 
<a name="l02293"></a>02293 
<a name="l02294"></a>02294 <span class="comment">/*****************************************************************************</span>
<a name="l02295"></a>02295 <span class="comment"> **</span>
<a name="l02296"></a>02296 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_selection_create_context_context_end</span>
<a name="l02297"></a>02297 <span class="comment"> ** </span>
<a name="l02298"></a>02298 <span class="comment"> ** @param const xcb_selinux_get_selection_create_context_reply_t *R</span>
<a name="l02299"></a>02299 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02300"></a>02300 <span class="comment"> **</span>
<a name="l02301"></a>02301 <span class="comment"> *****************************************************************************/</span>
<a name="l02302"></a>02302  
<a name="l02303"></a>02303 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02304"></a>02304 xcb_selinux_get_selection_create_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html" title="xcb_selinux_get_selection_create_context_reply_t">xcb_selinux_get_selection_create_context_reply_t</a> *R  );
<a name="l02305"></a>02305 
<a name="l02321"></a>02321 <span class="comment">/*****************************************************************************</span>
<a name="l02322"></a>02322 <span class="comment"> **</span>
<a name="l02323"></a>02323 <span class="comment"> ** xcb_selinux_get_selection_create_context_reply_t * xcb_selinux_get_selection_create_context_reply</span>
<a name="l02324"></a>02324 <span class="comment"> ** </span>
<a name="l02325"></a>02325 <span class="comment"> ** @param xcb_connection_t                                   *c</span>
<a name="l02326"></a>02326 <span class="comment"> ** @param xcb_selinux_get_selection_create_context_cookie_t   cookie</span>
<a name="l02327"></a>02327 <span class="comment"> ** @param xcb_generic_error_t                               **e</span>
<a name="l02328"></a>02328 <span class="comment"> ** @returns xcb_selinux_get_selection_create_context_reply_t *</span>
<a name="l02329"></a>02329 <span class="comment"> **</span>
<a name="l02330"></a>02330 <span class="comment"> *****************************************************************************/</span>
<a name="l02331"></a>02331  
<a name="l02332"></a>02332 <a class="code" href="structxcb__selinux__get__selection__create__context__reply__t.html" title="xcb_selinux_get_selection_create_context_reply_t">xcb_selinux_get_selection_create_context_reply_t</a> *
<a name="l02333"></a>02333 <a class="code" href="group__XCB__SELinux__API.html#gae4bf231f4b8db893ff1a2bf9923f96b5">xcb_selinux_get_selection_create_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                   *c  ,
<a name="l02334"></a>02334                                                 <a class="code" href="structxcb__selinux__get__selection__create__context__cookie__t.html" title="xcb_selinux_get_selection_create_context_cookie_t">xcb_selinux_get_selection_create_context_cookie_t</a>   cookie  ,
<a name="l02335"></a>02335                                                 <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                               **e  );
<a name="l02336"></a>02336 
<a name="l02349"></a>02349 <span class="comment">/*****************************************************************************</span>
<a name="l02350"></a>02350 <span class="comment"> **</span>
<a name="l02351"></a>02351 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_selection_use_context_checked</span>
<a name="l02352"></a>02352 <span class="comment"> ** </span>
<a name="l02353"></a>02353 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02354"></a>02354 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l02355"></a>02355 <span class="comment"> ** @param const char       *context</span>
<a name="l02356"></a>02356 <span class="comment"> ** @returns xcb_void_cookie_t</span>
<a name="l02357"></a>02357 <span class="comment"> **</span>
<a name="l02358"></a>02358 <span class="comment"> *****************************************************************************/</span>
<a name="l02359"></a>02359  
<a name="l02360"></a>02360 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02361"></a>02361 <a class="code" href="group__XCB__SELinux__API.html#gaa253a954d10727734d8bb80d2347d863">xcb_selinux_set_selection_use_context_checked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02362"></a>02362                                                uint32_t          context_len  ,
<a name="l02363"></a>02363                                                <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l02364"></a>02364 
<a name="l02374"></a>02374 <span class="comment">/*****************************************************************************</span>
<a name="l02375"></a>02375 <span class="comment"> **</span>
<a name="l02376"></a>02376 <span class="comment"> ** xcb_void_cookie_t xcb_selinux_set_selection_use_context</span>
<a name="l02377"></a>02377 <span class="comment"> ** </span>
<a name="l02378"></a>02378 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02379"></a>02379 <span class="comment"> ** @param uint32_t          context_len</span>
<a name="l02380"></a>02380 <span class="comment"> ** @param const char       *context</span>
<a name="l02381"></a>02381 <span class="comment"> ** @returns xcb_void_cookie_t</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 <a class="code" href="structxcb__void__cookie__t.html" title="Generic cookie.">xcb_void_cookie_t</a>
<a name="l02386"></a>02386 <a class="code" href="group__XCB__SELinux__API.html#ga837036c8c2cf2285f8b4472f2b3f429d">xcb_selinux_set_selection_use_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02387"></a>02387                                        uint32_t          context_len  ,
<a name="l02388"></a>02388                                        <span class="keyword">const</span> <span class="keywordtype">char</span>       *context  );
<a name="l02389"></a>02389 
<a name="l02399"></a>02399 <span class="comment">/*****************************************************************************</span>
<a name="l02400"></a>02400 <span class="comment"> **</span>
<a name="l02401"></a>02401 <span class="comment"> ** xcb_selinux_get_selection_use_context_cookie_t xcb_selinux_get_selection_use_context</span>
<a name="l02402"></a>02402 <span class="comment"> ** </span>
<a name="l02403"></a>02403 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02404"></a>02404 <span class="comment"> ** @returns xcb_selinux_get_selection_use_context_cookie_t</span>
<a name="l02405"></a>02405 <span class="comment"> **</span>
<a name="l02406"></a>02406 <span class="comment"> *****************************************************************************/</span>
<a name="l02407"></a>02407  
<a name="l02408"></a>02408 <a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html" title="xcb_selinux_get_selection_use_context_cookie_t">xcb_selinux_get_selection_use_context_cookie_t</a>
<a name="l02409"></a>02409 <a class="code" href="group__XCB__SELinux__API.html#ga4f111c5605a0792a89fd560c2767a5d1">xcb_selinux_get_selection_use_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02410"></a>02410 
<a name="l02423"></a>02423 <span class="comment">/*****************************************************************************</span>
<a name="l02424"></a>02424 <span class="comment"> **</span>
<a name="l02425"></a>02425 <span class="comment"> ** xcb_selinux_get_selection_use_context_cookie_t xcb_selinux_get_selection_use_context_unchecked</span>
<a name="l02426"></a>02426 <span class="comment"> ** </span>
<a name="l02427"></a>02427 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02428"></a>02428 <span class="comment"> ** @returns xcb_selinux_get_selection_use_context_cookie_t</span>
<a name="l02429"></a>02429 <span class="comment"> **</span>
<a name="l02430"></a>02430 <span class="comment"> *****************************************************************************/</span>
<a name="l02431"></a>02431  
<a name="l02432"></a>02432 <a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html" title="xcb_selinux_get_selection_use_context_cookie_t">xcb_selinux_get_selection_use_context_cookie_t</a>
<a name="l02433"></a>02433 <a class="code" href="group__XCB__SELinux__API.html#ga2dda13e0f6af9567b6fd8a850e12d3da">xcb_selinux_get_selection_use_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02434"></a>02434 
<a name="l02435"></a>02435 
<a name="l02436"></a>02436 <span class="comment">/*****************************************************************************</span>
<a name="l02437"></a>02437 <span class="comment"> **</span>
<a name="l02438"></a>02438 <span class="comment"> ** char * xcb_selinux_get_selection_use_context_context</span>
<a name="l02439"></a>02439 <span class="comment"> ** </span>
<a name="l02440"></a>02440 <span class="comment"> ** @param const xcb_selinux_get_selection_use_context_reply_t *R</span>
<a name="l02441"></a>02441 <span class="comment"> ** @returns char *</span>
<a name="l02442"></a>02442 <span class="comment"> **</span>
<a name="l02443"></a>02443 <span class="comment"> *****************************************************************************/</span>
<a name="l02444"></a>02444  
<a name="l02445"></a>02445 <span class="keywordtype">char</span> *
<a name="l02446"></a>02446 xcb_selinux_get_selection_use_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html" title="xcb_selinux_get_selection_use_context_reply_t">xcb_selinux_get_selection_use_context_reply_t</a> *R  );
<a name="l02447"></a>02447 
<a name="l02448"></a>02448 
<a name="l02449"></a>02449 <span class="comment">/*****************************************************************************</span>
<a name="l02450"></a>02450 <span class="comment"> **</span>
<a name="l02451"></a>02451 <span class="comment"> ** int xcb_selinux_get_selection_use_context_context_length</span>
<a name="l02452"></a>02452 <span class="comment"> ** </span>
<a name="l02453"></a>02453 <span class="comment"> ** @param const xcb_selinux_get_selection_use_context_reply_t *R</span>
<a name="l02454"></a>02454 <span class="comment"> ** @returns int</span>
<a name="l02455"></a>02455 <span class="comment"> **</span>
<a name="l02456"></a>02456 <span class="comment"> *****************************************************************************/</span>
<a name="l02457"></a>02457  
<a name="l02458"></a>02458 <span class="keywordtype">int</span>
<a name="l02459"></a>02459 xcb_selinux_get_selection_use_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html" title="xcb_selinux_get_selection_use_context_reply_t">xcb_selinux_get_selection_use_context_reply_t</a> *R  );
<a name="l02460"></a>02460 
<a name="l02461"></a>02461 
<a name="l02462"></a>02462 <span class="comment">/*****************************************************************************</span>
<a name="l02463"></a>02463 <span class="comment"> **</span>
<a name="l02464"></a>02464 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_selection_use_context_context_end</span>
<a name="l02465"></a>02465 <span class="comment"> ** </span>
<a name="l02466"></a>02466 <span class="comment"> ** @param const xcb_selinux_get_selection_use_context_reply_t *R</span>
<a name="l02467"></a>02467 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02468"></a>02468 <span class="comment"> **</span>
<a name="l02469"></a>02469 <span class="comment"> *****************************************************************************/</span>
<a name="l02470"></a>02470  
<a name="l02471"></a>02471 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02472"></a>02472 xcb_selinux_get_selection_use_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html" title="xcb_selinux_get_selection_use_context_reply_t">xcb_selinux_get_selection_use_context_reply_t</a> *R  );
<a name="l02473"></a>02473 
<a name="l02489"></a>02489 <span class="comment">/*****************************************************************************</span>
<a name="l02490"></a>02490 <span class="comment"> **</span>
<a name="l02491"></a>02491 <span class="comment"> ** xcb_selinux_get_selection_use_context_reply_t * xcb_selinux_get_selection_use_context_reply</span>
<a name="l02492"></a>02492 <span class="comment"> ** </span>
<a name="l02493"></a>02493 <span class="comment"> ** @param xcb_connection_t                                *c</span>
<a name="l02494"></a>02494 <span class="comment"> ** @param xcb_selinux_get_selection_use_context_cookie_t   cookie</span>
<a name="l02495"></a>02495 <span class="comment"> ** @param xcb_generic_error_t                            **e</span>
<a name="l02496"></a>02496 <span class="comment"> ** @returns xcb_selinux_get_selection_use_context_reply_t *</span>
<a name="l02497"></a>02497 <span class="comment"> **</span>
<a name="l02498"></a>02498 <span class="comment"> *****************************************************************************/</span>
<a name="l02499"></a>02499  
<a name="l02500"></a>02500 <a class="code" href="structxcb__selinux__get__selection__use__context__reply__t.html" title="xcb_selinux_get_selection_use_context_reply_t">xcb_selinux_get_selection_use_context_reply_t</a> *
<a name="l02501"></a>02501 <a class="code" href="group__XCB__SELinux__API.html#ga3e83b82363216927616e1a25e4332db7">xcb_selinux_get_selection_use_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                *c  ,
<a name="l02502"></a>02502                                              <a class="code" href="structxcb__selinux__get__selection__use__context__cookie__t.html" title="xcb_selinux_get_selection_use_context_cookie_t">xcb_selinux_get_selection_use_context_cookie_t</a>   cookie  ,
<a name="l02503"></a>02503                                              <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                            **e  );
<a name="l02504"></a>02504 
<a name="l02514"></a>02514 <span class="comment">/*****************************************************************************</span>
<a name="l02515"></a>02515 <span class="comment"> **</span>
<a name="l02516"></a>02516 <span class="comment"> ** xcb_selinux_get_selection_context_cookie_t xcb_selinux_get_selection_context</span>
<a name="l02517"></a>02517 <span class="comment"> ** </span>
<a name="l02518"></a>02518 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02519"></a>02519 <span class="comment"> ** @param xcb_atom_t        selection</span>
<a name="l02520"></a>02520 <span class="comment"> ** @returns xcb_selinux_get_selection_context_cookie_t</span>
<a name="l02521"></a>02521 <span class="comment"> **</span>
<a name="l02522"></a>02522 <span class="comment"> *****************************************************************************/</span>
<a name="l02523"></a>02523  
<a name="l02524"></a>02524 <a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html" title="xcb_selinux_get_selection_context_cookie_t">xcb_selinux_get_selection_context_cookie_t</a>
<a name="l02525"></a>02525 <a class="code" href="group__XCB__SELinux__API.html#ga6c4e2a6a9774208a7edcb0e1ae590d32">xcb_selinux_get_selection_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02526"></a>02526                                    xcb_atom_t        selection  );
<a name="l02527"></a>02527 
<a name="l02540"></a>02540 <span class="comment">/*****************************************************************************</span>
<a name="l02541"></a>02541 <span class="comment"> **</span>
<a name="l02542"></a>02542 <span class="comment"> ** xcb_selinux_get_selection_context_cookie_t xcb_selinux_get_selection_context_unchecked</span>
<a name="l02543"></a>02543 <span class="comment"> ** </span>
<a name="l02544"></a>02544 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02545"></a>02545 <span class="comment"> ** @param xcb_atom_t        selection</span>
<a name="l02546"></a>02546 <span class="comment"> ** @returns xcb_selinux_get_selection_context_cookie_t</span>
<a name="l02547"></a>02547 <span class="comment"> **</span>
<a name="l02548"></a>02548 <span class="comment"> *****************************************************************************/</span>
<a name="l02549"></a>02549  
<a name="l02550"></a>02550 <a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html" title="xcb_selinux_get_selection_context_cookie_t">xcb_selinux_get_selection_context_cookie_t</a>
<a name="l02551"></a>02551 <a class="code" href="group__XCB__SELinux__API.html#ga8fd82fcd417f2fd5f6cb10d85b843590">xcb_selinux_get_selection_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02552"></a>02552                                              xcb_atom_t        selection  );
<a name="l02553"></a>02553 
<a name="l02554"></a>02554 
<a name="l02555"></a>02555 <span class="comment">/*****************************************************************************</span>
<a name="l02556"></a>02556 <span class="comment"> **</span>
<a name="l02557"></a>02557 <span class="comment"> ** char * xcb_selinux_get_selection_context_context</span>
<a name="l02558"></a>02558 <span class="comment"> ** </span>
<a name="l02559"></a>02559 <span class="comment"> ** @param const xcb_selinux_get_selection_context_reply_t *R</span>
<a name="l02560"></a>02560 <span class="comment"> ** @returns char *</span>
<a name="l02561"></a>02561 <span class="comment"> **</span>
<a name="l02562"></a>02562 <span class="comment"> *****************************************************************************/</span>
<a name="l02563"></a>02563  
<a name="l02564"></a>02564 <span class="keywordtype">char</span> *
<a name="l02565"></a>02565 xcb_selinux_get_selection_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html" title="xcb_selinux_get_selection_context_reply_t">xcb_selinux_get_selection_context_reply_t</a> *R  );
<a name="l02566"></a>02566 
<a name="l02567"></a>02567 
<a name="l02568"></a>02568 <span class="comment">/*****************************************************************************</span>
<a name="l02569"></a>02569 <span class="comment"> **</span>
<a name="l02570"></a>02570 <span class="comment"> ** int xcb_selinux_get_selection_context_context_length</span>
<a name="l02571"></a>02571 <span class="comment"> ** </span>
<a name="l02572"></a>02572 <span class="comment"> ** @param const xcb_selinux_get_selection_context_reply_t *R</span>
<a name="l02573"></a>02573 <span class="comment"> ** @returns int</span>
<a name="l02574"></a>02574 <span class="comment"> **</span>
<a name="l02575"></a>02575 <span class="comment"> *****************************************************************************/</span>
<a name="l02576"></a>02576  
<a name="l02577"></a>02577 <span class="keywordtype">int</span>
<a name="l02578"></a>02578 xcb_selinux_get_selection_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html" title="xcb_selinux_get_selection_context_reply_t">xcb_selinux_get_selection_context_reply_t</a> *R  );
<a name="l02579"></a>02579 
<a name="l02580"></a>02580 
<a name="l02581"></a>02581 <span class="comment">/*****************************************************************************</span>
<a name="l02582"></a>02582 <span class="comment"> **</span>
<a name="l02583"></a>02583 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_selection_context_context_end</span>
<a name="l02584"></a>02584 <span class="comment"> ** </span>
<a name="l02585"></a>02585 <span class="comment"> ** @param const xcb_selinux_get_selection_context_reply_t *R</span>
<a name="l02586"></a>02586 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02587"></a>02587 <span class="comment"> **</span>
<a name="l02588"></a>02588 <span class="comment"> *****************************************************************************/</span>
<a name="l02589"></a>02589  
<a name="l02590"></a>02590 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02591"></a>02591 xcb_selinux_get_selection_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html" title="xcb_selinux_get_selection_context_reply_t">xcb_selinux_get_selection_context_reply_t</a> *R  );
<a name="l02592"></a>02592 
<a name="l02608"></a>02608 <span class="comment">/*****************************************************************************</span>
<a name="l02609"></a>02609 <span class="comment"> **</span>
<a name="l02610"></a>02610 <span class="comment"> ** xcb_selinux_get_selection_context_reply_t * xcb_selinux_get_selection_context_reply</span>
<a name="l02611"></a>02611 <span class="comment"> ** </span>
<a name="l02612"></a>02612 <span class="comment"> ** @param xcb_connection_t                            *c</span>
<a name="l02613"></a>02613 <span class="comment"> ** @param xcb_selinux_get_selection_context_cookie_t   cookie</span>
<a name="l02614"></a>02614 <span class="comment"> ** @param xcb_generic_error_t                        **e</span>
<a name="l02615"></a>02615 <span class="comment"> ** @returns xcb_selinux_get_selection_context_reply_t *</span>
<a name="l02616"></a>02616 <span class="comment"> **</span>
<a name="l02617"></a>02617 <span class="comment"> *****************************************************************************/</span>
<a name="l02618"></a>02618  
<a name="l02619"></a>02619 <a class="code" href="structxcb__selinux__get__selection__context__reply__t.html" title="xcb_selinux_get_selection_context_reply_t">xcb_selinux_get_selection_context_reply_t</a> *
<a name="l02620"></a>02620 <a class="code" href="group__XCB__SELinux__API.html#ga9779bf83fb55bccc21f1da8957f516f6">xcb_selinux_get_selection_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                            *c  ,
<a name="l02621"></a>02621                                          <a class="code" href="structxcb__selinux__get__selection__context__cookie__t.html" title="xcb_selinux_get_selection_context_cookie_t">xcb_selinux_get_selection_context_cookie_t</a>   cookie  ,
<a name="l02622"></a>02622                                          <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                        **e  );
<a name="l02623"></a>02623 
<a name="l02633"></a>02633 <span class="comment">/*****************************************************************************</span>
<a name="l02634"></a>02634 <span class="comment"> **</span>
<a name="l02635"></a>02635 <span class="comment"> ** xcb_selinux_get_selection_data_context_cookie_t xcb_selinux_get_selection_data_context</span>
<a name="l02636"></a>02636 <span class="comment"> ** </span>
<a name="l02637"></a>02637 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02638"></a>02638 <span class="comment"> ** @param xcb_atom_t        selection</span>
<a name="l02639"></a>02639 <span class="comment"> ** @returns xcb_selinux_get_selection_data_context_cookie_t</span>
<a name="l02640"></a>02640 <span class="comment"> **</span>
<a name="l02641"></a>02641 <span class="comment"> *****************************************************************************/</span>
<a name="l02642"></a>02642  
<a name="l02643"></a>02643 <a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html" title="xcb_selinux_get_selection_data_context_cookie_t">xcb_selinux_get_selection_data_context_cookie_t</a>
<a name="l02644"></a>02644 <a class="code" href="group__XCB__SELinux__API.html#gae1456360a9c36a3492bd7279530ff99b">xcb_selinux_get_selection_data_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02645"></a>02645                                         xcb_atom_t        selection  );
<a name="l02646"></a>02646 
<a name="l02659"></a>02659 <span class="comment">/*****************************************************************************</span>
<a name="l02660"></a>02660 <span class="comment"> **</span>
<a name="l02661"></a>02661 <span class="comment"> ** xcb_selinux_get_selection_data_context_cookie_t xcb_selinux_get_selection_data_context_unchecked</span>
<a name="l02662"></a>02662 <span class="comment"> ** </span>
<a name="l02663"></a>02663 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02664"></a>02664 <span class="comment"> ** @param xcb_atom_t        selection</span>
<a name="l02665"></a>02665 <span class="comment"> ** @returns xcb_selinux_get_selection_data_context_cookie_t</span>
<a name="l02666"></a>02666 <span class="comment"> **</span>
<a name="l02667"></a>02667 <span class="comment"> *****************************************************************************/</span>
<a name="l02668"></a>02668  
<a name="l02669"></a>02669 <a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html" title="xcb_selinux_get_selection_data_context_cookie_t">xcb_selinux_get_selection_data_context_cookie_t</a>
<a name="l02670"></a>02670 <a class="code" href="group__XCB__SELinux__API.html#ga22526e645f99bf4714b36ca818ee3253">xcb_selinux_get_selection_data_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02671"></a>02671                                                   xcb_atom_t        selection  );
<a name="l02672"></a>02672 
<a name="l02673"></a>02673 
<a name="l02674"></a>02674 <span class="comment">/*****************************************************************************</span>
<a name="l02675"></a>02675 <span class="comment"> **</span>
<a name="l02676"></a>02676 <span class="comment"> ** char * xcb_selinux_get_selection_data_context_context</span>
<a name="l02677"></a>02677 <span class="comment"> ** </span>
<a name="l02678"></a>02678 <span class="comment"> ** @param const xcb_selinux_get_selection_data_context_reply_t *R</span>
<a name="l02679"></a>02679 <span class="comment"> ** @returns char *</span>
<a name="l02680"></a>02680 <span class="comment"> **</span>
<a name="l02681"></a>02681 <span class="comment"> *****************************************************************************/</span>
<a name="l02682"></a>02682  
<a name="l02683"></a>02683 <span class="keywordtype">char</span> *
<a name="l02684"></a>02684 xcb_selinux_get_selection_data_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html" title="xcb_selinux_get_selection_data_context_reply_t">xcb_selinux_get_selection_data_context_reply_t</a> *R  );
<a name="l02685"></a>02685 
<a name="l02686"></a>02686 
<a name="l02687"></a>02687 <span class="comment">/*****************************************************************************</span>
<a name="l02688"></a>02688 <span class="comment"> **</span>
<a name="l02689"></a>02689 <span class="comment"> ** int xcb_selinux_get_selection_data_context_context_length</span>
<a name="l02690"></a>02690 <span class="comment"> ** </span>
<a name="l02691"></a>02691 <span class="comment"> ** @param const xcb_selinux_get_selection_data_context_reply_t *R</span>
<a name="l02692"></a>02692 <span class="comment"> ** @returns int</span>
<a name="l02693"></a>02693 <span class="comment"> **</span>
<a name="l02694"></a>02694 <span class="comment"> *****************************************************************************/</span>
<a name="l02695"></a>02695  
<a name="l02696"></a>02696 <span class="keywordtype">int</span>
<a name="l02697"></a>02697 xcb_selinux_get_selection_data_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html" title="xcb_selinux_get_selection_data_context_reply_t">xcb_selinux_get_selection_data_context_reply_t</a> *R  );
<a name="l02698"></a>02698 
<a name="l02699"></a>02699 
<a name="l02700"></a>02700 <span class="comment">/*****************************************************************************</span>
<a name="l02701"></a>02701 <span class="comment"> **</span>
<a name="l02702"></a>02702 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_selection_data_context_context_end</span>
<a name="l02703"></a>02703 <span class="comment"> ** </span>
<a name="l02704"></a>02704 <span class="comment"> ** @param const xcb_selinux_get_selection_data_context_reply_t *R</span>
<a name="l02705"></a>02705 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02706"></a>02706 <span class="comment"> **</span>
<a name="l02707"></a>02707 <span class="comment"> *****************************************************************************/</span>
<a name="l02708"></a>02708  
<a name="l02709"></a>02709 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02710"></a>02710 xcb_selinux_get_selection_data_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html" title="xcb_selinux_get_selection_data_context_reply_t">xcb_selinux_get_selection_data_context_reply_t</a> *R  );
<a name="l02711"></a>02711 
<a name="l02727"></a>02727 <span class="comment">/*****************************************************************************</span>
<a name="l02728"></a>02728 <span class="comment"> **</span>
<a name="l02729"></a>02729 <span class="comment"> ** xcb_selinux_get_selection_data_context_reply_t * xcb_selinux_get_selection_data_context_reply</span>
<a name="l02730"></a>02730 <span class="comment"> ** </span>
<a name="l02731"></a>02731 <span class="comment"> ** @param xcb_connection_t                                 *c</span>
<a name="l02732"></a>02732 <span class="comment"> ** @param xcb_selinux_get_selection_data_context_cookie_t   cookie</span>
<a name="l02733"></a>02733 <span class="comment"> ** @param xcb_generic_error_t                             **e</span>
<a name="l02734"></a>02734 <span class="comment"> ** @returns xcb_selinux_get_selection_data_context_reply_t *</span>
<a name="l02735"></a>02735 <span class="comment"> **</span>
<a name="l02736"></a>02736 <span class="comment"> *****************************************************************************/</span>
<a name="l02737"></a>02737  
<a name="l02738"></a>02738 <a class="code" href="structxcb__selinux__get__selection__data__context__reply__t.html" title="xcb_selinux_get_selection_data_context_reply_t">xcb_selinux_get_selection_data_context_reply_t</a> *
<a name="l02739"></a>02739 <a class="code" href="group__XCB__SELinux__API.html#gab11d231ab591df5d8ce4a8f55238c470">xcb_selinux_get_selection_data_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                                 *c  ,
<a name="l02740"></a>02740                                               <a class="code" href="structxcb__selinux__get__selection__data__context__cookie__t.html" title="xcb_selinux_get_selection_data_context_cookie_t">xcb_selinux_get_selection_data_context_cookie_t</a>   cookie  ,
<a name="l02741"></a>02741                                               <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                             **e  );
<a name="l02742"></a>02742 
<a name="l02752"></a>02752 <span class="comment">/*****************************************************************************</span>
<a name="l02753"></a>02753 <span class="comment"> **</span>
<a name="l02754"></a>02754 <span class="comment"> ** xcb_selinux_list_selections_cookie_t xcb_selinux_list_selections</span>
<a name="l02755"></a>02755 <span class="comment"> ** </span>
<a name="l02756"></a>02756 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02757"></a>02757 <span class="comment"> ** @returns xcb_selinux_list_selections_cookie_t</span>
<a name="l02758"></a>02758 <span class="comment"> **</span>
<a name="l02759"></a>02759 <span class="comment"> *****************************************************************************/</span>
<a name="l02760"></a>02760  
<a name="l02761"></a>02761 <a class="code" href="structxcb__selinux__list__selections__cookie__t.html" title="xcb_selinux_list_selections_cookie_t">xcb_selinux_list_selections_cookie_t</a>
<a name="l02762"></a>02762 <a class="code" href="group__XCB__SELinux__API.html#ga39700d25db4b6741666bce2544052d08">xcb_selinux_list_selections</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02763"></a>02763 
<a name="l02776"></a>02776 <span class="comment">/*****************************************************************************</span>
<a name="l02777"></a>02777 <span class="comment"> **</span>
<a name="l02778"></a>02778 <span class="comment"> ** xcb_selinux_list_selections_cookie_t xcb_selinux_list_selections_unchecked</span>
<a name="l02779"></a>02779 <span class="comment"> ** </span>
<a name="l02780"></a>02780 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02781"></a>02781 <span class="comment"> ** @returns xcb_selinux_list_selections_cookie_t</span>
<a name="l02782"></a>02782 <span class="comment"> **</span>
<a name="l02783"></a>02783 <span class="comment"> *****************************************************************************/</span>
<a name="l02784"></a>02784  
<a name="l02785"></a>02785 <a class="code" href="structxcb__selinux__list__selections__cookie__t.html" title="xcb_selinux_list_selections_cookie_t">xcb_selinux_list_selections_cookie_t</a>
<a name="l02786"></a>02786 <a class="code" href="group__XCB__SELinux__API.html#gad05b0602c4b17f4770a869b5abcc63c7">xcb_selinux_list_selections_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  );
<a name="l02787"></a>02787 
<a name="l02788"></a>02788 
<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"> ** int xcb_selinux_list_selections_selections_length</span>
<a name="l02792"></a>02792 <span class="comment"> ** </span>
<a name="l02793"></a>02793 <span class="comment"> ** @param const xcb_selinux_list_selections_reply_t *R</span>
<a name="l02794"></a>02794 <span class="comment"> ** @returns int</span>
<a name="l02795"></a>02795 <span class="comment"> **</span>
<a name="l02796"></a>02796 <span class="comment"> *****************************************************************************/</span>
<a name="l02797"></a>02797  
<a name="l02798"></a>02798 <span class="keywordtype">int</span>
<a name="l02799"></a>02799 xcb_selinux_list_selections_selections_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__selections__reply__t.html" title="xcb_selinux_list_selections_reply_t">xcb_selinux_list_selections_reply_t</a> *R  );
<a name="l02800"></a>02800 
<a name="l02801"></a>02801 
<a name="l02802"></a>02802 <span class="comment">/*****************************************************************************</span>
<a name="l02803"></a>02803 <span class="comment"> **</span>
<a name="l02804"></a>02804 <span class="comment"> ** xcb_selinux_list_item_iterator_t xcb_selinux_list_selections_selections_iterator</span>
<a name="l02805"></a>02805 <span class="comment"> ** </span>
<a name="l02806"></a>02806 <span class="comment"> ** @param const xcb_selinux_list_selections_reply_t *R</span>
<a name="l02807"></a>02807 <span class="comment"> ** @returns xcb_selinux_list_item_iterator_t</span>
<a name="l02808"></a>02808 <span class="comment"> **</span>
<a name="l02809"></a>02809 <span class="comment"> *****************************************************************************/</span>
<a name="l02810"></a>02810  
<a name="l02811"></a>02811 <a class="code" href="structxcb__selinux__list__item__iterator__t.html" title="xcb_selinux_list_item_iterator_t">xcb_selinux_list_item_iterator_t</a>
<a name="l02812"></a>02812 xcb_selinux_list_selections_selections_iterator (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__list__selections__reply__t.html" title="xcb_selinux_list_selections_reply_t">xcb_selinux_list_selections_reply_t</a> *R  );
<a name="l02813"></a>02813 
<a name="l02829"></a>02829 <span class="comment">/*****************************************************************************</span>
<a name="l02830"></a>02830 <span class="comment"> **</span>
<a name="l02831"></a>02831 <span class="comment"> ** xcb_selinux_list_selections_reply_t * xcb_selinux_list_selections_reply</span>
<a name="l02832"></a>02832 <span class="comment"> ** </span>
<a name="l02833"></a>02833 <span class="comment"> ** @param xcb_connection_t                      *c</span>
<a name="l02834"></a>02834 <span class="comment"> ** @param xcb_selinux_list_selections_cookie_t   cookie</span>
<a name="l02835"></a>02835 <span class="comment"> ** @param xcb_generic_error_t                  **e</span>
<a name="l02836"></a>02836 <span class="comment"> ** @returns xcb_selinux_list_selections_reply_t *</span>
<a name="l02837"></a>02837 <span class="comment"> **</span>
<a name="l02838"></a>02838 <span class="comment"> *****************************************************************************/</span>
<a name="l02839"></a>02839  
<a name="l02840"></a>02840 <a class="code" href="structxcb__selinux__list__selections__reply__t.html" title="xcb_selinux_list_selections_reply_t">xcb_selinux_list_selections_reply_t</a> *
<a name="l02841"></a>02841 <a class="code" href="group__XCB__SELinux__API.html#ga779d0e7aace5041cc0604b8dadf0e474">xcb_selinux_list_selections_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                      *c  ,
<a name="l02842"></a>02842                                    <a class="code" href="structxcb__selinux__list__selections__cookie__t.html" title="xcb_selinux_list_selections_cookie_t">xcb_selinux_list_selections_cookie_t</a>   cookie  ,
<a name="l02843"></a>02843                                    <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                  **e  );
<a name="l02844"></a>02844 
<a name="l02854"></a>02854 <span class="comment">/*****************************************************************************</span>
<a name="l02855"></a>02855 <span class="comment"> **</span>
<a name="l02856"></a>02856 <span class="comment"> ** xcb_selinux_get_client_context_cookie_t xcb_selinux_get_client_context</span>
<a name="l02857"></a>02857 <span class="comment"> ** </span>
<a name="l02858"></a>02858 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02859"></a>02859 <span class="comment"> ** @param uint32_t          resource</span>
<a name="l02860"></a>02860 <span class="comment"> ** @returns xcb_selinux_get_client_context_cookie_t</span>
<a name="l02861"></a>02861 <span class="comment"> **</span>
<a name="l02862"></a>02862 <span class="comment"> *****************************************************************************/</span>
<a name="l02863"></a>02863  
<a name="l02864"></a>02864 <a class="code" href="structxcb__selinux__get__client__context__cookie__t.html" title="xcb_selinux_get_client_context_cookie_t">xcb_selinux_get_client_context_cookie_t</a>
<a name="l02865"></a>02865 <a class="code" href="group__XCB__SELinux__API.html#gae7cda9a0b0e2b407e9837b34ba7488fd">xcb_selinux_get_client_context</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02866"></a>02866                                 uint32_t          resource  );
<a name="l02867"></a>02867 
<a name="l02880"></a>02880 <span class="comment">/*****************************************************************************</span>
<a name="l02881"></a>02881 <span class="comment"> **</span>
<a name="l02882"></a>02882 <span class="comment"> ** xcb_selinux_get_client_context_cookie_t xcb_selinux_get_client_context_unchecked</span>
<a name="l02883"></a>02883 <span class="comment"> ** </span>
<a name="l02884"></a>02884 <span class="comment"> ** @param xcb_connection_t *c</span>
<a name="l02885"></a>02885 <span class="comment"> ** @param uint32_t          resource</span>
<a name="l02886"></a>02886 <span class="comment"> ** @returns xcb_selinux_get_client_context_cookie_t</span>
<a name="l02887"></a>02887 <span class="comment"> **</span>
<a name="l02888"></a>02888 <span class="comment"> *****************************************************************************/</span>
<a name="l02889"></a>02889  
<a name="l02890"></a>02890 <a class="code" href="structxcb__selinux__get__client__context__cookie__t.html" title="xcb_selinux_get_client_context_cookie_t">xcb_selinux_get_client_context_cookie_t</a>
<a name="l02891"></a>02891 <a class="code" href="group__XCB__SELinux__API.html#ga6de6045d05d6a73b31131b9dec7c8ba3">xcb_selinux_get_client_context_unchecked</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a> *c  ,
<a name="l02892"></a>02892                                           uint32_t          resource  );
<a name="l02893"></a>02893 
<a name="l02894"></a>02894 
<a name="l02895"></a>02895 <span class="comment">/*****************************************************************************</span>
<a name="l02896"></a>02896 <span class="comment"> **</span>
<a name="l02897"></a>02897 <span class="comment"> ** char * xcb_selinux_get_client_context_context</span>
<a name="l02898"></a>02898 <span class="comment"> ** </span>
<a name="l02899"></a>02899 <span class="comment"> ** @param const xcb_selinux_get_client_context_reply_t *R</span>
<a name="l02900"></a>02900 <span class="comment"> ** @returns char *</span>
<a name="l02901"></a>02901 <span class="comment"> **</span>
<a name="l02902"></a>02902 <span class="comment"> *****************************************************************************/</span>
<a name="l02903"></a>02903  
<a name="l02904"></a>02904 <span class="keywordtype">char</span> *
<a name="l02905"></a>02905 xcb_selinux_get_client_context_context (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__client__context__reply__t.html" title="xcb_selinux_get_client_context_reply_t">xcb_selinux_get_client_context_reply_t</a> *R  );
<a name="l02906"></a>02906 
<a name="l02907"></a>02907 
<a name="l02908"></a>02908 <span class="comment">/*****************************************************************************</span>
<a name="l02909"></a>02909 <span class="comment"> **</span>
<a name="l02910"></a>02910 <span class="comment"> ** int xcb_selinux_get_client_context_context_length</span>
<a name="l02911"></a>02911 <span class="comment"> ** </span>
<a name="l02912"></a>02912 <span class="comment"> ** @param const xcb_selinux_get_client_context_reply_t *R</span>
<a name="l02913"></a>02913 <span class="comment"> ** @returns int</span>
<a name="l02914"></a>02914 <span class="comment"> **</span>
<a name="l02915"></a>02915 <span class="comment"> *****************************************************************************/</span>
<a name="l02916"></a>02916  
<a name="l02917"></a>02917 <span class="keywordtype">int</span>
<a name="l02918"></a>02918 xcb_selinux_get_client_context_context_length (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__client__context__reply__t.html" title="xcb_selinux_get_client_context_reply_t">xcb_selinux_get_client_context_reply_t</a> *R  );
<a name="l02919"></a>02919 
<a name="l02920"></a>02920 
<a name="l02921"></a>02921 <span class="comment">/*****************************************************************************</span>
<a name="l02922"></a>02922 <span class="comment"> **</span>
<a name="l02923"></a>02923 <span class="comment"> ** xcb_generic_iterator_t xcb_selinux_get_client_context_context_end</span>
<a name="l02924"></a>02924 <span class="comment"> ** </span>
<a name="l02925"></a>02925 <span class="comment"> ** @param const xcb_selinux_get_client_context_reply_t *R</span>
<a name="l02926"></a>02926 <span class="comment"> ** @returns xcb_generic_iterator_t</span>
<a name="l02927"></a>02927 <span class="comment"> **</span>
<a name="l02928"></a>02928 <span class="comment"> *****************************************************************************/</span>
<a name="l02929"></a>02929  
<a name="l02930"></a>02930 <a class="code" href="structxcb__generic__iterator__t.html" title="Generic iterator.">xcb_generic_iterator_t</a>
<a name="l02931"></a>02931 xcb_selinux_get_client_context_context_end (<span class="keyword">const</span> <a class="code" href="structxcb__selinux__get__client__context__reply__t.html" title="xcb_selinux_get_client_context_reply_t">xcb_selinux_get_client_context_reply_t</a> *R  );
<a name="l02932"></a>02932 
<a name="l02948"></a>02948 <span class="comment">/*****************************************************************************</span>
<a name="l02949"></a>02949 <span class="comment"> **</span>
<a name="l02950"></a>02950 <span class="comment"> ** xcb_selinux_get_client_context_reply_t * xcb_selinux_get_client_context_reply</span>
<a name="l02951"></a>02951 <span class="comment"> ** </span>
<a name="l02952"></a>02952 <span class="comment"> ** @param xcb_connection_t                         *c</span>
<a name="l02953"></a>02953 <span class="comment"> ** @param xcb_selinux_get_client_context_cookie_t   cookie</span>
<a name="l02954"></a>02954 <span class="comment"> ** @param xcb_generic_error_t                     **e</span>
<a name="l02955"></a>02955 <span class="comment"> ** @returns xcb_selinux_get_client_context_reply_t *</span>
<a name="l02956"></a>02956 <span class="comment"> **</span>
<a name="l02957"></a>02957 <span class="comment"> *****************************************************************************/</span>
<a name="l02958"></a>02958  
<a name="l02959"></a>02959 <a class="code" href="structxcb__selinux__get__client__context__reply__t.html" title="xcb_selinux_get_client_context_reply_t">xcb_selinux_get_client_context_reply_t</a> *
<a name="l02960"></a>02960 <a class="code" href="group__XCB__SELinux__API.html#gabc17b9f00933d56a547e317fc7699f55">xcb_selinux_get_client_context_reply</a> (<a class="code" href="structxcb__connection__t.html">xcb_connection_t</a>                         *c  ,
<a name="l02961"></a>02961                                       <a class="code" href="structxcb__selinux__get__client__context__cookie__t.html" title="xcb_selinux_get_client_context_cookie_t">xcb_selinux_get_client_context_cookie_t</a>   cookie  ,
<a name="l02962"></a>02962                                       <a class="code" href="structxcb__generic__error__t.html" title="Generic error.">xcb_generic_error_t</a>                     **e  );
<a name="l02963"></a>02963 
<a name="l02964"></a>02964 
<a name="l02965"></a>02965 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l02966"></a>02966 <span class="preprocessor"></span>}
<a name="l02967"></a>02967 <span class="preprocessor">#endif</span>
<a name="l02968"></a>02968 <span class="preprocessor"></span>
<a name="l02969"></a>02969 <span class="preprocessor">#endif</span>
<a name="l02970"></a>02970 <span class="preprocessor"></span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Apr 29 2011 15:45:46 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>