/usr/share/gtk-doc/html/PackageKit/backends-spawn-methods.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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Methods</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="backend-spawn.html" title="Spawned Backends">
<link rel="next" href="backends-spawn-common.html" title="Common function outputs">
<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="backend-spawn.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="backends-spawn-common.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-methods"></a>Methods</h2></div></div></div>
<p>
The following method names are mapped from the helper to either
command line programs or a dispatcher in the spawn helper.
</p>
<div class="informaltable"><table border="1">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>Method</th>
<th>File</th>
</tr></thead>
<tbody>
<tr>
<td>Search Name</td>
<td><code class="literal">search-name</code></td>
</tr>
<tr>
<td>Search Group</td>
<td><code class="literal">search-group</code></td>
</tr>
<tr>
<td>Search Details</td>
<td><code class="literal">search-details</code></td>
</tr>
<tr>
<td>Search File</td>
<td><code class="literal">search-file</code></td>
</tr>
<tr>
<td>Install Package</td>
<td><code class="literal">install</code></td>
</tr>
<tr>
<td>Install File</td>
<td><code class="literal">install-file</code></td>
</tr>
<tr>
<td>Remove Package</td>
<td><code class="literal">remove</code></td>
</tr>
<tr>
<td>Get Depends</td>
<td><code class="literal">get-depends</code></td>
</tr>
<tr>
<td>Resolve</td>
<td><code class="literal">resolve</code></td>
</tr>
<tr>
<td>Get Requires</td>
<td><code class="literal">get-requires</code></td>
</tr>
<tr>
<td>Get Update Detail</td>
<td><code class="literal">get-update-detail</code></td>
</tr>
<tr>
<td>Get Details</td>
<td><code class="literal">get-details</code></td>
</tr>
<tr>
<td>Get Files</td>
<td><code class="literal">get-files</code></td>
</tr>
<tr>
<td>Update Package</td>
<td><code class="literal">update</code></td>
</tr>
<tr>
<td>Update System</td>
<td><code class="literal">update-system</code></td>
</tr>
<tr>
<td>Get Updates</td>
<td><code class="literal">get-updates</code></td>
</tr>
<tr>
<td>Refresh Cache</td>
<td><code class="literal">refresh-cache</code></td>
</tr>
<tr>
<td>Get Repo List</td>
<td><code class="literal">get-repo-list</code></td>
</tr>
<tr>
<td>Repo Enable</td>
<td><code class="literal">repo-enable</code></td>
</tr>
<tr>
<td>Repo Set Data</td>
<td><code class="literal">repo-set-data</code></td>
</tr>
</tbody>
</table></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|