This file is indexed.

/usr/share/doc/dbus/api/annotated.html is in dbus-1-doc 1.10.6-1ubuntu3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!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"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>D-Bus: Data Structures</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">D-Bus
   &#160;<span id="projectnumber">1.10.6</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
  <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 class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Data Structures</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structBusData.html" target="_self">BusData</a></td><td class="desc">Block of message-bus-related data we attach to each <a class="el" href="structDBusConnection.html" title="Implementation details of DBusConnection. ">DBusConnection</a> used with these convenience functions </td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBus8ByteStruct.html" target="_self">DBus8ByteStruct</a></td><td class="desc">An 8-byte struct you could use to access int64 without having int64 support </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAddressEntry.html" target="_self">DBusAddressEntry</a></td><td class="desc">Internals of <a class="el" href="structDBusAddressEntry.html" title="Internals of DBusAddressEntry. ">DBusAddressEntry</a> </td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAllocatedSlot.html" target="_self">DBusAllocatedSlot</a></td><td class="desc">An allocated slot for storing data </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusArrayLenFixup.html" target="_self">DBusArrayLenFixup</a></td><td class="desc">When modifying an existing block of values, array lengths may need to be adjusted; those adjustments are described by this struct </td></tr>
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAtomic.html" target="_self">DBusAtomic</a></td><td class="desc">An atomic integer safe to increment or decrement from multiple threads </td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAuth.html" target="_self">DBusAuth</a></td><td class="desc">Internal members of <a class="el" href="structDBusAuth.html" title="Internal members of DBusAuth. ">DBusAuth</a> </td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAuthClient.html" target="_self">DBusAuthClient</a></td><td class="desc">"Subclass" of <a class="el" href="structDBusAuth.html" title="Internal members of DBusAuth. ">DBusAuth</a> for client side </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAuthCommandName.html" target="_self">DBusAuthCommandName</a></td><td class="desc">Mapping from command name to enum </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAuthMechanismHandler.html" target="_self">DBusAuthMechanismHandler</a></td><td class="desc">Virtual table representing a particular auth mechanism </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAuthServer.html" target="_self">DBusAuthServer</a></td><td class="desc">"Subclass" of <a class="el" href="structDBusAuth.html" title="Internal members of DBusAuth. ">DBusAuth</a> for server side </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusAuthStateData.html" target="_self">DBusAuthStateData</a></td><td class="desc">Information about a auth state </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusBabysitter.html" target="_self">DBusBabysitter</a></td><td class="desc">Babysitter implementation details </td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="unionDBusBasicValue.html" target="_self">DBusBasicValue</a></td><td class="desc">A simple value union that lets you access bytes as if they were various types; useful when dealing with basic types via void pointers and varargs </td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusCMutex.html" target="_self">DBusCMutex</a></td><td class="desc"></td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusCondVar.html" target="_self">DBusCondVar</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusConnection.html" target="_self">DBusConnection</a></td><td class="desc">Implementation details of <a class="el" href="structDBusConnection.html" title="Implementation details of DBusConnection. ">DBusConnection</a> </td></tr>
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusCounter.html" target="_self">DBusCounter</a></td><td class="desc">Internals of <a class="el" href="structDBusCounter.html" title="Internals of DBusCounter. ">DBusCounter</a> </td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusCredentials.html" target="_self">DBusCredentials</a></td><td class="desc"></td></tr>
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusDataSlot.html" target="_self">DBusDataSlot</a></td><td class="desc"><a class="el" href="structDBusDataSlot.html" title="DBusDataSlot is used to store application data on the connection. ">DBusDataSlot</a> is used to store application data on the connection </td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusDataSlotAllocator.html" target="_self">DBusDataSlotAllocator</a></td><td class="desc">An allocator that tracks a set of slot IDs </td></tr>
<tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusDataSlotList.html" target="_self">DBusDataSlotList</a></td><td class="desc">Data structure that stores the actual user data set at a given slot </td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusDirIter.html" target="_self">DBusDirIter</a></td><td class="desc">Internals of directory iterator </td></tr>
<tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusError.html" target="_self">DBusError</a></td><td class="desc">Object representing an exception </td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusFreedElement.html" target="_self">DBusFreedElement</a></td><td class="desc">Struct representing an element on the free list </td></tr>
<tr id="row_25_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusGroupInfo.html" target="_self">DBusGroupInfo</a></td><td class="desc">Information about a UNIX group </td></tr>
<tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="unionDBusGUID.html" target="_self">DBusGUID</a></td><td class="desc">A globally unique ID ; we have one for each <a class="el" href="structDBusServer.html" title="Internals of DBusServer object. ">DBusServer</a>, and also one for each machine with libdbus installed on it </td></tr>
<tr id="row_27_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusHashEntry.html" target="_self">DBusHashEntry</a></td><td class="desc">Internal representation of a hash entry </td></tr>
<tr id="row_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusHashIter.html" target="_self">DBusHashIter</a></td><td class="desc">Hash iterator object </td></tr>
<tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusHashTable.html" target="_self">DBusHashTable</a></td><td class="desc">Internals of <a class="el" href="structDBusHashTable.html" title="Internals of DBusHashTable. ">DBusHashTable</a> </td></tr>
<tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusHeader.html" target="_self">DBusHeader</a></td><td class="desc">Message header data and some cached details of it </td></tr>
<tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusHeaderField.html" target="_self">DBusHeaderField</a></td><td class="desc">Cached information about a header field in the message </td></tr>
<tr id="row_32_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusKey.html" target="_self">DBusKey</a></td><td class="desc">A single key from the cookie file </td></tr>
<tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusKeyring.html" target="_self">DBusKeyring</a></td><td class="desc">Internals of <a class="el" href="structDBusKeyring.html" title="Internals of DBusKeyring. ">DBusKeyring</a> </td></tr>
<tr id="row_34_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusList.html" target="_self">DBusList</a></td><td class="desc">A node in a linked list </td></tr>
<tr id="row_35_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMemBlock.html" target="_self">DBusMemBlock</a></td><td class="desc"><a class="el" href="structDBusMemBlock.html" title="DBusMemBlock object represents a single malloc()-returned block that gets chunked up into objects in ...">DBusMemBlock</a> object represents a single malloc()-returned block that gets chunked up into objects in the memory pool </td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMemPool.html" target="_self">DBusMemPool</a></td><td class="desc">Internals fields of <a class="el" href="structDBusMemPool.html" title="Internals fields of DBusMemPool. ">DBusMemPool</a> </td></tr>
<tr id="row_37_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMessage.html" target="_self">DBusMessage</a></td><td class="desc">Internals of <a class="el" href="structDBusMessage.html" title="Internals of DBusMessage. ">DBusMessage</a> </td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMessageFilter.html" target="_self">DBusMessageFilter</a></td><td class="desc">Internal struct representing a message filter function </td></tr>
<tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMessageIter.html" target="_self">DBusMessageIter</a></td><td class="desc"><a class="el" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields. ">DBusMessageIter</a> struct; contains no public fields </td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMessageLoader.html" target="_self">DBusMessageLoader</a></td><td class="desc">Implementation details of <a class="el" href="structDBusMessageLoader.html" title="Implementation details of DBusMessageLoader. ">DBusMessageLoader</a> </td></tr>
<tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusMessageRealIter.html" target="_self">DBusMessageRealIter</a></td><td class="desc">Internals of <a class="el" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields. ">DBusMessageIter</a> </td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusNonceFile.html" target="_self">DBusNonceFile</a></td><td class="desc"></td></tr>
<tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusObjectPathVTable.html" target="_self">DBusObjectPathVTable</a></td><td class="desc">Virtual table that must be implemented to handle a portion of the object path hierarchy </td></tr>
<tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusObjectSubtree.html" target="_self">DBusObjectSubtree</a></td><td class="desc">Struct representing a single registered subtree handler, or node that's a parent of a registered subtree handler </td></tr>
<tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusObjectTree.html" target="_self">DBusObjectTree</a></td><td class="desc">Internals of <a class="el" href="structDBusObjectTree.html" title="Internals of DBusObjectTree. ">DBusObjectTree</a> </td></tr>
<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusPendingCall.html" target="_self">DBusPendingCall</a></td><td class="desc">Implementation details of <a class="el" href="structDBusPendingCall.html" title="Implementation details of DBusPendingCall - all fields are private. ">DBusPendingCall</a> - all fields are private </td></tr>
<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusPipe.html" target="_self">DBusPipe</a></td><td class="desc"></td></tr>
<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusPollFD.html" target="_self">DBusPollFD</a></td><td class="desc"></td></tr>
<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusPreallocatedSend.html" target="_self">DBusPreallocatedSend</a></td><td class="desc">Internals of <a class="el" href="structDBusPreallocatedSend.html" title="Internals of DBusPreallocatedSend. ">DBusPreallocatedSend</a> </td></tr>
<tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusRealError.html" target="_self">DBusRealError</a></td><td class="desc">Internals of <a class="el" href="structDBusError.html" title="Object representing an exception. ">DBusError</a> </td></tr>
<tr id="row_51_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusRealHashIter.html" target="_self">DBusRealHashIter</a></td><td class="desc">Internals of <a class="el" href="structDBusHashIter.html" title="Hash iterator object. ">DBusHashIter</a> </td></tr>
<tr id="row_52_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusRealString.html" target="_self">DBusRealString</a></td><td class="desc">Internals of <a class="el" href="structDBusString.html">DBusString</a> </td></tr>
<tr id="row_53_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusRMutex.html" target="_self">DBusRMutex</a></td><td class="desc"></td></tr>
<tr id="row_54_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusServer.html" target="_self">DBusServer</a></td><td class="desc">Internals of <a class="el" href="structDBusServer.html" title="Internals of DBusServer object. ">DBusServer</a> object </td></tr>
<tr id="row_55_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusServerSocket.html" target="_self">DBusServerSocket</a></td><td class="desc">Implementation details of <a class="el" href="structDBusServerSocket.html" title="Implementation details of DBusServerSocket. ">DBusServerSocket</a> </td></tr>
<tr id="row_56_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusServerVTable.html" target="_self">DBusServerVTable</a></td><td class="desc">Virtual table to be implemented by all server "subclasses" </td></tr>
<tr id="row_57_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusSHAContext.html" target="_self">DBusSHAContext</a></td><td class="desc">Struct storing state of the SHA algorithm </td></tr>
<tr id="row_58_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusSignatureIter.html" target="_self">DBusSignatureIter</a></td><td class="desc"><a class="el" href="structDBusSignatureIter.html" title="DBusSignatureIter struct; contains no public fields. ">DBusSignatureIter</a> struct; contains no public fields </td></tr>
<tr id="row_59_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusSignatureRealIter.html" target="_self">DBusSignatureRealIter</a></td><td class="desc">Implementation details of <a class="el" href="structDBusSignatureIter.html" title="DBusSignatureIter struct; contains no public fields. ">DBusSignatureIter</a>, all fields are private </td></tr>
<tr id="row_60_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusSocket.html" target="_self">DBusSocket</a></td><td class="desc">Socket interface </td></tr>
<tr id="row_61_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusStat.html" target="_self">DBusStat</a></td><td class="desc">Portable struct with stat() results </td></tr>
<tr id="row_62_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusString.html" target="_self">DBusString</a></td><td class="desc"></td></tr>
<tr id="row_63_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusThreadFunctions.html" target="_self">DBusThreadFunctions</a></td><td class="desc">Functions that must be implemented to make the D-Bus library thread-aware </td></tr>
<tr id="row_64_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTimeout.html" target="_self">DBusTimeout</a></td><td class="desc">Internals of <a class="el" href="structDBusTimeout.html" title="Internals of DBusTimeout. ">DBusTimeout</a> </td></tr>
<tr id="row_65_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTimeoutList.html" target="_self">DBusTimeoutList</a></td><td class="desc"><a class="el" href="structDBusTimeoutList.html" title="DBusTimeoutList implementation details. ">DBusTimeoutList</a> implementation details </td></tr>
<tr id="row_66_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTransport.html" target="_self">DBusTransport</a></td><td class="desc">Object representing a transport such as a socket </td></tr>
<tr id="row_67_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTransportSocket.html" target="_self">DBusTransportSocket</a></td><td class="desc">Implementation details of <a class="el" href="structDBusTransportSocket.html" title="Implementation details of DBusTransportSocket. ">DBusTransportSocket</a> </td></tr>
<tr id="row_68_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTransportVTable.html" target="_self">DBusTransportVTable</a></td><td class="desc">The virtual table that must be implemented to create a new kind of transport </td></tr>
<tr id="row_69_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTypeReader.html" target="_self">DBusTypeReader</a></td><td class="desc">The type reader is an iterator for reading values from a block of values </td></tr>
<tr id="row_70_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTypeReaderClass.html" target="_self">DBusTypeReaderClass</a></td><td class="desc">Virtual table for a type reader </td></tr>
<tr id="row_71_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusTypeWriter.html" target="_self">DBusTypeWriter</a></td><td class="desc">The type writer is an iterator for writing to a block of values </td></tr>
<tr id="row_72_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusUserInfo.html" target="_self">DBusUserInfo</a></td><td class="desc">Information about a UNIX user </td></tr>
<tr id="row_73_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusWatch.html" target="_self">DBusWatch</a></td><td class="desc">Implementation of <a class="el" href="structDBusWatch.html" title="Implementation of DBusWatch. ">DBusWatch</a> </td></tr>
<tr id="row_74_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structDBusWatchList.html" target="_self">DBusWatchList</a></td><td class="desc"><a class="el" href="structDBusWatchList.html" title="DBusWatchList implementation details. ">DBusWatchList</a> implementation details </td></tr>
<tr id="row_75_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structHeaderFieldType.html" target="_self">HeaderFieldType</a></td><td class="desc"></td></tr>
<tr id="row_76_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structReplacementBlock.html" target="_self">ReplacementBlock</a></td><td class="desc"></td></tr>
<tr id="row_77_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structShutdownClosure.html" target="_self">ShutdownClosure</a></td><td class="desc">This struct represents a function to be called on shutdown </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>