This file is indexed.

/usr/share/doc/libtifiles-dev/html/error.c.html is in libtifiles-dev 1.1.6-4.

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
<html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" border="0"
height="32" width="32"> </td>
<td class="TITLE">General Functions
<br>
</td>
</tr>
</tbody>
</table>
<hr>
<h3><a name="tifiles_get_error"></a>tifiles_get_error</h3>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">TIEXPORT2 int TICALL tifiles_error_get(FileError number, char **message)
</td>
</tr>
</tbody>
</table>
<br>
Attempt to match the message corresponding to the error number. The returned
string must be freed when no longer needed.
<br>
<br>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">number :<br></td>
<td style="vertical-align: top;">error number (see file_err.h for list).
<br></td>
</tr>
<tr>
<td style="vertical-align: top;">message :<br></td>
<td style="vertical-align: top;">a newly glib allocated string which contains corresponding error *message.
<br></td>
</tr>
<tr>
<td style="vertical-align: top;">Return value :<br></td>
<td style="vertical-align: top;">0 if error has been caught, the error number otherwise (propagation).
<br></td>
</tr>
</tbody>
</table>
<br>
<h3><a href="file:index.html">Return to the main index</a> </h3><br><br><br></body>
</html>