/usr/share/gtk-doc/html/telepathy-spec/Debug.html is in telepathy-specification 0.27.3-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 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" "">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Debug — Telepathy D-Bus Interface Specification</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
<link rel="shortcut icon" type="image/png" media="all" href="favicon.png" />
<script src="jquery.min.js"></script>
<script src="magic.js"></script>
</head>
<body>
<div class="header">
<h1>Interface <abbr title='org.freedesktop.Telepathy.Debug'>Debug</abbr></h1>
<a href="index.html">Interface Index</a>
(<a href="interfaces.html">Compact</a>)
| <a href="#summary">Summary</a>
| <a href="#description">Description</a>
| <a href="#methods">Methods</a>
| <a href="#signals">Signals</a>
| <a href="#properties">Properties</a>
| <a href="#types">Types</a>
</div>
<div class="main">
<div class="summary">
<a name="summary"></a>
<h3>Methods</h3>
<table class="summary">
<tr>
<td><a href="Debug.html#Method:GetMessages">GetMessages</a></td>
<td>()</td>
<td>→</td>
<td>a(dsus): Messages</td>
<td>
</td>
</tr>
</table>
<h3>Signals</h3>
<table class="summary">
<tr>
<td><a href="Debug.html#Signal:NewDebugMessage">NewDebugMessage</a></td>
<td>(d: time, s: domain, u: level, s: message)</td>
<td>
</td>
</tr>
</table>
<h3>Properties</h3>
<table class="summary">
<tr>
<td><a href="Debug.html#Property:Enabled">Enabled</a></td>
<td>
b
</td>
<td>Read/Write</td>
<td></td>
<td>
</td>
</tr>
</table>
<h3>Types</h3>
<table class="summary">
<tr>
<td><a href="Debug.html#Enum:Debug_Level">Debug_Level</a></td>
<td>Enum</td>
<td>u</td>
<td>
</td>
</tr>
<tr>
<td><a href="Debug.html#Struct:Debug_Message">Debug_Message</a></td>
<td>Struct</td>
<td>(dsus)</td>
<td>
</td>
</tr>
</table>
</div>
<div class="annotation added"><span class="version">Added in 0.17.27. </span>(as stable API)</div>
<a name="description"></a>
<h3>Description</h3>
<div class="docstring" xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for providing debug messages.</p>
<p>This interface is primarily provided by one object per
service, at the path <tt>/org/freedesktop/Telepathy/debug</tt>.</p>
</div>
<div class="outset methods method">
<a name="methods"></a>
<h1>Methods</h1>
<div class="inset method">
<a name="Method:GetMessages"></a>
<span class="permalink">(<a href="Debug.html#Method:GetMessages">Permalink</a>)</span>
<h2>GetMessages () → a(dsus): Messages</h2>
<div class="indent">
<h3>Returns</h3>
<ul>
<li>
Messages — a(dsus)
(<a href="Debug.html#Struct:Debug_Message" title="Array of Struct Debug_Message">Debug_Message_List</a>)
</li>
<div class="docstring">
A list of debug messages.
</div>
</ul>
</div>
<div class="docstring">
Retrieve buffered debug messages. An implementation could have a
limit on how many message it keeps and so the array returned from
this method should not be assumed to be all of the messages in
the lifetime of the service.
</div>
</div>
</div>
<div class="outset signals signal">
<a name="signals"></a>
<h1>Signals</h1>
<div class="inset signal">
<a name="Signal:NewDebugMessage"></a>
<span class="permalink">(<a href="Debug.html#Signal:NewDebugMessage">Permalink</a>)</span>
<h2>NewDebugMessage (d: time, s: domain, u: level, s: message)</h2>
<div class="indent">
<h3>Parameters</h3>
<ul>
<li>
time — d
</li>
<div class="docstring">
Timestamp of the debug message.
</div>
<li>
domain — s
</li>
<div class="docstring">
Domain of the debug message, as described in the Debug_Message struct.
</div>
<li>
level — u
(<a href="Debug.html#Enum:Debug_Level" title="Enum Debug_Level">Debug_Level</a>)
</li>
<div class="docstring">
Level of the debug message.
</div>
<li>
message — s
</li>
<div class="docstring">
The text of the debug message.
</div>
</ul>
</div>
<div class="docstring">
Emitted when a debug messages is generated if the
<a href="Debug.html#Property:Enabled" title="Property org.freedesktop.Telepathy.Debug.Enabled">Enabled</a> property is set to TRUE.
</div>
</div>
</div>
<div class="outset properties property">
<a name="properties"></a>
<h1>Properties</h1>
<div>
Accessed using the <a
href="http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties">org.freedesktop.DBus.Properties</a>
interface.
</div>
<div class="inset property">
<a name="Property:Enabled"></a>
<span class="permalink">(<a href="Debug.html#Property:Enabled">Permalink</a>)</span>
<h2>
Enabled — b
</h2>
<div class="access">Read/Write</div>
<div class="docstring">
TRUE if the <a href="Debug.html#Signal:NewDebugMessage" title="Signal org.freedesktop.Telepathy.Debug.NewDebugMessage">NewDebugMessage</a> signal
should be emitted when a new debug message is generated.
</div>
</div>
</div>
<div class="outset types type">
<a name="types"></a>
<h1>Types</h1>
<div class="inset type">
<a name="Enum:Debug_Level"></a>
<span class="permalink">Enum (<a href="Debug.html#Enum:Debug_Level">Permalink</a>)</span>
<h2>
Debug_Level — u
</h2>
<ul>
<li>Error (0)</li>
<div class="docstring">
Log level for errors. Error messages are always fatal, resulting
in the service terminating after something completely
unexpected occurred.
</div><li>Critical (1)</li>
<div class="docstring">
Log level for critical messages. Critical messages are messages
that the service might predict and it is up to the service itself
to decide whether to terminate following a critical message.
</div><li>Warning (2)</li>
<div class="docstring">
Log level for warnings.
</div><li>Message (3)</li>
<div class="docstring">
Log level for messages.
</div><li>Info (4)</li>
<div class="docstring">
Log level for information messages.
</div><li>Debug (5)</li>
<div class="docstring">
Log level for debug messages.
</div></ul>
</div>
<div class="inset type">
<a name="Struct:Debug_Message"></a>
<span class="permalink">Struct (<a href="Debug.html#Struct:Debug_Message">Permalink</a>)</span>
<h2>
Debug_Message — (dsus)
</h2>
<div class="docstring">
A struct representing a debug message, as returned by
<a href="Debug.html#Method:GetMessages" title="Method org.freedesktop.Telepathy.Debug.GetMessages">GetMessages</a>.
</div>
<ul>
<li>Timestamp — d</li>
<div class="docstring">
Timestamp of the debug message. This is a double to allow
more accuracy in the time the message was logged.
</div><li>Domain — s</li>
<div class="docstring" xmlns="http://www.w3.org/1999/xhtml">
<p>Domain of the debug message. This is used to identify
the source of debug messages. For example, debug messages
from a connection manager could have this Domain struct
member be the name of the connection manager, and logs
from any helper library could have the name of the helper
library.</p>
<p>The domain could also contain a category as to where
the log message originated separated by a forward-slash.
For example, if a debug message was output in a connection
manager called "dummy", in the file-transfer code, this
Domain struct member might be <tt>dummy/file-transfer</tt>.</p>
</div><li>Level — u (<a href="Debug.html#Enum:Debug_Level" title="Enum Debug_Level">Debug_Level</a>)</li>
<div class="docstring">
Level of the debug message. This states the severity of the
debug message.
</div><li>Message — s</li>
<div class="docstring">
The text of the debug message.
</div></ul>
</div>
</div>
</div>
</body>
</html>
|