This file is indexed.

/usr/share/gtk-doc/html/udisks2/ref-daemon.html is in udisks2-doc 2.1.3-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
 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UDisks Reference Manual: Part IV. Daemon Implementation Details</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="UDisks Reference Manual">
<link rel="up" href="index.html" title="UDisks Reference Manual">
<link rel="prev" href="UDisksLoop.html" title="UDisksLoop">
<link rel="next" href="ref-daemon-core.html" title="Core">
<meta name="generator" content="GTK-Doc V1.20 (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="10"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="UDisksLoop.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="ref-daemon-core.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="ref-daemon"></a>Part IV. Daemon Implementation Details</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="chapter"><a href="ref-daemon-core.html">Core</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="udisks2-Utilities.html">Utilities</a></span><span class="refpurpose"> — Various utility routines</span>
</dt>
<dt>
<span class="refentrytitle"><a href="udisks2-Logging.html">Logging</a></span><span class="refpurpose"> — Logging Routines</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksDaemon.html">UDisksDaemon</a></span><span class="refpurpose"> — Main daemon object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksProvider.html">UDisksProvider</a></span><span class="refpurpose"> — Abstract base class for all data providers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksState.html">UDisksState</a></span><span class="refpurpose"> — Object used for recording state and cleaning up</span>
</dt>
<dt>
<span class="refentrytitle"><a href="udisks2-ATA-commands.html">ATA commands</a></span><span class="refpurpose"> — Helper routines for ATA commands</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ref-daemon-monitoring.html">State and Configuration</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="UDisksMountMonitor.html">UDisksMountMonitor</a></span><span class="refpurpose"> — Monitors mounted filesystems or in-use swap devices</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksFstabMonitor.html">UDisksFstabMonitor</a></span><span class="refpurpose"> — Monitors entries in the fstab file</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksCrypttabMonitor.html">UDisksCrypttabMonitor</a></span><span class="refpurpose"> — Monitors entries in the crypttab file</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ref-daemon-jobs.html">Jobs</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="UDisksBaseJob.html">UDisksBaseJob</a></span><span class="refpurpose"> — Base class for jobs.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksSimpleJob.html">UDisksSimpleJob</a></span><span class="refpurpose"> — A simple job</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksThreadedJob.html">UDisksThreadedJob</a></span><span class="refpurpose"> — Job that runs in a thread</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksSpawnedJob.html">UDisksSpawnedJob</a></span><span class="refpurpose"> — Job that spawns a command</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ref-daemon-linux-types.html">Linux-specific types</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxManager.html">UDisksLinuxManager</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksManager</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxProvider.html">UDisksLinuxProvider</a></span><span class="refpurpose"> — Provides Linux-specific objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxDevice.html">UDisksLinuxDevice</a></span><span class="refpurpose"> — Low-level devices on Linux</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ref-daemon-drives.html">Drives on Linux</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxDrive.html">UDisksLinuxDrive</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksDrive</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxDriveAta.html">UDisksLinuxDriveAta</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksDriveAta</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxDriveObject.html">UDisksLinuxDriveObject</a></span><span class="refpurpose"> — Object representing a drive on Linux</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ref-daemon-mdraid.html">Linux RAID</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxMDRaid.html">UDisksLinuxMDRaid</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksMDRaid</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxMDRaidObject.html">UDisksLinuxMDRaidObject</a></span><span class="refpurpose"> — Object representing a Linux Software RAID array</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ref-daemon-block-devices.html">Block devices on Linux</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxBlock.html">UDisksLinuxBlock</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksBlock</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxPartition.html">UDisksLinuxPartition</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksPartition</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxPartitionTable.html">UDisksLinuxPartitionTable</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksPartitionTable</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxFilesystem.html">UDisksLinuxFilesystem</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksFilesystem</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxEncrypted.html">UDisksLinuxEncrypted</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksEncrypted</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxSwapspace.html">UDisksLinuxSwapspace</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksSwapspace</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxLoop.html">UDisksLinuxLoop</a></span><span class="refpurpose">Linux implementation of <span class="type">UDisksLoop</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="UDisksLinuxBlockObject.html">UDisksLinuxBlockObject</a></span><span class="refpurpose"> — Object representing a block device on Linux.</span>
</dt>
</dl></dd>
</dl>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.20</div>
</body>
</html>