This file is indexed.

/usr/share/gtk-doc/html/rasqal/rasqal-changes-0-9-26-to-0-9-27.html is in librasqal3-doc 0.9.32-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 Rasqal 0.9.26 and 0.9.27</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Rasqal RDF Query Library Manual">
<link rel="up" href="rasqal-changes.html" title="API Changes">
<link rel="prev" href="rasqal-changes-0-9-25-to-0-9-26.html" title="Changes between Rasqal 0.9.25 and 0.9.26">
<link rel="next" href="rasqal-changes-0-9-28-to-0-9-29.html" title="Changes between Rasqal 0.9.28 and 0.9.29">
<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="rasqal-changes-0-9-25-to-0-9-26.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="rasqal-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">Rasqal RDF Query Library Manual</th>
<td><a accesskey="n" href="rasqal-changes-0-9-28-to-0-9-29.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="rasqal-changes-0-9-26-to-0-9-27"></a>Changes between Rasqal 0.9.26 and 0.9.27</h2></div></div></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="rasqal-changes-new-0-9-26-to-0-9-27"></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>rasqal_literal* <a class="link" href="rasqal-section-literal.html#rasqal-new-numeric-literal-from-long" title="rasqal_new_numeric_literal_from_long ()"><code class="function">rasqal_new_numeric_literal_from_long</code></a>(rasqal_world* world, rasqal_literal_type type, long value) </p></li>
<li class="listitem"><p>int <a class="link" href="rasqal-section-query.html#rasqal-query-has-variable2" title="rasqal_query_has_variable2 ()"><code class="function">rasqal_query_has_variable2</code></a>(rasqal_query* query, rasqal_variable_type type, const unsigned char *name) </p></li>
<li class="listitem"><p>int <a class="link" href="rasqal-section-query.html#rasqal-query-set-variable2" title="rasqal_query_set_variable2 ()"><code class="function">rasqal_query_set_variable2</code></a>(rasqal_query* query, rasqal_variable_type type, const unsigned char *name, rasqal_literal* value) </p></li>
<li class="listitem"><p>void <a class="link" href="rasqal-section-query.html#rasqal-query-set-wildcard" title="rasqal_query_set_wildcard ()"><code class="function">rasqal_query_set_wildcard</code></a>(rasqal_query* query, int wildcard) </p></li>
<li class="listitem"><p>int <a class="link" href="rasqal-section-variables-table.html#rasqal-variables-table-add-variable" title="rasqal_variables_table_add_variable ()"><code class="function">rasqal_variables_table_add_variable</code></a>(rasqal_variables_table* vt, rasqal_variable* variable) </p></li>
<li class="listitem"><p>int <a class="link" href="rasqal-section-variables-table.html#rasqal-variables-table-contains" title="rasqal_variables_table_contains ()"><code class="function">rasqal_variables_table_contains</code></a>(rasqal_variables_table* vt, rasqal_variable_type type, const unsigned char *name) </p></li>
<li class="listitem"><p>rasqal_variable* <a class="link" href="rasqal-section-variables-table.html#rasqal-variables-table-get-by-name" title="rasqal_variables_table_get_by_name ()"><code class="function">rasqal_variables_table_get_by_name</code></a>(rasqal_variables_table* vt, rasqal_variable_type type, const unsigned char *name) </p></li>
<li class="listitem"><p>long <a class="link" href="rasqal-section-xsd.html#rasqal-xsd-decimal-get-long" title="rasqal_xsd_decimal_get_long ()"><code class="function">rasqal_xsd_decimal_get_long</code></a>(rasqal_xsd_decimal* dec, int* error_p) </p></li>
</ul>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>