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

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-camel-charset-map.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

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>camel-charset-map</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
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="Utilities.html" title="Utilities">
9
9
<link rel="prev" href="Utilities.html" title="Utilities">
10
10
<link rel="next" href="camel-camel-file-utils.html" title="camel-file-utils">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="classes.html" title="Part I. Camel Classes">
14
 
<link rel="chapter" href="ClassTree.html" title="Class Hierarchy">
15
 
<link rel="chapter" href="Fundamentals.html" title="Fundamentals">
16
 
<link rel="chapter" href="Streams.html" title="Streams">
17
 
<link rel="chapter" href="StreamFilters.html" title="Stream Filters">
18
 
<link rel="chapter" href="Services.html" title="Services">
19
 
<link rel="chapter" href="Filters.html" title="Filters">
20
 
<link rel="chapter" href="Folders.html" title="Folders">
21
 
<link rel="chapter" href="SearchFolders.html" title="Search Folders">
22
 
<link rel="chapter" href="Addresses.html" title="Addresses">
23
 
<link rel="chapter" href="Crypto.html" title="Crypto Contexts">
24
 
<link rel="chapter" href="MIME.html" title="MIME Objects">
25
 
<link rel="chapter" href="Storage.html" title="Metadata Storage">
26
 
<link rel="chapter" href="Utilities.html" title="Utilities">
27
 
<link rel="chapter" href="Deprecated.html" title="Deprecated Objects">
28
 
<link rel="index" href="ix01.html" title="Index">
29
 
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
30
13
</head>
31
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
32
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
39
22
</tr>
40
23
<tr><td colspan="5" class="shortcuts">
41
24
<a href="#camel-camel-charset-map.synopsis" class="shortcut">Top</a>
42
 
                 | 
43
 
                <a href="#camel-camel-charset-map.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#camel-camel-charset-map.description" class="shortcut">Description</a>
44
27
</td></tr>
45
28
</table>
46
 
<div class="refentry" title="camel-charset-map">
 
29
<div class="refentry" lang="en">
47
30
<a name="camel-camel-charset-map"></a><div class="titlepage"></div>
48
31
<div class="refnamediv"><table width="100%"><tr>
49
32
<td valign="top">
52
35
</td>
53
36
<td valign="top" align="right"></td>
54
37
</tr></table></div>
55
 
<div class="refsynopsisdiv" title="Synopsis">
 
38
<div class="refsynopsisdiv">
56
39
<a name="camel-camel-charset-map.synopsis"></a><h2>Synopsis</h2>
57
 
<pre class="synopsis">
58
 
                    <a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a>;
59
 
void                <a class="link" href="camel-camel-charset-map.html#camel-charset-init" title="camel_charset_init ()">camel_charset_init</a>                  (<a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a> *);
60
 
void                <a class="link" href="camel-camel-charset-map.html#camel-charset-step" title="camel_charset_step ()">camel_charset_step</a>                  (<a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a> *,
61
 
                                                         const <a
62
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
63
 
>gchar</a> *in,
64
 
                                                         <a
65
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
66
 
>gint</a> len);
67
 
const <a
68
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
69
 
>gchar</a> *       <a class="link" href="camel-camel-charset-map.html#camel-charset-best-name" title="camel_charset_best_name ()">camel_charset_best_name</a>             (<a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a> *);
70
 
const <a
71
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
72
 
>gchar</a> *       <a class="link" href="camel-camel-charset-map.html#camel-charset-best" title="camel_charset_best ()">camel_charset_best</a>                  (const <a
73
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
74
 
>gchar</a> *in,
75
 
                                                         <a
76
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
77
 
>gint</a> len);
78
 
const <a
79
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
80
 
>gchar</a> *       <a class="link" href="camel-camel-charset-map.html#camel-charset-iso-to-windows" title="camel_charset_iso_to_windows ()">camel_charset_iso_to_windows</a>        (const <a
81
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
82
 
>gchar</a> *isocharset);
 
40
<pre class="synopsis">                    <a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a>;
 
