~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-CamelStreamFs.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-21 13:42:56 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: james.westby@ubuntu.com-20090921134256-d6ry0bafbbw4100u
Tags: 2.28.0-0ubuntu1
* New upstream version:
  Bug Fixes:
  Calendar:
  - #494394 - Check backends with their uri too for backward compat. 
  Mailer:
  - #592310 - Adds an environment variable to skip summary check. 
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>CamelStreamFs</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Streams.html" title="Streams">
9
9
<link rel="prev" href="camel-CamelStreamFilter.html" title="CamelStreamFilter">
10
10
<link rel="next" href="camel-CamelStreamMem.html" title="CamelStreamMem">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="classes.html" title="Part I. Camel Classes">
14
14
<link rel="chapter" href="ClassTree.html" title="Class Hierarchy">
39
39
</tr>
40
40
<tr><td colspan="5" class="shortcuts">
41
41
<a href="#camel-CamelStreamFs.synopsis" class="shortcut">Top</a>
42
 
                 | 
43
 
                <a href="#camel-CamelStreamFs.description" class="shortcut">Description</a>
 
42
                   | 
 
43
                  <a href="#camel-CamelStreamFs.description" class="shortcut">Description</a>
44
44
</td></tr>
45
45
</table>
46
46
<div class="refentry" lang="en">
54
54
</tr></table></div>
55
55
<div class="refsynopsisdiv">
56
56
<a name="camel-CamelStreamFs.synopsis"></a><h2>Synopsis</h2>
57
 
<pre class="synopsis">
58
 
struct              <a class="link" href="camel-CamelStreamFs.html#CamelStreamFs" title="struct CamelStreamFs">CamelStreamFs</a>;
 
57
<pre class="synopsis">struct              <a class="link" href="camel-CamelStreamFs.html#CamelStreamFs" title="struct CamelStreamFs">CamelStreamFs</a>;
59
58
<a class="link" href="camel-CamelStream.html#CamelStream" title="struct CamelStream">CamelStream</a> *       <a class="link" href="camel-CamelStreamFs.html#camel-stream-fs-new-with-name" title="camel_stream_fs_new_with_name ()">camel_stream_fs_new_with_name</a>       (const gchar *name,
60
59
                                                         gint flags,
61
60
                                                         mode_t mode);
99
98
<p>
100
99
Creates a new <a class="link" href="camel-CamelStreamFs.html#CamelStreamFs" title="struct CamelStreamFs"><span class="type">CamelStreamFs</span></a> corresponding to the named file, flags,
101
100
and mode.</p>
102
 
<p>
103
 
</p>
104
101
<div class="variablelist"><table border="0">
105
102
<col align="left" valign="top">
106
103
<tbody>
138
135
                                                         off_t end);</pre>
139
136
<p>
140
137
Creates a new CamelStream corresponding to the given arguments.</p>
141
 
<p>
142
 
</p>
143
138
<div class="variablelist"><table border="0">
144
139
<col align="left" valign="top">
145
140
<tbody>
165
160
</tr>
166
161
<tr>
167
162
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
168
 
<td> the first invalid position in the file, or <a class="link" href="camel-CamelSeekableStream.html#CAMEL-STREAM-UNBOUND--CAPS" title="CAMEL_STREAM_UNBOUND"><span class="type">CAMEL_STREAM_UNBOUND</span></a>
 
163
<td> the first invalid position in the file, or <a class="link" href="camel-CamelSeekableStream.html#CAMEL-STREAM-UNBOUND:CAPS" title="CAMEL_STREAM_UNBOUND"><span class="type">CAMEL_STREAM_UNBOUND</span></a>
169
164
</td>
170
165
</tr>
171
166
<tr>
184
179
Creates a new fs stream using the given file descriptor <em class="parameter"><code>fd</code></em> as the
185
180
backing store. When the stream is destroyed, the file descriptor
186
181
will be closed.</p>
187
 
<p>
188
 
</p>
189
182
<div class="variablelist"><table border="0">
190
183
<col align="left" valign="top">
191
184
<tbody>
212
205
<p>
213
206
Gets a stream associated with the given file descriptor and bounds.
214
207
When the stream is destroyed, the file descriptor will be closed.</p>
215
 
<p>
216
 
</p>
217
208
<div class="variablelist"><table border="0">
218
209
<col align="left" valign="top">
219
210
<tbody>
229
220
</tr>
230
221
<tr>
231
222
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
232
 
<td> the first invalid position in the file, or <a class="link" href="camel-CamelSeekableStream.html#CAMEL-STREAM-UNBOUND--CAPS" title="CAMEL_STREAM_UNBOUND"><span class="type">CAMEL_STREAM_UNBOUND</span></a>
 
223
<td> the first invalid position in the file, or <a class="link" href="camel-CamelSeekableStream.html#CAMEL-STREAM-UNBOUND:CAPS" title="CAMEL_STREAM_UNBOUND"><span class="type">CAMEL_STREAM_UNBOUND</span></a>
233
224
</td>
234
225
</tr>
235
226
<tr>
244
235
</div>
245
236
<div class="footer">
246
237
<hr>
247
 
          Generated by GTK-Doc V1.11</div>
 
238
          Generated by GTK-Doc V1.12</div>
248
239
</body>
249
240
</html>