This file is indexed.

/usr/share/gtk-doc/html/PackageKit/backends-spawn-common.html is in packagekit-docs 0.7.6-3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Common function outputs</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="PackageKit Reference Manual">
<link rel="up" href="backend-spawn.html" title="Spawned Backends">
<link rel="prev" href="backends-spawn-methods.html" title="Methods">
<link rel="next" href="api-reference.html" title="D-Bus API Reference">
<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="backends-spawn-methods.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="backend-spawn.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">PackageKit Reference Manual</th>
<td><a accesskey="n" href="api-reference.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="backends-spawn-common"></a>Common function outputs</h2></div></div></div>
<p>
      The following commands echoed to standard error will
      automatically make the backend-launcher do the correct action in the
      compiled helper.
    </p>
<div class="informaltable"><table border="1">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>Method</th>
<th>Data</th>
</tr></thead>
<tbody>
<tr>
<td>Percentage</td>
<td><code class="literal">percentage[tab]value</code></td>
</tr>
<tr>
<td>Subpercentage</td>
<td><code class="literal">subpercentage[tab]value</code></td>
</tr>
<tr>
<td>NoPercentageUpdates</td>
<td><code class="literal">no-percentage-updates</code></td>
</tr>
<tr>
<td>Error</td>
<td><code class="literal">error[tab]enum[tab]description</code></td>
</tr>
<tr>
<td>Status</td>
<td><code class="literal">status[tab]state</code></td>
</tr>
<tr>
<td>RequireRestart</td>
<td><code class="literal">requirerestart[tab]type[tab]details</code></td>
</tr>
<tr>
<td>AllowUpdate</td>
<td><code class="literal">allow-cancel[tab]enabled</code></td>
</tr>
<tr>
<td>Package</td>
<td><code class="literal">package_id[tab]status[tab]summary</code></td>
</tr>
<tr>
<td>Details</td>
<td><code class="literal">details[tab]package_id[tab]group[tab]detail[tab]url[tab]size_in_bytes</code></td>
</tr>
<tr>
<td>Files</td>
<td><code class="literal">files[tab]package_id[tab]file_list</code></td>
</tr>
<tr>
<td>UpdateDetail</td>
<td><code class="literal">package_id[tab]updates[tab]obsoletes[tab]vendor_url[tab]bugzilla_url[tab]cve_url[tab]restart[tab]update_text</code></td>
</tr>
<tr>
<td>ChangeTransactionData</td>
<td><code class="literal">change-transaction-data[tab]data</code></td>
</tr>
<tr>
<td>RepoSignatureRequired</td>
<td><code class="literal">repository_name[tab]key_url[tab]key_userid[tab]key_id[tab]key_fingerprint[tab]key_timestamp[tab]type</code></td>
</tr>
<tr>
<td>RepoDetail</td>
<td><code class="literal">repo-detail[tab]repo_id[tab]description[tab]enabled</code></td>
</tr>
</tbody>
</table></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>