~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/html/goffice-GoFile.html

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2008-11-09 18:10:54 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109181054-uazweo6uci8h7bc5
Tags: 0.6.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>GoFile</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="Goffice Reference Manual">
8
 
<link rel="up" href="ch10.html" title="File utilities">
9
 
<link rel="prev" href="ch10.html" title="File utilities">
10
 
<link rel="next" href="goffice-GoFileOpener.html" title="GoFileOpener">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part I. Graphs">
14
 
<link rel="chapter" href="ch01.html" title="Objects">
15
 
<link rel="chapter" href="ch02.html" title="Abstract Base Classes">
16
 
<link rel="chapter" href="ch03.html" title="Utilities">
17
 
<link rel="part" href="pt02.html" title="Part II. Widgets">
18
 
<link rel="chapter" href="ch04.html" title="Base widgets">
19
 
<link rel="chapter" href="ch05.html" title="Selectors">
20
 
<link rel="part" href="pt03.html" title="Part III. Utilities">
21
 
<link rel="chapter" href="ch06.html" title="Graphic object properties">
22
 
<link rel="chapter" href="ch07.html" title="Rendering utilities">
23
 
<link rel="chapter" href="ch08.html" title="Data">
24
 
<link rel="chapter" href="ch09.html" title="Mathematical functions">
25
 
<link rel="chapter" href="ch10.html" title="File utilities">
26
 
<link rel="chapter" href="ch11.html" title="Application">
27
 
<link rel="chapter" href="ch12.html" title="Components">
28
 
<link rel="chapter" href="ch13.html" title="Miscellaneous">
29
 
</head>
30
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
31
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
32
 
<tr valign="middle">
33
 
<td><a accesskey="p" href="ch10.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
34
 
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
35
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
36
 
<th width="100%" align="center">Goffice Reference Manual</th>
37
 
<td><a accesskey="n" href="goffice-GoFileOpener.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
38
 
</tr>
39
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#goffice-GoFile.synopsis" class="shortcut">Top</a>
40
 
                   | 
41
 
                  <a href="#goffice-GoFile.description" class="shortcut">Description</a></nobr></td></tr>
42
 
</table>
43
 
<div class="refentry" lang="en">
44
 
<a name="goffice-GoFile"></a><div class="titlepage"></div>
45
 
<div class="refnamediv"><table width="100%"><tr>
46
 
<td valign="top">
47
 
<h2><span class="refentrytitle"><a name="goffice-GoFile.top_of_page"></a>GoFile</span></h2>
48
 
<p>GoFile</p>
49
 
</td>
50
 
<td valign="top" align="right"></td>
51
 
</tr></table></div>
52
 
<div class="refsynopsisdiv">
53
 
<a name="goffice-GoFile.synopsis"></a><h2>Synopsis</h2>
54
 
<pre class="synopsis">
55
 
gint                <a class="link" href="goffice-GoFile.html#go-file-access" title="go_file_access ()">go_file_access</a>                      (char const *uri,
56
 
                                                         gint mode);
57
 
<a
58
 
href="/local/gnome/test/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html#GsfOutput"
59
 
>GsfOutput</a>*          <a class="link" href="goffice-GoFile.html#go-file-create" title="go_file_create ()">go_file_create</a>                      (char const *uri,
60
 
                                                         GError **err);
61
 
time_t              <a class="link" href="goffice-GoFile.html#go-file-get-date-accessed" title="go_file_get_date_accessed ()">go_file_get_date_accessed</a>           (char const *uri);
62
 
time_t              <a class="link" href="goffice-GoFile.html#go-file-get-date-changed" title="go_file_get_date_changed ()">go_file_get_date_changed</a>            (char const *uri);
63
 
time_t              <a class="link" href="goffice-GoFile.html#go-file-get-date-modified" title="go_file_get_date_modified ()">go_file_get_date_modified</a>           (char const *uri);
64
 
gchar*              <a class="link" href="goffice-GoFile.html#go-file-get-group-name" title="go_file_get_group_name ()">go_file_get_group_name</a>              (char const *uri);
65
 
