Current File : //usr/share/doc/dbus/api/dbus-transport_8h_source.html
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>D-Bus: dbus-transport.h Source File</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">D-Bus
   &#160;<span id="projectnumber">1.8.20</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
  <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>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">dbus-transport.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C; c-file-style: &quot;gnu&quot;; indent-tabs-mode: nil; -*- */</span>
<a name="l00002"></a>00002 <span class="comment">/* dbus-transport.h DBusTransport object (internal to D-BUS implementation)</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002, 2004  Red Hat Inc.</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * Licensed under the Academic Free License version 2.1</span>
<a name="l00007"></a>00007 <span class="comment"> * </span>
<a name="l00008"></a>00008 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
<a name="l00009"></a>00009 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
<a name="l00010"></a>00010 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00011"></a>00011 <span class="comment"> * (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
<a name="l00014"></a>00014 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00016"></a>00016 <span class="comment"> * GNU General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment"> * </span>
<a name="l00018"></a>00018 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
<a name="l00019"></a>00019 <span class="comment"> * along with this program; if not, write to the Free Software</span>
<a name="l00020"></a>00020 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> */</span>
<a name="l00023"></a>00023 <span class="preprocessor">#ifndef DBUS_TRANSPORT_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define DBUS_TRANSPORT_H</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;dbus/dbus-internals.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;dbus/dbus-connection.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;dbus/dbus-protocol.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;dbus/dbus-address.h&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <a class="code" href="group__DBusMacros.html#ga875146b01015e9ced22b25d76d549ab2" title="Macro used prior to declaring functions in the D-Bus header files.">DBUS_BEGIN_DECLS</a>
<a name="l00032"></a>00032 
<a name="l00033"></a><a class="code" href="group__DBusTransport.html#gabe3ed88c096cc85cecebd4310a97ba58">00033</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a> <a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>;
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>*     <a class="code" href="group__DBusTransport.html#ga0893897223056c89f33b2641a7b21cf8" title="Try to open a new transport for the given address entry.">_dbus_transport_open</a>                   (<a class="code" href="structDBusAddressEntry.html" title="Internals of DBusAddressEntry.">DBusAddressEntry</a>           *entry,
<a name="l00036"></a>00036                                                            <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>                  *error);
<a name="l00037"></a>00037 <a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>*     <a class="code" href="group__DBusTransport.html#ga31d6dbc864c9ea643d72521bbb1b7c56" title="Increments the reference count for the transport.">_dbus_transport_ref</a>                    (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00038"></a>00038 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#gab7c53c32a2320c81aae8ce4345762e73" title="Decrements the reference count for the transport.">_dbus_transport_unref</a>                  (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00039"></a>00039 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#ga78444dd8f6c6d6b429433ad81c3e318a" title="Closes our end of the connection to a remote application.">_dbus_transport_disconnect</a>             (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00040"></a>00040 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gaceee4b098b0177870ad934daad90a9c6" title="Returns TRUE if the transport has not been disconnected.">_dbus_transport_get_is_connected</a>       (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00041"></a>00041 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga59ed246ec0ef9c64bc4684fc17726c1d" title="Returns TRUE if we have been authenticated.">_dbus_transport_peek_is_authenticated</a>  (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00042"></a>00042 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gabe774b134a4bf8c8fc09e6186470874f" title="Returns TRUE if we have been authenticated.">_dbus_transport_try_to_authenticate</a>    (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00043"></a>00043 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gaf0588dd4a6d1c556dd885d4c67622399" title="See dbus_connection_get_is_anonymous().">_dbus_transport_get_is_anonymous</a>       (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00044"></a>00044 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gab98dc7cad59472a4513489628f1393f1" title="Returns TRUE if the transport supports sending unix fds.">_dbus_transport_can_pass_unix_fd</a>       (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00045"></a>00045 
<a name="l00046"></a>00046 <span class="keyword">const</span> <span class="keywordtype">char</span>*        <a class="code" href="group__DBusTransport.html#gac7e53868392b5e550454f47a1bc0a737" title="Gets the address of a transport.">_dbus_transport_get_address</a>            (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00047"></a>00047 <span class="keyword">const</span> <span class="keywordtype">char</span>*        <a class="code" href="group__DBusTransport.html#ga920abde00e77a970330fa3fc552fe7ea" title="Gets the id of the server we are connected to (see dbus_server_get_id()).">_dbus_transport_get_server_id</a>          (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00048"></a>00048 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga4a010098fe079eb6f201ff034d15fdff" title="Handles a watch by reading data, writing data, or disconnecting the transport, as appropriate for the...">_dbus_transport_handle_watch</a>           (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00049"></a>00049                                                            <a class="code" href="structDBusWatch.html" title="Implementation of DBusWatch.">DBusWatch</a>                  *watch,
<a name="l00050"></a>00050                                                            <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>                condition);
<a name="l00051"></a>00051 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga9aaa3f8bf429c94d4ed180dff36c503c" title="Sets the connection using this transport.">_dbus_transport_set_connection</a>         (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00052"></a>00052                                                            <a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>             *<a class="code" href="structDBusTransport.html#a8abdfc9327aa30550982c83b45354651" title="Connection owning this transport.">connection</a>);
<a name="l00053"></a>00053 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#gac5e6d7a01debcf852b8d5a2fbc666fde" title="Performs a single poll()/select() on the transport&#39;s file descriptors and then reads/writes data as a...">_dbus_transport_do_iteration</a>           (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00054"></a>00054                                                            <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>                flags,
<a name="l00055"></a>00055                                                            <span class="keywordtype">int</span>                         timeout_milliseconds);
<a name="l00056"></a>00056 <a class="code" href="group__DBusConnection.html#gabf250a32ff740b2a8c99136e0142d8d2" title="Indicates the status of incoming data on a DBusConnection.">DBusDispatchStatus</a> <a class="code" href="group__DBusTransport.html#ga32153a834758b5a88d7bde8f7a205c71" title="Reports our current dispatch status (whether there&#39;s buffered data to be queued as messages...">_dbus_transport_get_dispatch_status</a>    (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00057"></a>00057 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga4046f36ecbdb75219f2b667f92e75a2b" title="Processes data we&#39;ve read while handling a watch, potentially converting some of it to messages and q...">_dbus_transport_queue_messages</a>         (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00058"></a>00058 
<a name="l00059"></a>00059 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#ga03ea875260e71f59af708146cabf95ab" title="See dbus_connection_set_max_message_size().">_dbus_transport_set_max_message_size</a>   (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00060"></a>00060                                                            <span class="keywordtype">long</span>                        size);
<a name="l00061"></a>00061 <span class="keywordtype">long</span>               <a class="code" href="group__DBusTransport.html#gae36d2a90bad6ef13c0379fa9864ff68e" title="See dbus_connection_get_max_message_size().">_dbus_transport_get_max_message_size</a>   (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00062"></a>00062 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#ga08e0368732df5f4e58a2c838fe4484f6" title="See dbus_connection_set_max_received_size().">_dbus_transport_set_max_received_size</a>  (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00063"></a>00063                                                            <span class="keywordtype">long</span>                        size);
<a name="l00064"></a>00064 <span class="keywordtype">long</span>               <a class="code" href="group__DBusTransport.html#ga8992b33d9060a103bd38705462a0ea96" title="See dbus_connection_get_max_received_size().">_dbus_transport_get_max_received_size</a>  (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#gad005fffd646202e74a789765ae82a40f" title="See dbus_connection_set_max_message_unix_fds().">_dbus_transport_set_max_message_unix_fds</a> (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00067"></a>00067                                                              <span class="keywordtype">long</span>                        n);
<a name="l00068"></a>00068 <span class="keywordtype">long</span>               <a class="code" href="group__DBusTransport.html#gaa28e8edd4d849108b158d95eb7da812d" title="See dbus_connection_get_max_message_unix_fds().">_dbus_transport_get_max_message_unix_fds</a> (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00069"></a>00069 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#gaae297c86eb0b79b6cef4a1f7e4b50356" title="See dbus_connection_set_max_received_unix_fds().">_dbus_transport_set_max_received_unix_fds</a>(<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00070"></a>00070                                                              <span class="keywordtype">long</span>                        n);
<a name="l00071"></a>00071 <span class="keywordtype">long</span>               <a class="code" href="group__DBusTransport.html#gacd0b2e68c65dc3b0c1cfdf3fb8358a44" title="See dbus_connection_set_max_received_unix_fds().">_dbus_transport_get_max_received_unix_fds</a>(<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gac58d38eb19b39774f89271fc6472e087" title="Get the socket file descriptor, if any.">_dbus_transport_get_socket_fd</a>          (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00074"></a>00074                                                            <span class="keywordtype">int</span>                        *fd_p);
<a name="l00075"></a>00075 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gaf3c4a47f73bd584a9fda1e5e7a825da9" title="See dbus_connection_get_unix_user().">_dbus_transport_get_unix_user</a>          (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00076"></a>00076                                                            <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>              *uid);
<a name="l00077"></a>00077 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#gae66bc81abe904a4b3ab32d8920c8fe1e" title="See dbus_connection_get_unix_process_id().">_dbus_transport_get_unix_process_id</a>     (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00078"></a>00078                                                            <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>              *pid);
<a name="l00079"></a>00079 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga36ccd8321491895ca632e744028eea42" title="See dbus_connection_get_adt_audit_session_data().">_dbus_transport_get_adt_audit_session_data</a> (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00080"></a>00080                                                                <span class="keywordtype">void</span>                      **data,
<a name="l00081"></a>00081                                                                <span class="keywordtype">int</span>                        *data_size);
<a name="l00082"></a>00082 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#ga9f0ab472678a107c2ebe7f1da0754c44" title="See dbus_connection_set_unix_user_function().">_dbus_transport_set_unix_user_function</a> (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00083"></a>00083                                                            <a class="code" href="group__DBusConnection.html#ga36419a145848f3b234b3ba5640b0a3d0" title="Called during authentication to check whether the given UNIX user ID is allowed to connect...">DBusAllowUnixUserFunction</a>   <span class="keyword">function</span>,
<a name="l00084"></a>00084                                                            <span class="keywordtype">void</span>                       *data,
<a name="l00085"></a>00085                                                            <a class="code" href="group__DBusMemory.html#ga061bcded226d76c7d7de35beaa165cb5" title="The type of a function which frees a block of memory.">DBusFreeFunction</a>            free_data_function,
<a name="l00086"></a>00086                                                            <span class="keywordtype">void</span>                      **old_data,
<a name="l00087"></a>00087                                                            <a class="code" href="group__DBusMemory.html#ga061bcded226d76c7d7de35beaa165cb5" title="The type of a function which frees a block of memory.">DBusFreeFunction</a>           *old_free_data_function);
<a name="l00088"></a>00088 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga3f4f4ce9eaef18567fd21f5c6a1fde99" title="See dbus_connection_get_windows_user().">_dbus_transport_get_windows_user</a>       (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00089"></a>00089                                                            <span class="keywordtype">char</span>                      **windows_sid_p);
<a name="l00090"></a>00090 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#gadbf528ef41efde73d0bc386d10b7f5b1" title="See dbus_connection_set_windows_user_function().">_dbus_transport_set_windows_user_function</a> (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00091"></a>00091                                                               <a class="code" href="group__DBusConnection.html#ga47436366726762688036c600d651bab6" title="Called during authentication to check whether the given Windows user ID is allowed to connect...">DBusAllowWindowsUserFunction</a>   <span class="keyword">function</span>,
<a name="l00092"></a>00092                                                               <span class="keywordtype">void</span>                       *data,
<a name="l00093"></a>00093                                                               <a class="code" href="group__DBusMemory.html#ga061bcded226d76c7d7de35beaa165cb5" title="The type of a function which frees a block of memory.">DBusFreeFunction</a>            free_data_function,
<a name="l00094"></a>00094                                                               <span class="keywordtype">void</span>                      **old_data,
<a name="l00095"></a>00095                                                               <a class="code" href="group__DBusMemory.html#ga061bcded226d76c7d7de35beaa165cb5" title="The type of a function which frees a block of memory.">DBusFreeFunction</a>           *old_free_data_function);
<a name="l00096"></a>00096 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>        <a class="code" href="group__DBusTransport.html#ga345827326824547201e8c517474af135" title="Sets the SASL authentication mechanisms supported by this transport.">_dbus_transport_set_auth_mechanisms</a>    (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00097"></a>00097                                                            <span class="keyword">const</span> <span class="keywordtype">char</span>                **mechanisms);
<a name="l00098"></a>00098 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#ga5f4bd7eb5621003595b75cb8033463cd" title="See dbus_connection_set_allow_anonymous()">_dbus_transport_set_allow_anonymous</a>    (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport,
<a name="l00099"></a>00099                                                            <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>                 value);
<a name="l00100"></a>00100 <span class="keywordtype">int</span>                <a class="code" href="group__DBusTransport.html#ga3545c064545957f73f583bf63d07c40c" title="Return how many file descriptors are pending in the loader.">_dbus_transport_get_pending_fds_count</a>  (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>              *transport);
<a name="l00101"></a>00101 <span class="keywordtype">void</span>               <a class="code" href="group__DBusTransport.html#gad6dccbcdc149e3305101db4b2ebae6d6" title="Register a function to be called whenever the number of pending file descriptors in the loader change...">_dbus_transport_set_pending_fds_function</a> (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a> *transport,
<a name="l00102"></a>00102                                                              <span class="keywordtype">void</span> (* callback) (<span class="keywordtype">void</span> *),
<a name="l00103"></a>00103                                                              <span class="keywordtype">void</span> *data);
<a name="l00104"></a>00104 
<a name="l00105"></a>00105 <span class="comment">/* if DBUS_ENABLE_STATS */</span>
<a name="l00106"></a>00106 <span class="keywordtype">void</span> _dbus_transport_get_stats (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>  *transport,
<a name="l00107"></a>00107                                 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *queue_bytes,
<a name="l00108"></a>00108                                 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *queue_fds,
<a name="l00109"></a>00109                                 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *peak_queue_bytes,
<a name="l00110"></a>00110                                 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *peak_queue_fds);
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 <a class="code" href="group__DBusMacros.html#gae4a9263a43f8220f6e1c0fd07cf6e59a" title="Macro used after declaring functions in the D-Bus header files.">DBUS_END_DECLS</a>
<a name="l00113"></a>00113 
<a name="l00114"></a>00114 <span class="preprocessor">#endif </span><span class="comment">/* DBUS_TRANSPORT_H */</span>
</pre></div></div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Thu Mar 3 2016 17:50:32 for D-Bus by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>