Current File : //usr/share/doc/dbus/api/dbus-sysdeps-unix_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-sysdeps-unix.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-sysdeps-unix.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-sysdeps-unix.h UNIX-specific wrappers around system/libc features (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, 2003, 2006  Red Hat, Inc.</span>
<a name="l00005"></a>00005 <span class="comment"> * Copyright (C) 2003 CodeFactory AB</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * Licensed under the Academic Free License version 2.1</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
<a name="l00010"></a>00010 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
<a name="l00011"></a>00011 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00012"></a>00012 <span class="comment"> * (at your option) any later version.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
<a name="l00015"></a>00015 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00016"></a>00016 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00017"></a>00017 <span class="comment"> * GNU General Public License for more details.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
<a name="l00020"></a>00020 <span class="comment"> * along with this program; if not, write to the Free Software</span>
<a name="l00021"></a>00021 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA</span>
<a name="l00022"></a>00022 <span class="comment"> *</span>
<a name="l00023"></a>00023 <span class="comment"> */</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="preprocessor">#ifndef DBUS_SYSDEPS_UNIX_H</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#define DBUS_SYSDEPS_UNIX_H</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;dbus/dbus-sysdeps.h&gt;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="preprocessor">#ifdef DBUS_WIN</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#error &quot;Don&#39;t include this on Windows&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <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="l00035"></a>00035 
<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 name="l00044"></a>00044 <a class="code" href="group__DBusSysdepsUnix.html#gac448479a1674e3b86cee9a4bdc7eba03" title="Closes a file descriptor.">_dbus_close</a>     (<span class="keywordtype">int</span>               fd,
<a name="l00045"></a>00045                  <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00046"></a>00046 <span class="keywordtype">int</span> <a class="code" href="group__DBusSysdepsUnix.html#gad79d20e59fb519233004208988851cf1" title="Duplicates a file descriptor.">_dbus_dup</a>   (<span class="keywordtype">int</span>               fd,
<a name="l00047"></a>00047                  <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00048"></a>00048 <span class="keywordtype">int</span>
<a name="l00049"></a>00049 <a class="code" href="group__DBusSysdepsUnix.html#gaf52cb1d5b9fc5611808ce32eff898c28" title="Thin wrapper around the read() system call that appends the data it reads to the DBusString buffer...">_dbus_read</a>      (<span class="keywordtype">int</span>               fd,
<a name="l00050"></a>00050                  <a class="code" href="structDBusString.html">DBusString</a>       *buffer,
<a name="l00051"></a>00051                  <span class="keywordtype">int</span>               count);
<a name="l00052"></a>00052 <span class="keywordtype">int</span>
<a name="l00053"></a>00053 <a class="code" href="group__DBusSysdepsUnix.html#ga3a789bcdfd3d468c2bf917fa5081b27f" title="Thin wrapper around the write() system call that writes a part of a DBusString and handles EINTR for ...">_dbus_write</a>     (<span class="keywordtype">int</span>               fd,
<a name="l00054"></a>00054                  <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *buffer,
<a name="l00055"></a>00055                  <span class="keywordtype">int</span>               start,
<a name="l00056"></a>00056                  <span class="keywordtype">int</span>               len);
<a name="l00057"></a>00057 <span class="keywordtype">int</span>
<a name="l00058"></a>00058 <a class="code" href="group__DBusSysdepsUnix.html#ga506a183b1f6970d1bfca165ab3de4736" title="Like _dbus_write() but will use writev() if possible to write both buffers in sequence.">_dbus_write_two</a> (<span class="keywordtype">int</span>               fd,
<a name="l00059"></a>00059                  <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *buffer1,
<a name="l00060"></a>00060                  <span class="keywordtype">int</span>               start1,
<a name="l00061"></a>00061                  <span class="keywordtype">int</span>               len1,
<a name="l00062"></a>00062                  <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *buffer2,
<a name="l00063"></a>00063                  <span class="keywordtype">int</span>               start2,
<a name="l00064"></a>00064                  <span class="keywordtype">int</span>               len2);
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 <span class="keywordtype">int</span> <a class="code" href="group__DBusSysdepsUnix.html#ga0228009923a105d50a0849b24acbc31e" title="Creates a socket and connects it to the UNIX domain socket at the given path.">_dbus_connect_unix_socket</a> (<span class="keyword">const</span> <span class="keywordtype">char</span>     *path,
<a name="l00067"></a>00067                                <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>     <span class="keyword">abstract</span>,
<a name="l00068"></a>00068                                <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>      *error);
<a name="l00069"></a>00069 <span class="keywordtype">int</span> <a class="code" href="group__DBusSysdepsUnix.html#ga2cd48fe3d7aa14d0d3c7813cdddb3f74" title="Creates a socket and binds it to the given path, then listens on the socket.">_dbus_listen_unix_socket</a>  (<span class="keyword">const</span> <span class="keywordtype">char</span>     *path,
<a name="l00070"></a>00070                                <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>     <span class="keyword">abstract</span>,
<a name="l00071"></a>00071                                <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>      *error);
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keywordtype">int</span> <a class="code" href="group__DBusSysdepsUnix.html#gab9a5fd9662ae1ee18598d1736def70ea" title="Creates a UNIX domain socket and connects it to the specified process to execute.">_dbus_connect_exec</a> (<span class="keyword">const</span> <span class="keywordtype">char</span>     *path,
<a name="l00074"></a>00074                         <span class="keywordtype">char</span> *<span class="keyword">const</span>    argv[],
<a name="l00075"></a>00075                         <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>      *error);
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 <span class="keywordtype">int</span> <a class="code" href="group__DBusSysdepsUnix.html#ga71aa508a7790c6d1c9c0159defcdd4a6" title="Acquires one or more sockets passed in from systemd.">_dbus_listen_systemd_sockets</a> (<span class="keywordtype">int</span>       **fd,
<a name="l00078"></a>00078                                  <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a> *error);
<a name="l00079"></a>00079 
<a name="l00080"></a>00080 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> _dbus_read_credentials (<span class="keywordtype">int</span>               client_fd,
<a name="l00081"></a>00081                                     <a class="code" href="structDBusCredentials.html">DBusCredentials</a>  *credentials,
<a name="l00082"></a>00082                                     <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00083"></a>00083 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> _dbus_send_credentials (<span class="keywordtype">int</span>              server_fd,
<a name="l00084"></a>00084                                     <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>       *error);
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <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__DBusSysdepsUnix.html#ga6425e8cf4a38c71a48309b436322d4db" title="quries launchd for a specific env var which holds the socket path.">_dbus_lookup_launchd_socket</a> (<a class="code" href="structDBusString.html">DBusString</a> *socket_path,
<a name="l00087"></a>00087                                          <span class="keyword">const</span> <span class="keywordtype">char</span> *launchd_env_var,
<a name="l00088"></a>00088                                          <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>  *error);
<a name="l00089"></a>00089 
<a name="l00091"></a><a class="code" href="group__DBusSysdepsUnix.html#gad5b51b2ac2fa9bd8b35442cc242c6605">00091</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusUserInfo.html" title="Information about a UNIX user.">DBusUserInfo</a>  <a class="code" href="structDBusUserInfo.html" title="Information about a UNIX user.">DBusUserInfo</a>;
<a name="l00093"></a><a class="code" href="group__DBusSysdepsUnix.html#ga4530e3a5663c77a98ccc208a1fe0ad14">00093</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusGroupInfo.html" title="Information about a UNIX group.">DBusGroupInfo</a> <a class="code" href="structDBusGroupInfo.html" title="Information about a UNIX group.">DBusGroupInfo</a>;
<a name="l00094"></a>00094 
<a name="l00098"></a><a class="code" href="structDBusUserInfo.html">00098</a> <span class="keyword">struct </span><a class="code" href="structDBusUserInfo.html" title="Information about a UNIX user.">DBusUserInfo</a>
<a name="l00099"></a>00099 {
<a name="l00100"></a><a class="code" href="structDBusUserInfo.html#a2d9c74d29f371e391a79b81162050b2e">00100</a>   <a class="code" href="group__DBusSysdeps.html#ga186e987b700f9ddc6cea8aa0db82b151" title="A user ID.">dbus_uid_t</a>  <a class="code" href="structDBusUserInfo.html#a2d9c74d29f371e391a79b81162050b2e" title="UID.">uid</a>;            
<a name="l00101"></a><a class="code" href="structDBusUserInfo.html#ac970de2fac9ea4ba91485e6c37c3bf93">00101</a>   <a class="code" href="group__DBusSysdeps.html#ga2f5c2e418b81ec2a86594f56ec6d7627" title="A group ID.">dbus_gid_t</a>  <a class="code" href="structDBusUserInfo.html#ac970de2fac9ea4ba91485e6c37c3bf93" title="GID.">primary_gid</a>;    
<a name="l00102"></a><a class="code" href="structDBusUserInfo.html#a902af9e0fb7d37c14eefb7d2b016ab11">00102</a>   <a class="code" href="group__DBusSysdeps.html#ga2f5c2e418b81ec2a86594f56ec6d7627" title="A group ID.">dbus_gid_t</a> *<a class="code" href="structDBusUserInfo.html#a902af9e0fb7d37c14eefb7d2b016ab11" title="Groups IDs, *including* above primary group.">group_ids</a>;      
<a name="l00103"></a><a class="code" href="structDBusUserInfo.html#a21c07867fbffb1854a97aed265d87c89">00103</a>   <span class="keywordtype">int</span>         <a class="code" href="structDBusUserInfo.html#a21c07867fbffb1854a97aed265d87c89" title="Size of group IDs array.">n_group_ids</a>;    
<a name="l00104"></a><a class="code" href="structDBusUserInfo.html#ac6b57db1dc8315eee3f532f4e77912d1">00104</a>   <span class="keywordtype">char</span>       *<a class="code" href="structDBusUserInfo.html#ac6b57db1dc8315eee3f532f4e77912d1" title="Username.">username</a>;       
<a name="l00105"></a><a class="code" href="structDBusUserInfo.html#a5235d4d021cd134e1130e1e8e912bc0c">00105</a>   <span class="keywordtype">char</span>       *<a class="code" href="structDBusUserInfo.html#a5235d4d021cd134e1130e1e8e912bc0c" title="Home directory.">homedir</a>;        
<a name="l00106"></a>00106 };
<a name="l00107"></a>00107 
<a name="l00111"></a><a class="code" href="structDBusGroupInfo.html">00111</a> <span class="keyword">struct </span><a class="code" href="structDBusGroupInfo.html" title="Information about a UNIX group.">DBusGroupInfo</a>
<a name="l00112"></a>00112 {
<a name="l00113"></a><a class="code" href="structDBusGroupInfo.html#a583e8d6d421fa85fb1d43789efae4b75">00113</a>   <a class="code" href="group__DBusSysdeps.html#ga2f5c2e418b81ec2a86594f56ec6d7627" title="A group ID.">dbus_gid_t</a>  <a class="code" href="structDBusGroupInfo.html#a583e8d6d421fa85fb1d43789efae4b75" title="GID.">gid</a>;            
<a name="l00114"></a><a class="code" href="structDBusGroupInfo.html#af1a4b925663336f64c62cfcab40571c6">00114</a>   <span class="keywordtype">char</span>       *<a class="code" href="structDBusGroupInfo.html#af1a4b925663336f64c62cfcab40571c6" title="Group name.">groupname</a>;      
<a name="l00115"></a>00115 };
<a name="l00116"></a>00116 
<a name="l00117"></a>00117 <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__DBusSysdepsUnix.html#ga95e9deb9dd2d76aa3a64fdac555d956d" title="Gets user info for the given username.">_dbus_user_info_fill</a>     (<a class="code" href="structDBusUserInfo.html" title="Information about a UNIX user.">DBusUserInfo</a>     *info,
<a name="l00118"></a>00118                                       <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *username,
<a name="l00119"></a>00119                                       <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00120"></a>00120 <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__DBusSysdepsUnix.html#gafcc2fbcde2c72f499f04fa43d97dfcec" title="Gets user info for the given user ID.">_dbus_user_info_fill_uid</a> (<a class="code" href="structDBusUserInfo.html" title="Information about a UNIX user.">DBusUserInfo</a>     *info,
<a name="l00121"></a>00121                                       <a class="code" href="group__DBusSysdeps.html#ga186e987b700f9ddc6cea8aa0db82b151" title="A user ID.">dbus_uid_t</a>        uid,
<a name="l00122"></a>00122                                       <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00123"></a>00123 <span class="keywordtype">void</span>        <a class="code" href="group__DBusSysdepsUnix.html#gaa40334f7b4f185a437a8bc6d6e0994a1" title="Frees the members of info (but not info itself)">_dbus_user_info_free</a>     (<a class="code" href="structDBusUserInfo.html" title="Information about a UNIX user.">DBusUserInfo</a>     *info);
<a name="l00124"></a>00124 
<a name="l00125"></a>00125 <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__DBusSysdepsUnix.html#ga23814bdf1859c6aa52da1feab8f1aed4" title="Initializes the given DBusGroupInfo struct with information about the given group name...">_dbus_group_info_fill</a>     (<a class="code" href="structDBusGroupInfo.html" title="Information about a UNIX group.">DBusGroupInfo</a>    *info,
<a name="l00126"></a>00126                                        <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *groupname,
<a name="l00127"></a>00127                                        <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00128"></a>00128 <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__DBusSysdepsUnix.html#gad235e373b223982b7d3aba8a2b602b58" title="Initializes the given DBusGroupInfo struct with information about the given group ID...">_dbus_group_info_fill_gid</a> (<a class="code" href="structDBusGroupInfo.html" title="Information about a UNIX group.">DBusGroupInfo</a>    *info,
<a name="l00129"></a>00129                                        <a class="code" href="group__DBusSysdeps.html#ga2f5c2e418b81ec2a86594f56ec6d7627" title="A group ID.">dbus_gid_t</a>        gid,
<a name="l00130"></a>00130                                        <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>        *error);
<a name="l00131"></a>00131 <span class="keywordtype">void</span>        <a class="code" href="group__DBusSysdepsUnix.html#gac2d226476e6fff50bdfaace18b897fe9" title="Frees the members of info (but not info itself).">_dbus_group_info_free</a>     (<a class="code" href="structDBusGroupInfo.html" title="Information about a UNIX group.">DBusGroupInfo</a>    *info);
<a name="l00132"></a>00132 
<a name="l00133"></a>00133 <a class="code" href="group__DBusSysdeps.html#ga186e987b700f9ddc6cea8aa0db82b151" title="A user ID.">dbus_uid_t</a>    <a class="code" href="group__DBusSysdepsUnix.html#gae7701063932951bdd8a7df0dcacb3bab" title="Gets our UID.">_dbus_getuid</a> (<span class="keywordtype">void</span>);
<a name="l00134"></a>00134 <a class="code" href="group__DBusSysdeps.html#ga186e987b700f9ddc6cea8aa0db82b151" title="A user ID.">dbus_uid_t</a>    <a class="code" href="group__DBusSysdepsUnix.html#ga50438942c6e9f4027ea555a09d758ca3" title="Gets our effective UID.">_dbus_geteuid</a> (<span class="keywordtype">void</span>);
<a name="l00135"></a>00135 
<a name="l00136"></a>00136 <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__DBusSysdepsUnix.html#ga5a1854d99394d4593522ff5f2ca380d9" title="Gets a UID from a UID string.">_dbus_parse_uid</a> (<span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a>  *uid_str,
<a name="l00137"></a>00137                              <a class="code" href="group__DBusSysdeps.html#ga186e987b700f9ddc6cea8aa0db82b151" title="A user ID.">dbus_uid_t</a>        *uid);
<a name="l00138"></a>00138 
<a name="l00139"></a>00139 <span class="keywordtype">void</span> <a class="code" href="group__DBusSysdepsUnix.html#gae63f6bdc70a1dd5c9ba0a6a1be57e320" title="Closes all file descriptors except the first three (i.e.">_dbus_close_all</a> (<span class="keywordtype">void</span>);
<a name="l00140"></a>00140 
<a name="l00141"></a>00141 <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__DBusSysdepsUnix.html#ga974b137fa165ce2e0ace041b20883fe6" title="Read the address from the socket and append it to the string.">_dbus_append_address_from_socket</a> (<span class="keywordtype">int</span>         fd,
<a name="l00142"></a>00142                                               <a class="code" href="structDBusString.html">DBusString</a> *address,
<a name="l00143"></a>00143                                               <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>  *error);
<a name="l00144"></a>00144 
<a name="l00147"></a>00147 <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="l00148"></a>00148 
<a name="l00149"></a>00149 <span class="preprocessor">#endif </span><span class="comment">/* DBUS_SYSDEPS_UNIX_H */</span>
</pre></div></div><!-- contents -->


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