gchar*              <a class="link" href="goffice-GoFile.html#go-file-get-owner-name" title="go_file_get_owner_name ()">go_file_get_owner_name</a>              (char const *uri);
66
 
<a
67
 
href="/local/gnome/test/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html#GsfInput"
68
 
>GsfInput</a>*           <a class="link" href="goffice-GoFile.html#go-file-open" title="go_file_open ()">go_file_open</a>                        (char const *uri,
69
 
                                                         GError **err);
70
 
GSList*             <a class="link" href="goffice-GoFile.html#go-file-split-urls" title="go_file_split_urls ()">go_file_split_urls</a>                  (char const *data);
71
 
</pre>
72
 
</div>
73
 
<div class="refsect1" lang="en">
74
 
<a name="goffice-GoFile.description"></a><h2>Description</h2>
75
 
<p>
76
 
 
77
 
</p>
78
 
</div>
79
 
<div class="refsect1" lang="en">
80
 
<a name="goffice-GoFile.details"></a><h2>Details</h2>
81
 
<div class="refsect2" lang="en">
82
 
<a name="go-file-access"></a><h3>go_file_access ()</h3>
83
 
<pre class="programlisting">gint                go_file_access                      (char const *uri,
84
 
                                                         gint mode);</pre>
85
 
<p>
86
 
 
87
 
</p>
88
 
<div class="variablelist"><table border="0">
89
 
<col align="left" valign="top">
90
 
<tbody>
91
 
<tr>
92
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
93
 
<td>
94
 
</td>
95
 
</tr>
96
 
<tr>
97
 
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
98
 
<td>
99
 
</td>
100
 
</tr>
101
 
<tr>
102
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
103
 
<td>
104
 
 
105
 
 
106
 
</td>
107
 
</tr>
108
 
</tbody>
109
 
</table></div>
110
 
</div>
111
 
<hr>
112
 
<div class="refsect2" lang="en">
113
 
<a name="go-file-create"></a><h3>go_file_create ()</h3>
114
 
<pre class="programlisting"><a
115
 
href="/local/gnome/test/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html#GsfOutput"
116
 
>GsfOutput</a>*          go_file_create                      (char const *uri,
117
 
                                                         GError **err);</pre>
118
 
<p>
119
 
 
120
 
</p>
121
 
<div class="variablelist"><table border="0">
122
 
<col align="left" valign="top">
123
 
<tbody>
124
 
<tr>
125
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
126
 
<td>
127
 
</td>
128
 
</tr>
129
 
<tr>
130
 
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
131
 
<td>
132
 
</td>
133
 
</tr>
134
 
<tr>
135
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
136
 
<td>
137
 
 
138
 
 
139
 
</td>
140
 
</tr>
141
 
</tbody>
142
 
</table></div>
143
 
</div>
144
 
<hr>
145
 
<div class="refsect2" lang="en">
146
 
<a name="go-file-get-date-accessed"></a><h3>go_file_get_date_accessed ()</h3>
147
 
<pre class="programlisting">time_t              go_file_get_date_accessed           (char const *uri);</pre>
148
 
<p>
149
 
 
150
 
</p>
151
 
<div class="variablelist"><table border="0">
152
 
<col align="left" valign="top">
153
 
<tbody>
154
 
<tr>
155
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
156
 
<td>
157
 
</td>
158
 
</tr>
159
 
<tr>
160
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
161
 
<td>
162
 
 
163
 
 
164
 
</td>
165
 
</tr>
166
 
</tbody>
167
 
</table></div>
168
 
</div>
169
 
<hr>
170
 
<div class="refsect2" lang="en">
171
 
<a name="go-file-get-date-changed"></a><h3>go_file_get_date_changed ()</h3>
172
 
<pre class="programlisting">time_t              go_file_get_date_changed            (char const *uri);</pre>
173
 
<p>
174
 
 
175
 
</p>
176
 
<div class="variablelist"><table border="0">
177
 
<col align="left" valign="top">
178
 
<tbody>
179
 
<tr>
180
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
181
 
<td>
182
 
</td>
183
 
</tr>
184
 
<tr>
185
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
186
 
<td>
187
 
 
188
 
 
189
 
</td>
190
 
</tr>
191
 
</tbody>
192
 
</table></div>
193
 
