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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

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>CamelMimeFilterCRLF</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
 
<link rel="up" href="StreamFilters.html" title="Stream Filters">
 
8
<link rel="up" href="Stream-Filters.html" title="Stream Filters">
9
9
<link rel="prev" href="camel-CamelMimeFilterCharset.html" title="CamelMimeFilterCharset">
10
10
<link rel="next" href="camel-CamelMimeFilterEnriched.html" title="CamelMimeFilterEnriched">
11
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
15
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
16
<tr valign="middle">
17
17
<td><a accesskey="p" href="camel-CamelMimeFilterCharset.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="StreamFilters.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
18
<td><a accesskey="u" href="Stream-Filters.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">Camel Reference Manual</th>
21
21
<td><a accesskey="n" href="camel-CamelMimeFilterEnriched.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
26
                  <a href="#camel-CamelMimeFilterCRLF.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" lang="en">
 
29
<div class="refentry" title="CamelMimeFilterCRLF">
30
30
<a name="camel-CamelMimeFilterCRLF"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv">
 
38
<div class="refsynopsisdiv" title="Synopsis">
39
39
<a name="camel-CamelMimeFilterCRLF.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="camel-CamelMimeFilterCRLF.html#CamelMimeFilterCRLF" title="struct CamelMimeFilterCRLF">CamelMimeFilterCRLF</a>;
41
41
enum                <a class="link" href="camel-CamelMimeFilterCRLF.html#CamelMimeFilterCRLFDirection" title="enum CamelMimeFilterCRLFDirection">CamelMimeFilterCRLFDirection</a>;
44
44
                                                         <em class="parameter"><code><a class="link" href="camel-CamelMimeFilterCRLF.html#CamelMimeFilterCRLFMode" title="enum CamelMimeFilterCRLFMode"><span class="type">CamelMimeFilterCRLFMode</span></a> mode</code></em>);
45
45
</pre>
46
46
</div>
47
 
<div class="refsect1" lang="en">
 
47
<div class="refsect1" title="Description">
48
48
<a name="camel-CamelMimeFilterCRLF.description"></a><h2>Description</h2>
49
49
<p>
50
50
</p>
51
51
</div>
52
 
<div class="refsect1" lang="en">
 
52
<div class="refsect1" title="Details">
53
53
<a name="camel-CamelMimeFilterCRLF.details"></a><h2>Details</h2>
54
 
<div class="refsect2" lang="en">
 
54
<div class="refsect2" title="struct CamelMimeFilterCRLF">
55
55
<a name="CamelMimeFilterCRLF"></a><h3>struct CamelMimeFilterCRLF</h3>
56
56
<pre class="programlisting">struct CamelMimeFilterCRLF {
57
57
        CamelMimeFilter parent;
67
67
</p>
68
68
</div>
69
69
<hr>
70
 
<div class="refsect2" lang="en">
 
70
<div class="refsect2" title="enum CamelMimeFilterCRLFDirection">
71
71
<a name="CamelMimeFilterCRLFDirection"></a><h3>enum CamelMimeFilterCRLFDirection</h3>
72
72
<pre class="programlisting">typedef enum {
73
73
        CAMEL_MIME_FILTER_CRLF_ENCODE,
78
78
</p>
79
79
</div>
80
80
<hr>
81
 
<div class="refsect2" lang="en">
 
81
<div class="refsect2" title="enum CamelMimeFilterCRLFMode">
82
82
<a name="CamelMimeFilterCRLFMode"></a><h3>enum CamelMimeFilterCRLFMode</h3>
83
83
<pre class="programlisting">typedef enum {
84
84
        CAMEL_MIME_FILTER_CRLF_MODE_CRLF_DOTS,
89
89
</p>
90
90
</div>
91
91
<hr>
92
 
<div class="refsect2" lang="en">
 
92
<div class="refsect2" title="camel_mime_filter_crlf_new ()">
93
93
<a name="camel-mime-filter-crlf-new"></a><h3>camel_mime_filter_crlf_new ()</h3>
94
94
<pre class="programlisting"><a class="link" href="camel-CamelMimeFilter.html#CamelMimeFilter" title="struct CamelMimeFilter"><span class="returnvalue">CamelMimeFilter</span></a> *   camel_mime_filter_crlf_new          (<em class="parameter"><code><a class="link" href="camel-CamelMimeFilterCRLF.html#CamelMimeFilterCRLFDirection" title="enum CamelMimeFilterCRLFDirection"><span class="type">CamelMimeFilterCRLFDirection</span></a> direction</code></em>,
95
95
                                                         <em class="parameter"><code><a class="link" href="camel-CamelMimeFilterCRLF.html#CamelMimeFilterCRLFMode" title="enum CamelMimeFilterCRLFMode"><span class="type">CamelMimeFilterCRLFMode</span></a> mode</code></em>);</pre>
96
96
<p>
97
 
Create a new <span class="type">CamelMimeFiletrCRLF</span> object.</p>
 
97
Create a new <span class="type">CamelMimeFiletrCRLF</span> object.
 
98
</p>
98
99
<div class="variablelist"><table border="0">
99
100
<col align="left" valign="top">
100
101
<tbody>