This file is indexed.

/usr/share/gtk-doc/html/gnome-scan-1.0/GnomeScanDialog.html is in libgnomescan-dev 0.6.2-1.1ubuntu4.

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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GnomeScanDialog</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="Gnome Scan Reference Manual">
<link rel="up" href="setup.html" title="Using Gnome Scan">
<link rel="prev" href="gnome-scan-10-gnome-scan-init.html" title="Init and loading">
<link rel="next" href="GnomeScanJob.html" title="GnomeScanJob">
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="core.html" title="Part I. Gnome Scan Core Reference">
<link rel="chapter" href="setup.html" title="Using Gnome Scan">
<link rel="chapter" href="extends.html" title="Extending For Application">
<link rel="part" href="internals.html" title="Part II. Gnome Scan Internals">
<link rel="chapter" href="backend.html" title="Writing Backend">
<link rel="index" href="symbols.html" title="Index">
<link rel="index" href="hierarchy.html" title="Object Hierarchy">
<link rel="index" href="gallery.html" title="Widget Gallery">
</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="gnome-scan-10-gnome-scan-init.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="setup.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">Gnome Scan Reference Manual</th>
<td><a accesskey="n" href="GnomeScanJob.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GnomeScanDialog.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#GnomeScanDialog.description" class="shortcut">Description</a>
                   | 
                  <a href="#GnomeScanDialog.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#GnomeScanDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
                   | 
                  <a href="#GnomeScanDialog.properties" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GnomeScanDialog"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GnomeScanDialog.top_of_page"></a>GnomeScanDialog</span></h2>
<p>GnomeScanDialog — Scan configuration dialog</p>
</td>
<td valign="top" align="right"><img src="GnomeScanDialog.png"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GnomeScanDialog.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;gnome-scan.h&gt;

                    <a class="link" href="GnomeScanDialog.html#GnomeScanDialog-struct" title="GnomeScanDialog">GnomeScanDialog</a>;
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>*          <a class="link" href="GnomeScanDialog.html#gnome-scan-dialog-new" title="gnome_scan_dialog_new ()">gnome_scan_dialog_new</a>               (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *parent,
                                                         <a class="link" href="GnomeScanJob.html" title="GnomeScanJob">GnomeScanJob</a> *job);
void                <a class="link" href="GnomeScanDialog.html#gnome-scan-dialog-run" title="gnome_scan_dialog_run ()">gnome_scan_dialog_run</a>               (<a class="link" href="GnomeScanDialog.html" title="GnomeScanDialog">GnomeScanDialog</a> *dialog);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GnomeScanDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
   +----<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
>GInitiallyUnowned</a>
         +----<a
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
>GtkObject</a>
               +----<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>
                     +----<a
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
>GtkContainer</a>
                           +----<a
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
>GtkBin</a>
                                 +----<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a>
                                       +----<a
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
>GtkDialog</a>
                                             +----GnomeScanDialog
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GnomeScanDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GnomeScanDialog implements
 AtkImplementorIface and  <a
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
>GtkBuildable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="GnomeScanDialog.properties"></a><h2>Properties</h2>
<pre class="synopsis">
  "<a class="link" href="GnomeScanDialog.html#GnomeScanDialog--job" title='The "job" property'>job</a>"                      <a class="link" href="GnomeScanJob.html" title="GnomeScanJob">GnomeScanJob</a>*         : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GnomeScanDialog.description"></a><h2>Description</h2>
<p>
The goal of the <a class="link" href="GnomeScanDialog.html" title="GnomeScanDialog"><span class="type">GnomeScanDialog</span></a> is to allow the user to configure
a <a class="link" href="GnomeScanJob.html" title="GnomeScanJob"><span class="type">GnomeScanJob</span></a>, and trigger the execution of this job by running a
<span class="type">GnomeScanAcquisitionDialog</span> on it.</p>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="GnomeScanDialog.details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="GnomeScanDialog-struct"></a><h3>GnomeScanDialog</h3>
<pre class="programlisting">typedef struct _GnomeScanDialog GnomeScanDialog;</pre>
<p>
The <a class="link" href="GnomeScanDialog.html" title="GnomeScanDialog"><span class="type">GnomeScanDialog</span></a> is an autofilled <a
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
><span class="type">GtkDialog</span></a> that present a
graphical interface consistent with <a
href="/usr/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html"
><span class="type">GtkPrintUnixDialog</span></a> available
Gtk+ since 2.10, but intirely adapted to scanning. You should not
touch <a
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
><span class="type">GtkDialog</span></a> vbox, however, if you want to add a About button
or similar, use <a
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
><span class="type">GtkDialog</span></a> action_area.</p>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="gnome-scan-dialog-new"></a><h3>gnome_scan_dialog_new ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>*          gnome_scan_dialog_new               (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *parent,
                                                         <a class="link" href="GnomeScanJob.html" title="GnomeScanJob">GnomeScanJob</a> *job);</pre>
<p>
Instanciate the new dialog and populate it considering job scanner,
processor and sink.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
<td> The parent <a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
><span class="type">GtkWindow</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>job</code></em> :</span></p></td>
<td> the job to configure
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a new <a class="link" href="GnomeScanDialog.html" title="GnomeScanDialog"><span class="type">GnomeScanDialog</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="gnome-scan-dialog-run"></a><h3>gnome_scan_dialog_run ()</h3>
<pre class="programlisting">void                gnome_scan_dialog_run               (<a class="link" href="GnomeScanDialog.html" title="GnomeScanDialog">GnomeScanDialog</a> *dialog);</pre>
<p>
Run the dialog. If no backends are loaded, a popup is shown, and
the function returns. If no scanners has been detected, the dialog
wait for scanner plug through <a class="link" href="GnomeScanBackend.html#GnomeScanBackend-scanner-added" title='The "scanner-added" signal'><span class="type">"scanner-added"</span></a>
signal, and present a warning popup to user asking him to ensure
device is plugged, etc.
</p>
<p>
Once the dialog has been applied, a <span class="type">GnomeScanAquisitionDialog</span> is
run on the <a class="link" href="GnomeScanDialog.html#GnomeScanDialog--job" title='The "job" property'><span class="type">"job"</span></a>.
</p>
<p>
See: <a class="link" href="GnomeScanJob.html" title="GnomeScanJob"><span class="type">GnomeScanJob</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td> a <a class="link" href="GnomeScanDialog.html" title="GnomeScanDialog"><span class="type">GnomeScanDialog</span></a>
</td>
</tr></tbody>
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="GnomeScanDialog.property-details"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="GnomeScanDialog--job"></a><h3>The <code class="literal">"job"</code> property</h3>
<pre class="programlisting">  "job"                      <a class="link" href="GnomeScanJob.html" title="GnomeScanJob">GnomeScanJob</a>*         : Read / Write / Construct Only</pre>
<p>
The job the dialog is configuring.</p>
<p>

</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.10</div>
</body>
</html>