This file is indexed.

/usr/share/gtk-doc/html/librdf/redland-changes-1-0-12-to-1-0-13.html is in librdf0-dev 1.0.17-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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Changes between Redland librdf 1.0.12 and 1.0.13</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Redland RDF Library Manual">
<link rel="up" href="redland-changes.html" title="API Changes">
<link rel="prev" href="redland-changes.html" title="API Changes">
<link rel="next" href="redland-changes-1-0-13-to-1-0-14.html" title="Changes between Redland librdf 1.0.13 and 1.0.14">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="redland-changes.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="redland-changes.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Redland RDF Library Manual</th>
<td><a accesskey="n" href="redland-changes-1-0-13-to-1-0-14.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="redland-changes-1-0-12-to-1-0-13"></a>Changes between Redland librdf 1.0.12 and 1.0.13</h2></div></div></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="redland-changes-new-1-0-12-to-1-0-13"></a>New functions, types and enums</h3></div></div></div>
<div class="itemizedlist">
<p class="title"><b>Functions</b></p>
<ul class="itemizedlist" type="disc">
<li class="listitem"><p>const raptor_syntax_description* <a class="link" href="redland-parser.html#librdf-parser-get-description" title="librdf_parser_get_description ()"><code class="function">librdf_parser_get_description</code></a>(librdf_world* world, unsigned int counter) - Deprecates <a class="link" href="redland-parser.html#librdf-parser-enumerate" title="librdf_parser_enumerate ()"><code class="function">librdf_parser_enumerate</code></a>()</p></li>
<li class="listitem"><p>const raptor_syntax_description* <a class="link" href="redland-query-results.html#librdf-query-results-formats-get-description" title="librdf_query_results_formats_get_description ()"><code class="function">librdf_query_results_formats_get_description</code></a>(librdf_world* world, unsigned int counter) - Deprecates <a class="link" href="redland-query-results.html#librdf-query-results-formats-enumerate" title="librdf_query_results_formats_enumerate ()"><code class="function">librdf_query_results_formats_enumerate</code></a>()</p></li>
<li class="listitem"><p>const raptor_syntax_description* <a class="link" href="redland-serializer.html#librdf-serializer-get-description" title="librdf_serializer_get_description ()"><code class="function">librdf_serializer_get_description</code></a>(librdf_world* world, unsigned int counter) - Deprecates <a class="link" href="redland-serializer.html#librdf-serializer-enumerate" title="librdf_serializer_enumerate ()"><code class="function">librdf_serializer_enumerate</code></a>()</p></li>
</ul>
</div>
<div class="itemizedlist">
<p class="title"><b>Types</b></p>
<ul class="itemizedlist" type="disc">
<li class="listitem"><p><a class="link" href="redland-general.html#LIBRDF-VERSION:CAPS" title="LIBRDF_VERSION"><span class="type">LIBRDF_VERSION</span></a> </p></li>
<li class="listitem"><p><a class="link" href="redland-general.html#LIBRDF-VERSION-MAJOR:CAPS" title="LIBRDF_VERSION_MAJOR"><span class="type">LIBRDF_VERSION_MAJOR</span></a> </p></li>
<li class="listitem"><p><a class="link" href="redland-general.html#LIBRDF-VERSION-MINOR:CAPS" title="LIBRDF_VERSION_MINOR"><span class="type">LIBRDF_VERSION_MINOR</span></a> </p></li>
<li class="listitem"><p><a class="link" href="redland-general.html#LIBRDF-VERSION-RELEASE:CAPS" title="LIBRDF_VERSION_RELEASE"><span class="type">LIBRDF_VERSION_RELEASE</span></a> </p></li>
<li class="listitem"><p><a class="link" href="redland-general.html#LIBRDF-VERSION-STRING:CAPS" title="LIBRDF_VERSION_STRING"><span class="type">LIBRDF_VERSION_STRING</span></a> </p></li>
</ul>
</div>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="redland-changes-changed-1-0-12-to-1-0-13"></a>Changed functions and types</h3></div></div></div>
<table border="1" id="idp15741968">
<thead></thead>
<tbody>
<tr>
      <th>1.0.12 type</th>
      <th>1.0.13 type</th>
      <th>Notes</th>
    </tr>
<tr valign="top">
      <td>librdf_node</td> <td><a class="link" href="redland-node.html#librdf-node" title="librdf_node"><span class="type">librdf_node</span></a></td> <td>Now a typedef for raptor_term</td>
    </tr>
<tr valign="top">
      <td>librdf_statement</td> <td><a class="link" href="redland-statement.html#librdf-statement" title="librdf_statement"><span class="type">librdf_statement</span></a></td> <td>Now a typedef for raptor_statement</td>
    </tr>
<tr valign="top">
      <td>librdf_uri</td> <td><a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a></td> <td>Now a typedef for raptor_uri</td>
    </tr>
</tbody>
</table>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>