</div>
194
 
<hr>
195
 
<div class="refsect2" lang="en">
196
 
<a name="go-file-get-date-modified"></a><h3>go_file_get_date_modified ()</h3>
197
 
<pre class="programlisting">time_t              go_file_get_date_modified           (char const *uri);</pre>
198
 
<p>
199
 
 
200
 
</p>
201
 
<div class="variablelist"><table border="0">
202
 
<col align="left" valign="top">
203
 
<tbody>
204
 
<tr>
205
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
206
 
<td>
207
 
</td>
208
 
</tr>
209
 
<tr>
210
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
211
 
<td>
212
 
 
213
 
 
214
 
</td>
215
 
</tr>
216
 
</tbody>
217
 
</table></div>
218
 
</div>
219
 
<hr>
220
 
<div class="refsect2" lang="en">
221
 
<a name="go-file-get-group-name"></a><h3>go_file_get_group_name ()</h3>
222
 
<pre class="programlisting">gchar*              go_file_get_group_name              (char const *uri);</pre>
223
 
<p>
224
 
 
225
 
</p>
226
 
<div class="variablelist"><table border="0">
227
 
<col align="left" valign="top">
228
 
<tbody>
229
 
<tr>
230
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
231
 
<td>
232
 
</td>
233
 
</tr>
234
 
<tr>
235
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
236
 
<td>
237
 
 
238
 
 
239
 
</td>
240
 
</tr>
241
 
</tbody>
242
 
</table></div>
243
 
</div>
244
 
<hr>
245
 
<div class="refsect2" lang="en">
246
 
<a name="go-file-get-owner-name"></a><h3>go_file_get_owner_name ()</h3>
247
 
<pre class="programlisting">gchar*              go_file_get_owner_name              (char const *uri);</pre>
248
 
<p>
249
 
 
250
 
</p>
251
 
<div class="variablelist"><table border="0">
252
 
<col align="left" valign="top">
253
 
<tbody>
254
 
<tr>
255
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
256
 
<td>
257
 
</td>
258
 
</tr>
259
 
<tr>
260
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
261
 
<td>
262
 
 
263
 
 
264
 
</td>
265
 
</tr>
266
 
</tbody>
267
 
</table></div>
268
 
</div>
269
 
<hr>
270
 
<div class="refsect2" lang="en">
271
 
<a name="go-file-open"></a><h3>go_file_open ()</h3>
272
 
<pre class="programlisting"><a
273
 
href="/local/gnome/test/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html#GsfInput"
274
 
>GsfInput</a>*           go_file_open                        (char const *uri,
275
 
                                                         GError **err);</pre>
276
 
<p>
277
 
Try all available methods to open a file or return an error</p>
278
 
<div class="variablelist"><table border="0">
279
 
<col align="left" valign="top">
280
 
<tbody>
281
 
<tr>
282
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
283
 
<td>
284
 
</td>
285
 
</tr>
286
 
<tr>
287
 
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
288
 
<td> <span class="type">GError</span>
289
 
</td>
290
 
</tr>
291
 
<tr>
292
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
293
 
<td>
294
 
 
295
 
 
296
 
</td>
297
 
</tr>
298
 
</tbody>
299
 
</table></div>
300
 
</div>
301
 
<hr>
302
 
<div class="refsect2" lang="en">
303
 
<a name="go-file-split-urls"></a><h3>go_file_split_urls ()</h3>
304
 
<pre class="programlisting">GSList*             go_file_split_urls                  (char const *data);</pre>
305
 
<p>
306
 
 
307
 
</p>
308
 
<div class="variablelist"><table border="0">
309
 
<col align="left" valign="top">
310
 
<tbody>
311
 
<tr>
312
 
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
313
 
<td>
314
 
</td>
315
 
</tr>
316
 
<tr>
317
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
318
 
<td>
319
 
 
320
 
 
321
 
</td>
322
 
</tr>
323
 
</tbody>
324
 
</table></div>
325
 
</div>
326
 
</div>
327
 
</div>
328
 
<div class="footer">
329
 
<hr>
330
 
          Generated by GTK-Doc V1.11</div>
331
 
</body>
332
 
</html>