41
<span class="returnvalue">void</span>                <a class="link" href="camel-camel-charset-map.html#camel-charset-init" title="camel_charset_init ()">camel_charset_init</a>                  (<em class="parameter"><code><a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset"><span class="type">CamelCharset</span></a> *Param1</code></em>);
 
42
<span class="returnvalue">void</span>                <a class="link" href="camel-camel-charset-map.html#camel-charset-step" title="camel_charset_step ()">camel_charset_step</a>                  (<em class="parameter"><code><a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset"><span class="type">CamelCharset</span></a> *Param1</code></em>,
 
43
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *in</code></em>,
 
44
                                                         <em class="parameter"><code><span class="type">gint</span> len</code></em>);
 
45
const <span class="returnvalue">gchar</span> *       <a class="link" href="camel-camel-charset-map.html#camel-charset-best-name" title="camel_charset_best_name ()">camel_charset_best_name</a>             (<em class="parameter"><code><a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset"><span class="type">CamelCharset</span></a> *Param1</code></em>);
 
46
const <span class="returnvalue">gchar</span> *       <a class="link" href="camel-camel-charset-map.html#camel-charset-best" title="camel_charset_best ()">camel_charset_best</a>                  (<em class="parameter"><code>const <span class="type">gchar</span> *in</code></em>,
 
47
                                                         <em class="parameter"><code><span class="type">gint</span> len</code></em>);
 
48
const <span class="returnvalue">gchar</span> *       <a class="link" href="camel-camel-charset-map.html#camel-charset-iso-to-windows" title="camel_charset_iso_to_windows ()">camel_charset_iso_to_windows</a>        (<em class="parameter"><code>const <span class="type">gchar</span> *isocharset</code></em>);
83
49
</pre>
84
50
</div>
85
 
<div class="refsect1" title="Description">
 
51
<div class="refsect1" lang="en">
86
52
<a name="camel-camel-charset-map.description"></a><h2>Description</h2>
87
53
<p>
88
54
</p>
89
55
</div>
90
 
<div class="refsect1" title="Details">
 
56
<div class="refsect1" lang="en">
91
57
<a name="camel-camel-charset-map.details"></a><h2>Details</h2>
92
 
<div class="refsect2" title="CamelCharset">
 
58
<div class="refsect2" lang="en">
93
59
<a name="CamelCharset"></a><h3>CamelCharset</h3>
94
60
<pre class="programlisting">typedef struct {
95
61
        guint mask;
100
66
</p>
101
67
</div>
102
68
<hr>
103
 
<div class="refsect2" title="camel_charset_init ()">
 
69
<div class="refsect2" lang="en">
104
70
<a name="camel-charset-init"></a><h3>camel_charset_init ()</h3>
105
 
<pre class="programlisting">void                camel_charset_init                  (<a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a> *);</pre>
 
71
<pre class="programlisting"><span class="returnvalue">void</span>                camel_charset_init                  (<em class="parameter"><code><a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset"><span class="type">CamelCharset</span></a> *Param1</code></em>);</pre>
106
72
<p>
107
73
</p>
108
74
<div class="variablelist"><table border="0">
115
81
</table></div>
116
82
</div>
117
83
<hr>
118
 
<div class="refsect2" title="camel_charset_step ()">
 
84
<div class="refsect2" lang="en">
119
85
<a name="camel-charset-step"></a><h3>camel_charset_step ()</h3>
120
 
<pre class="programlisting">void                camel_charset_step                  (<a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a> *,
121
 
                                                         const <a
122
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
123
 
>gchar</a> *in,
124
 
                                                         <a
125
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
126
 
>gint</a> len);</pre>
 
86
<pre class="programlisting"><span class="returnvalue">void</span>                camel_charset_step                  (<em class="parameter"><code><a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset"><span class="type">CamelCharset</span></a> *Param1</code></em>,
 
87
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *in</code></em>,
 
88
                                                         <em class="parameter"><code><span class="type">gint</span> len</code></em>);</pre>
127
89
<p>
128
90
</p>
129
91
<div class="variablelist"><table border="0">
148
110
</table></div>
149
111
</div>
150
112
<hr>
151
 
<div class="refsect2" title="camel_charset_best_name ()">
 
113
<div class="refsect2" lang="en">
152
114
<a name="camel-charset-best-name"></a><h3>camel_charset_best_name ()</h3>
153
 
<pre class="programlisting">const <a
154
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
155
 
>gchar</a> *       camel_charset_best_name             (<a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset">CamelCharset</a> *);</pre>
 
115
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       camel_charset_best_name             (<em class="parameter"><code><a class="link" href="camel-camel-charset-map.html#CamelCharset" title="CamelCharset"><span class="type">CamelCharset</span></a> *Param1</code></em>);</pre>
156
116
<p>
157
117
</p>
158
118
<div class="variablelist"><table border="0">
172
132
</table></div>
173
133
</div>
174
134
<hr>
175
 
<div class="refsect2" title="camel_charset_best ()">
 
135
<div class="refsect2" lang="en">
176
136
<a name="camel-charset-best"></a><h3>camel_charset_best ()</h3>
177
 
<pre class="programlisting">const <a
178
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
179
 
>gchar</a> *       camel_charset_best                  (const <a
180
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
181
 
>gchar</a> *in,
182
 
                                                         <a
183
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
184
 
>gint</a> len);</pre>
 
137
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       camel_charset_best                  (<em class="parameter"><code>const <span class="type">gchar</span> *in</code></em>,
 
138
                                                         <em class="parameter"><code><span class="type">gint</span> len</code></em>);</pre>
185
139
<p>
186
140
</p>
187
141
<div class="variablelist"><table border="0">
206
160
</table></div>
207
161
</div>
208
162
<hr>
209
 
<div class="refsect2" title="camel_charset_iso_to_windows ()">
 
163
<div class="refsect2" lang="en">
210
164
<a name="camel-charset-iso-to-windows"></a><h3>camel_charset_iso_to_windows ()</h3>
211
 
<pre class="programlisting">const <a
212
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
213
 
>gchar</a> *       camel_charset_iso_to_windows        (const <a
214
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
215
 
>gchar</a> *isocharset);</pre>
216
 
<p>
217
 
</p>
218
 
<p>
219
 
</p>
 
165
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       camel_charset_iso_to_windows        (<em class="parameter"><code>const <span class="type">gchar</span> *isocharset</code></em>);</pre>
220
166
<div class="variablelist"><table border="0">
221
167
<col align="left" valign="top">
222
168
<tbody>
223
169
<tr>
224
170
<td><p><span class="term"><em class="parameter"><code>isocharset</code></em> :</span></p></td>
225
 
<td> a canonicalised ISO charset
 
171
<td>a canonicalised ISO charset
226
172
</td>
227
173
</tr>
228
174
<tr>
237
183
</div>
238
184
<div class="footer">
239
185
<hr>
240
 
          Generated by GTK-Doc V1.11</div>
 
186
          Generated by GTK-Doc V1.14</div>
241
187
</body>
242
 
</html>
 
188
</html>
 
 
b'\\ No newline at end of file'