This file is indexed.

/usr/share/gtk-doc/html/goffice-0.10/goffice-0.10-Files.html is in libgoffice-0.10-doc 0.10.9-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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Files</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GOffice Reference Manual">
<link rel="up" href="ch14.html" title="File utilities">
<link rel="prev" href="goffice-0.10-File-utilities.html" title="File utilities">
<link rel="next" href="goffice-0.10-GOFileOpeners.html" title="GOFileOpeners">
<meta name="generator" content="GTK-Doc V1.19 (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="goffice-0.10-File-utilities.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch14.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">GOffice Reference Manual</th>
<td><a accesskey="n" href="goffice-0.10-GOFileOpeners.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#goffice-0.10-Files.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#goffice-0.10-Files.description" class="shortcut">Description</a>
                   | 
                  <a href="#goffice-0.10-Files.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry">
<a name="goffice-0.10-Files"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="goffice-0.10-Files.top_of_page"></a>Files</span></h2>
<p>Files</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="goffice-0.10-Files.synopsis"></a><h2>Synopsis</h2>
<a name="GOFileFormatLevel"></a><a name="GOFileSaveScope"></a><pre class="synopsis">enum                <a class="link" href="goffice-0.10-Files.html#GOFileFormatLevel-enum" title="enum GOFileFormatLevel">GOFileFormatLevel</a>;
enum                <a class="link" href="goffice-0.10-Files.html#GOFileProbeLevel" title="enum GOFileProbeLevel">GOFileProbeLevel</a>;
enum                <a class="link" href="goffice-0.10-Files.html#GOFileSaveScope-enum" title="enum GOFileSaveScope">GOFileSaveScope</a>;
<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="goffice-0.10-Files.html#go-get-file-openers" title="go_get_file_openers ()">go_get_file_openers</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="goffice-0.10-Files.html#go-get-file-savers" title="go_get_file_savers ()">go_get_file_savers</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
</pre>
</div>
<div class="refsect1">
<a name="goffice-0.10-Files.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  GEnum
   +----GOFileFormatLevel
</pre>
<pre class="synopsis">
  GEnum
   +----GOFileSaveScope
</pre>
</div>
<div class="refsect1">
<a name="goffice-0.10-Files.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="goffice-0.10-Files.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GOFileFormatLevel-enum"></a><h3>enum GOFileFormatLevel</h3>
<pre class="programlisting">typedef enum {
	GO_FILE_FL_NONE,            /* No name assigned, won't happen */
	GO_FILE_FL_WRITE_ONLY,      /* PostScript etc, won't be remembered */
	GO_FILE_FL_NEW,             /* Wb just created */
	GO_FILE_FL_MANUAL,          /* Save gets punted to save as */
	GO_FILE_FL_MANUAL_REMEMBER, /* Ditto, but remember in history */
	GO_FILE_FL_AUTO,            /* Save will save to this filename */
	GO_FILE_FL_LAST
} GOFileFormatLevel;
</pre>
<p>
File format levels. They are ordered. When we save a file, we
remember the name, but not if we already have a name at a higher level.
When created, workbooks are assigned a name at level GO_FILE_FL_NEW.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GO-FILE-FL-NONE:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_NONE</code></span></p></td>
<td>no name assigned, won't happen.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-FL-WRITE-ONLY:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_WRITE_ONLY</code></span></p></td>
<td>PostScript etc, won't be remembered.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-FL-NEW:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_NEW</code></span></p></td>
<td>Wb just created.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-FL-MANUAL:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_MANUAL</code></span></p></td>
<td>Save gets punted to save as.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-FL-MANUAL-REMEMBER:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_MANUAL_REMEMBER</code></span></p></td>
<td>Ditto, but remember in history.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-FL-AUTO:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_AUTO</code></span></p></td>
<td>Save will save to this filename.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-FL-LAST:CAPS"></a><span class="term"><code class="literal">GO_FILE_FL_LAST</code></span></p></td>
<td>last value, won't happen.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="GOFileProbeLevel"></a><h3>enum GOFileProbeLevel</h3>
<pre class="programlisting">typedef enum {
	GO_FILE_PROBE_FILE_NAME,
	GO_FILE_PROBE_CONTENT,
	GO_FILE_PROBE_LAST
} GOFileProbeLevel;
</pre>
<p>
File probe level tells file opener (its probe method to be exact), how
hard it should try to recognize the type of the file. File openers may
ignore this or support only some probe levels, but if specifies
"reccomened" behaviour.
Before opening any file we detect its type by calling probe for
every registered file opener (in order of priority) and passing
GO_FILE_PROBE_FILE_NAME as probe level. If none of them recogizes the file,
we increase probe level and try again...
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GO-FILE-PROBE-FILE-NAME:CAPS"></a><span class="term"><code class="literal">GO_FILE_PROBE_FILE_NAME</code></span></p></td>
<td>Test only file name, don't read file contents
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-PROBE-CONTENT:CAPS"></a><span class="term"><code class="literal">GO_FILE_PROBE_CONTENT</code></span></p></td>
<td>Read the whole file if it's necessary
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-PROBE-LAST:CAPS"></a><span class="term"><code class="literal">GO_FILE_PROBE_LAST</code></span></p></td>
<td>Invalid
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="GOFileSaveScope-enum"></a><h3>enum GOFileSaveScope</h3>
<pre class="programlisting">typedef enum {
	GO_FILE_SAVE_WORKBOOK,
	GO_FILE_SAVE_SHEET,
	GO_FILE_SAVE_RANGE,
	GO_FILE_SAVE_LAST
} GOFileSaveScope;
</pre>
<p>
GOFileSaveScope specifies what information file saver can save in a file.
Many savers can save the whole workbook (with all sheets), but others
save only current sheet, usually because of file format limitations.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GO-FILE-SAVE-WORKBOOK:CAPS"></a><span class="term"><code class="literal">GO_FILE_SAVE_WORKBOOK</code></span></p></td>
<td>save the whole file.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-SAVE-SHEET:CAPS"></a><span class="term"><code class="literal">GO_FILE_SAVE_SHEET</code></span></p></td>
<td>save only current page.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-SAVE-RANGE:CAPS"></a><span class="term"><code class="literal">GO_FILE_SAVE_RANGE</code></span></p></td>
<td>save only a selected range.
</td>
</tr>
<tr>
<td><p><a name="GO-FILE-SAVE-LAST:CAPS"></a><span class="term"><code class="literal">GO_FILE_SAVE_LAST</code></span></p></td>
<td>last value, won't happen.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="go-get-file-openers"></a><h3>go_get_file_openers ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             go_get_file_openers                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>list of known
<a class="link" href="goffice-0.10-GOFileOpeners.html#GOFileOpener"><span class="type">GOFileOpener</span></a> types (do not modify list). <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GOFileSaver][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="go-get-file-savers"></a><h3>go_get_file_savers ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             go_get_file_savers                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>list of known
<a class="link" href="GOFileSaver.html" title="GOFileSaver"><span class="type">GOFileSaver</span></a> types (do not modify list). <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GOFileSaver][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>