This file is indexed.

/usr/share/gtk-doc/html/librdf/redland-changes-1-0-13-to-1-0-14.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
<!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.13 and 1.0.14</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-1-0-12-to-1-0-13.html" title="Changes between Redland librdf 1.0.12 and 1.0.13">
<link rel="next" href="redland-changes-1-0-14-to-1-0-15.html" title="Changes between Redland librdf 1.0.14 and 1.0.15">
<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-1-0-12-to-1-0-13.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-14-to-1-0-15.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-13-to-1-0-14"></a>Changes between Redland librdf 1.0.13 and 1.0.14</h2></div></div></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="redland-changes-new-1-0-13-to-1-0-14"></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>unsigned char* <a class="link" href="redland-unicode.html#librdf-latin1-to-utf8" title="librdf_latin1_to_utf8 ()"><code class="function">librdf_latin1_to_utf8</code></a>(const unsigned char *input, int length, int *output_length) </p></li>
<li class="listitem"><p>int <a class="link" href="redland-parser.html#librdf-parser-parse-iostream-as-stream" title="librdf_parser_parse_iostream_as_stream ()"><code class="function">librdf_parser_parse_iostream_as_stream</code></a>(librdf_parser* parser, raptor_iostream *iostream, librdf_uri* base_uri) </p></li>
<li class="listitem"><p>int <a class="link" href="redland-parser.html#librdf-parser-parse-iostream-into-model" title="librdf_parser_parse_iostream_into_model ()"><code class="function">librdf_parser_parse_iostream_into_model</code></a>(librdf_parser* parser, raptor_iostream *iostream, librdf_uri* base_uri, librdf_model* model) </p></li>
<li class="listitem"><p>const raptor_syntax_description* <a class="link" href="redland-query.html#librdf-query-language-get-description" title="librdf_query_language_get_description ()"><code class="function">librdf_query_language_get_description</code></a>(librdf_world* world, unsigned int counter) </p></li>
<li class="listitem"><p>int <a class="link" href="redland-unicode.html#librdf-unicode-char-to-utf8" title="librdf_unicode_char_to_utf8 ()"><code class="function">librdf_unicode_char_to_utf8</code></a>(librdf_unichar c, unsigned char *output, int length) - Documented but deprecated for <code class="function">raptor_unicode_utf8_string_put_char</code>()</p></li>
<li class="listitem"><p>void <a class="link" href="redland-unicode.html#librdf-utf8-print" title="librdf_utf8_print ()"><code class="function">librdf_utf8_print</code></a>(const unsigned char *input, int length, FILE *stream) </p></li>
<li class="listitem"><p>unsigned char* <a class="link" href="redland-unicode.html#librdf-utf8-to-latin1" title="librdf_utf8_to_latin1 ()"><code class="function">librdf_utf8_to_latin1</code></a>(const unsigned char *input, int length, int *output_length) </p></li>
<li class="listitem"><p>int <a class="link" href="redland-unicode.html#librdf-utf8-to-unicode-char" title="librdf_utf8_to_unicode_char ()"><code class="function">librdf_utf8_to_unicode_char</code></a>(librdf_unichar *output, const unsigned char *input, int length) - Documented but deprecated for <code class="function">raptor_unicode_utf8_string_get_char</code>()</p></li>
</ul>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>