~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-31 17:47:33 UTC
  • mfrom: (1.1.72 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831174733-8pi6ji221me5qvmv
Tags: 2.27.91-0ubuntu1
* New upstream version:
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations  (lp: #182317)
  - #571206 - Index files on Maildir accounts are not updated on move
  - #590044 - Drop index on all columns of sqlite database 
  - #592310 - Deadlock in maildir provider after doing expunge 
  Miscellaneous:
  - #591324 - Cosmetic changes and fixes in configure.ac 
  - #591326 - Keep m4 macros in their own folder 
  - #591377 - Fails to detect krb5 in configure with -as-needed

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>CamelMimeFilterSave</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="StreamFilters.html" title="Stream Filters">
9
9
<link rel="prev" href="camel-CamelMimeFilterProgress.html" title="CamelMimeFilterProgress">
10
10
<link rel="next" href="camel-CamelMimeFilterToHTML.html" title="CamelMimeFilterToHTML">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (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-CamelMimeFilterSave.synopsis" class="shortcut">Top</a>
42
 
                   | 
43
 
                  <a href="#camel-CamelMimeFilterSave.description" class="shortcut">Description</a>
 
42
                 | 
 
43
                <a href="#camel-CamelMimeFilterSave.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-CamelMimeFilterSave.synopsis"></a><h2>Synopsis</h2>
57
 
<pre class="synopsis">struct              <a class="link" href="camel-CamelMimeFilterSave.html#CamelMimeFilterSave" title="struct CamelMimeFilterSave">CamelMimeFilterSave</a>;
 
57
<pre class="synopsis">
 
58
struct              <a class="link" href="camel-CamelMimeFilterSave.html#CamelMimeFilterSave" title="struct CamelMimeFilterSave">CamelMimeFilterSave</a>;
58
59
<a class="link" href="camel-CamelMimeFilter.html#CamelMimeFilter" title="struct CamelMimeFilter">CamelMimeFilter</a> *   <a class="link" href="camel-CamelMimeFilterSave.html#camel-mime-filter-save-new" title="camel_mime_filter_save_new ()">camel_mime_filter_save_new</a>          (void);
59
60
<a class="link" href="camel-CamelMimeFilter.html#CamelMimeFilter" title="struct CamelMimeFilter">CamelMimeFilter</a> *   <a class="link" href="camel-CamelMimeFilterSave.html#camel-mime-filter-save-new-with-stream" title="camel_mime_filter_save_new_with_stream ()">camel_mime_filter_save_new_with_stream</a>
60
61
                                                        (<a class="link" href="camel-CamelStream.html#CamelStream" title="struct CamelStream">CamelStream</a> *stream);
84
85
<pre class="programlisting"><a class="link" href="camel-CamelMimeFilter.html#CamelMimeFilter" title="struct CamelMimeFilter">CamelMimeFilter</a> *   camel_mime_filter_save_new          (void);</pre>
85
86
<p>
86
87
Create a new <a class="link" href="camel-CamelMimeFilterSave.html#CamelMimeFilterSave" title="struct CamelMimeFilterSave"><span class="type">CamelMimeFilterSave</span></a> filter object.</p>
 
88
<p>
 
89
</p>
87
90
<div class="variablelist"><table border="0">
88
91
<col align="left" valign="top">
89
92
<tbody><tr>
101
104
<p>
102
105
Create a new <a class="link" href="camel-CamelMimeFilterSave.html#CamelMimeFilterSave" title="struct CamelMimeFilterSave"><span class="type">CamelMimeFilterSave</span></a> filter object that will save a
103
106
copy of all filtered data to <em class="parameter"><code>stream</code></em>.</p>
 
107
<p>
 
108
</p>
104
109
<div class="variablelist"><table border="0">
105
110
<col align="left" valign="top">
106
111
<tbody>
121
126
</div>
122
127
<div class="footer">
123
128
<hr>
124
 
          Generated by GTK-Doc V1.12</div>
 
129
          Generated by GTK-Doc V1.11</div>
125
130
</body>
126
131
</html>