Current File : //usr/share/doc/dbus/api/dbus-connection-internal_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-connection-internal.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-connection-internal.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-connection-internal.h DBusConnection internal interfaces</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002  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_CONNECTION_INTERNAL_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define DBUS_CONNECTION_INTERNAL_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-message.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;dbus/dbus-transport.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;dbus/dbus-resources.h&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;dbus/dbus-list.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;dbus/dbus-timeout.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;dbus/dbus-dataslot.h&gt;</span>
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <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="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="keyword">typedef</span> <span class="keyword">enum</span>
<a name="l00038"></a>00038 {
<a name="l00039"></a>00039   DBUS_ITERATION_DO_WRITING = 1 &lt;&lt; 0, 
<a name="l00040"></a>00040   DBUS_ITERATION_DO_READING = 1 &lt;&lt; 1, 
<a name="l00041"></a>00041   DBUS_ITERATION_BLOCK      = 1 &lt;&lt; 2  
<a name="l00042"></a>00042 } DBusIterationFlags;
<a name="l00043"></a>00043 
<a name="l00045"></a>00045 <span class="preprocessor">#define _DBUS_DEFAULT_TIMEOUT_VALUE (25 * 1000)</span>
<a name="l00046"></a>00046 <span class="preprocessor"></span>
<a name="l00047"></a>00047 <span class="keyword">typedef</span> void (* DBusPendingFdsChangeFunction) (<span class="keywordtype">void</span> *data);
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga4fe0c8f7b72dc89b9e1a3110db2f778e" title="Acquires the connection lock.">_dbus_connection_lock</a>                        (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00050"></a>00050 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga3db10d48ec16e485d5a638aacebd4ad2" title="Releases the connection lock.">_dbus_connection_unlock</a>                      (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00051"></a>00051 <a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *  <a class="code" href="group__DBusConnectionInternals.html#ga7151f75b5d2308ec80cfe893aba72aa1" title="Increments the reference count of a DBusConnection.">_dbus_connection_ref_unlocked</a>                (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00052"></a>00052 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga9ffbd9aa4f07cb30d92887e956a9fd43" title="Decrements the reference count of a DBusConnection.">_dbus_connection_unref_unlocked</a>              (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00053"></a>00053 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gac1b92eba0aeee294dc28fcc260c9b749" title="Adds a message-containing list link to the incoming message queue, taking ownership of the link and t...">_dbus_connection_queue_received_message_link</a> (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00054"></a>00054                                                                 <a class="code" href="structDBusList.html" title="A node in a linked list.">DBusList</a>           *link);
<a name="l00055"></a>00055 <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__DBusConnectionInternals.html#ga3d31a01751860b67f960dcaffb7bb4ef" title="Checks whether there are messages in the outgoing message queue.">_dbus_connection_has_messages_to_send_unlocked</a> (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00056"></a>00056 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>*      <a class="code" href="group__DBusConnectionInternals.html#ga3955cd53ac4f671a5bb54019887389a7" title="Gets the next outgoing message.">_dbus_connection_get_message_to_send</a>         (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00057"></a>00057 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gab93fd3666217ee339c4d2e8d4d33e63c" title="Notifies the connection that a message has been sent, so the message can be removed from the outgoing...">_dbus_connection_message_sent_unlocked</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00058"></a>00058                                                                 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>        *message);
<a name="l00059"></a>00059 <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__DBusConnectionInternals.html#ga82adef36b4cd583bc1146eae5756c063" title="Adds a watch using the connection&#39;s DBusAddWatchFunction if available.">_dbus_connection_add_watch_unlocked</a>          (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00060"></a>00060                                                                 <a class="code" href="structDBusWatch.html" title="Implementation of DBusWatch.">DBusWatch</a>          *watch);
<a name="l00061"></a>00061 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga65fc02c0756d0c7caaa39cd60922c99b" title="Removes a watch using the connection&#39;s DBusRemoveWatchFunction if available.">_dbus_connection_remove_watch_unlocked</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00062"></a>00062                                                                 <a class="code" href="structDBusWatch.html" title="Implementation of DBusWatch.">DBusWatch</a>          *watch);
<a name="l00063"></a>00063 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga6c00e2eaf225b154760976af5688d250" title="Toggles a watch and notifies app via connection&#39;s DBusWatchToggledFunction if available.">_dbus_connection_toggle_watch_unlocked</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00064"></a>00064                                                                 <a class="code" href="structDBusWatch.html" title="Implementation of DBusWatch.">DBusWatch</a>          *watch,
<a name="l00065"></a>00065                                                                 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>         enabled);
<a name="l00066"></a>00066 <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__DBusConnectionInternals.html#ga12756797bd5c1918aa065f9c37ed7bba" title="A callback for use with dbus_watch_new() to create a DBusWatch.">_dbus_connection_handle_watch</a>                (<a class="code" href="structDBusWatch.html" title="Implementation of DBusWatch.">DBusWatch</a>          *watch,
<a name="l00067"></a>00067                                                                 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>        condition,
<a name="l00068"></a>00068                                                                 <span class="keywordtype">void</span>               *data);
<a name="l00069"></a>00069 <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__DBusConnectionInternals.html#ga69e87e3be94b8c681585ec870e39a64a" title="Adds a timeout using the connection&#39;s DBusAddTimeoutFunction if available.">_dbus_connection_add_timeout_unlocked</a>        (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00070"></a>00070                                                                 <a class="code" href="structDBusTimeout.html" title="Internals of DBusTimeout.">DBusTimeout</a>        *timeout);
<a name="l00071"></a>00071 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gabaa6d26f6eca30782904af1ceb703bd1" title="Removes a timeout using the connection&#39;s DBusRemoveTimeoutFunction if available.">_dbus_connection_remove_timeout_unlocked</a>     (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00072"></a>00072                                                                 <a class="code" href="structDBusTimeout.html" title="Internals of DBusTimeout.">DBusTimeout</a>        *timeout);
<a name="l00073"></a>00073 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga165dcfd8b995ff0edd19aebcf3e1a61a" title="Toggles a timeout and notifies app via connection&#39;s DBusTimeoutToggledFunction if available...">_dbus_connection_toggle_timeout_unlocked</a>     (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00074"></a>00074                                                                 <a class="code" href="structDBusTimeout.html" title="Internals of DBusTimeout.">DBusTimeout</a>        *timeout,
<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>         enabled);
<a name="l00076"></a>00076 <a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>*   <a class="code" href="group__DBusConnectionInternals.html#ga2cdffe9215251b69cb39ff36b9f50e6c" title="Creates a new connection for the given transport.">_dbus_connection_new_for_transport</a>           (<a class="code" href="structDBusTransport.html" title="Object representing a transport such as a socket.">DBusTransport</a>      *transport);
<a name="l00077"></a>00077 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga283f0254537c4bf4453dbed6fad2e21e" title="Queues incoming messages and sends outgoing messages for this connection, optionally blocking in the ...">_dbus_connection_do_iteration_unlocked</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00078"></a>00078                                                                 <a class="code" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private.">DBusPendingCall</a>    *pending,
<a name="l00079"></a>00079                                                                 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>        flags,
<a name="l00080"></a>00080                                                                 <span class="keywordtype">int</span>                 timeout_milliseconds);
<a name="l00081"></a>00081 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gadc46f7abfe925f9860fc8c64aeb29ad2" title="Closes a shared OR private connection, while dbus_connection_close() can only be used on private conn...">_dbus_connection_close_possibly_shared</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00082"></a>00082 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga9f9665902c763bd1ddf9d9bc57d7a7ba" title="Used internally to handle the semantics of dbus_server_set_new_connection_function().">_dbus_connection_close_if_only_one_ref</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection);
<a name="l00083"></a>00083 
<a name="l00084"></a>00084 <a class="code" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private.">DBusPendingCall</a>*  _dbus_pending_call_new                       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00085"></a>00085                                                                 <span class="keywordtype">int</span>                 timeout_milliseconds,
<a name="l00086"></a>00086                                                                 <a class="code" href="group__DBusTimeoutInternals.html#ga1533b9aa7bfe55ccb798ab041e4ce242" title="function to run when the timeout is handled">DBusTimeoutHandler</a>  timeout_handler);
<a name="l00087"></a>00087 <span class="keywordtype">void</span>              _dbus_pending_call_notify                    (<a class="code" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private.">DBusPendingCall</a>    *pending);
<a name="l00088"></a>00088 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#ga968196bee49659e75c54b53d7c85fa51" title="Removes a pending call from the connection, such that the pending reply will be ignored.">_dbus_connection_remove_pending_call</a>         (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00089"></a>00089                                                                 <a class="code" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private.">DBusPendingCall</a>    *pending);
<a name="l00090"></a>00090 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gad5e725e66dc16a411544e25675fb9fba" title="Blocks until a pending call times out or gets a reply.">_dbus_connection_block_pending_call</a>          (<a class="code" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private.">DBusPendingCall</a>    *pending);
<a name="l00091"></a>00091 <span class="keywordtype">void</span>              _dbus_pending_call_complete_and_unlock       (<a class="code" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private.">DBusPendingCall</a>    *pending,
<a name="l00092"></a>00092                                                                 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>        *message);
<a name="l00093"></a>00093 <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__DBusConnectionInternals.html#ga2974eb1c261305fafc635e14fc575d03" title="Like dbus_connection_send(), but assumes the connection is already locked on function entry...">_dbus_connection_send_and_unlock</a>             (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a>     *connection,
<a name="l00094"></a>00094                                                                 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>        *message,
<a name="l00095"></a>00095                                                                 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>      *client_serial);
<a name="l00096"></a>00096 
<a name="l00097"></a>00097 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gadb7a525dc6b566b575ee4f9b20028b04" title="Adds a link + message to the incoming message queue.">_dbus_connection_queue_synthesized_message_link</a> (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *connection,
<a name="l00098"></a>00098                                                                    <a class="code" href="structDBusList.html" title="A node in a linked list.">DBusList</a> *link);
<a name="l00099"></a>00099 <span class="keywordtype">void</span>              _dbus_connection_test_get_locks                 (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *conn,
<a name="l00100"></a>00100                                                                    <a class="code" href="group__DBusThreads.html#ga4eb021cd6cd0830423eac2738e0ddc40" title="An opaque mutex type provided by the DBusThreadFunctions implementation installed by dbus_threads_ini...">DBusMutex</a> **mutex_loc,
<a name="l00101"></a>00101                                                                    <a class="code" href="group__DBusThreads.html#ga4eb021cd6cd0830423eac2738e0ddc40" title="An opaque mutex type provided by the DBusThreadFunctions implementation installed by dbus_threads_ini...">DBusMutex</a> **dispatch_mutex_loc,
<a name="l00102"></a>00102                                                                    <a class="code" href="group__DBusThreads.html#ga4eb021cd6cd0830423eac2738e0ddc40" title="An opaque mutex type provided by the DBusThreadFunctions implementation installed by dbus_threads_ini...">DBusMutex</a> **io_path_mutex_loc,
<a name="l00103"></a>00103                                                                    <a class="code" href="structDBusCondVar.html">DBusCondVar</a> **dispatch_cond_loc,
<a name="l00104"></a>00104                                                                    <a class="code" href="structDBusCondVar.html">DBusCondVar</a> **io_path_cond_loc);
<a name="l00105"></a>00105 <span class="keywordtype">int</span>               <a class="code" href="group__DBusConnectionInternals.html#gac6dba97d98f486b87468ae8076349a66" title="Return how many file descriptors are pending in the loader.">_dbus_connection_get_pending_fds_count</a>          (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *connection);
<a name="l00106"></a>00106 <span class="keywordtype">void</span>              <a class="code" href="group__DBusConnectionInternals.html#gac84ff2ad1060326f8c1f94a171fefa98" title="Register a function to be called whenever the number of pending file descriptors in the loader change...">_dbus_connection_set_pending_fds_function</a>       (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *connection,
<a name="l00107"></a>00107                                                                    DBusPendingFdsChangeFunction callback,
<a name="l00108"></a>00108                                                                    <span class="keywordtype">void</span> *data);
<a name="l00109"></a>00109 
<a name="l00110"></a>00110 <span class="comment">/* if DBUS_ENABLE_STATS */</span>
<a name="l00111"></a>00111 <span class="keywordtype">void</span> _dbus_connection_get_stats (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *connection,
<a name="l00112"></a>00112                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *in_messages,
<a name="l00113"></a>00113                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *in_bytes,
<a name="l00114"></a>00114                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *in_fds,
<a name="l00115"></a>00115                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *in_peak_bytes,
<a name="l00116"></a>00116                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *in_peak_fds,
<a name="l00117"></a>00117                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *out_messages,
<a name="l00118"></a>00118                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *out_bytes,
<a name="l00119"></a>00119                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *out_fds,
<a name="l00120"></a>00120                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *out_peak_bytes,
<a name="l00121"></a>00121                                  <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  *out_peak_fds);
<a name="l00122"></a>00122 
<a name="l00123"></a>00123 
<a name="l00124"></a>00124 <span class="comment">/* if DBUS_ENABLE_EMBEDDED_TESTS */</span>
<a name="l00125"></a>00125 <span class="keyword">const</span> <span class="keywordtype">char</span>* _dbus_connection_get_address (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *connection);
<a name="l00126"></a>00126 
<a name="l00127"></a>00127 <span class="comment">/* This _dbus_bus_* stuff doesn&#39;t really belong here, but dbus-bus-internal.h seems</span>
<a name="l00128"></a>00128 <span class="comment"> * silly for one function</span>
<a name="l00129"></a>00129 <span class="comment"> */</span>
<a name="l00135"></a>00135 <span class="keywordtype">void</span>           <a class="code" href="group__DBusBusInternals.html#ga0e7fe5d0dcaca7ecb4b5a7ace23d6286" title="Internal function that checks to see if this is a shared connection owned by the bus and if it is unr...">_dbus_bus_notify_shared_connection_disconnected_unlocked</a> (<a class="code" href="structDBusConnection.html" title="Implementation details of DBusConnection.">DBusConnection</a> *connection);
<a name="l00136"></a>00136 
<a name="l00140"></a>00140 <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="l00141"></a>00141 
<a name="l00142"></a>00142 <span class="preprocessor">#endif </span><span class="comment">/* DBUS_CONNECTION_INTERNAL_H */</span>
</pre></div></div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Thu Mar 3 2016 17:50:29 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>