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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/EAccount.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>EAccount</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="Evolution-Data-Server Manual: Utilities (libedataserver)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
9
9
<link rel="prev" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
10
10
<link rel="next" href="EAccountList.html" title="EAccountList">
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="chapter" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
14
 
<link rel="index" href="ix01.html" title="Index">
15
13
</head>
16
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
24
22
</tr>
25
23
<tr><td colspan="5" class="shortcuts">
26
24
<a href="#EAccount.synopsis" class="shortcut">Top</a>
27
 
                 | 
28
 
                <a href="#EAccount.description" class="shortcut">Description</a>
29
 
                 | 
30
 
                <a href="#EAccount.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                 | 
32
 
                <a href="#EAccount.signals" class="shortcut">Signals</a>
 
25
                   | 
 
26
                  <a href="#EAccount.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#EAccount.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#EAccount.signals" class="shortcut">Signals</a>
33
31
</td></tr>
34
32
</table>
35
 
<div class="refentry" title="EAccount">
 
33
<div class="refentry" lang="en">
36
34
<a name="EAccount"></a><div class="titlepage"></div>
37
35
<div class="refnamediv"><table width="100%"><tr>
38
36
<td valign="top">
41
39
</td>
42
40
<td valign="top" align="right"></td>
43
41
</tr></table></div>
44
 
<div class="refsynopsisdiv" title="Synopsis">
 
42
<div class="refsynopsisdiv">
45
43
<a name="EAccount.synopsis"></a><h2>Synopsis</h2>
46
 
<pre class="synopsis">
47
 
enum                <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a>;
 
44
<pre class="synopsis">enum                <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a>;
48
45
enum                <a class="link" href="EAccount.html#e-account-access-t" title="enum e_account_access_t">e_account_access_t</a>;
49
46
                    <a class="link" href="EAccount.html#EAccount-struct" title="EAccount">EAccount</a>;
50
47
                    <a class="link" href="EAccount.html#EAccountIdentity" title="EAccountIdentity">EAccountIdentity</a>;
51
48
enum                <a class="link" href="EAccount.html#EAccountReceiptPolicy" title="enum EAccountReceiptPolicy">EAccountReceiptPolicy</a>;
52
49
                    <a class="link" href="EAccount.html#EAccountService" title="EAccountService">EAccountService</a>;
53
 
<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *          <a class="link" href="EAccount.html#e-account-new" title="e_account_new ()">e_account_new</a>                       (void);
54
 
<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *          <a class="link" href="EAccount.html#e-account-new-from-xml" title="e_account_new_from_xml ()">e_account_new_from_xml</a>              (const <a
55
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
56
 
>gchar</a> *xml);
57
 
<a
58
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
59
 
>gboolean</a>            <a class="link" href="EAccount.html#e-account-set-from-xml" title="e_account_set_from_xml ()">e_account_set_from_xml</a>              (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *account,
60
 
                                                         const <a
61
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
62
 
>gchar</a> *xml);
63
 
void                <a class="link" href="EAccount.html#e-account-import" title="e_account_import ()">e_account_import</a>                    (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *dest,
64
 
                                                         <a class="link" href="EAccount.html" title="EAccount">EAccount</a> *src);
65
 
<a
66
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
67
 
>gchar</a> *             <a class="link" href="EAccount.html#e-account-to-xml" title="e_account_to_xml ()">e_account_to_xml</a>                    (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *account);
68
 
<a
69
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
70
 
>gchar</a> *             <a class="link" href="EAccount.html#e-account-uid-from-xml" title="e_account_uid_from_xml ()">e_account_uid_from_xml</a>              (const <a
71
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
72
 
>gchar</a> *xml);
73
 
const <a
74
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
75
 
>gchar</a> *       <a class="link" href="EAccount.html#e-account-get-string" title="e_account_get_string ()">e_account_get_string</a>                (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
76
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);
77
 
<a
78
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
79
 
>gint</a>                <a class="link" href="EAccount.html#e-account-get-int" title="e_account_get_int ()">e_account_get_int</a>                   (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
80
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);
81
 
<a
82
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
83
 
>gboolean</a>            <a class="link" href="EAccount.html#e-account-get-bool" title="e_account_get_bool ()">e_account_get_bool</a>                  (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
84
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);
85
 
void                <a class="link" href="EAccount.html#e-account-set-string" title="e_account_set_string ()">e_account_set_string</a>                (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
86
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type,
87
 
                                                         const <a
88
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
89
 
>gchar</a> *);
90
 
void                <a class="link" href="EAccount.html#e-account-set-int" title="e_account_set_int ()">e_account_set_int</a>                   (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
91
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type,
92
 
                                                         <a
93
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
94
 
>gint</a> );
95
 
void                <a class="link" href="EAccount.html#e-account-set-bool" title="e_account_set_bool ()">e_account_set_bool</a>                  (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
96
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type,
97
 
                                                         <a
98
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
99
 
>gboolean</a> );
100
 
<a
101
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
102
 
>gboolean</a>            <a class="link" href="EAccount.html#e-account-writable" title="e_account_writable ()">e_account_writable</a>                  (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *ea,
103
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);
104
 
<a
105
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
106
 
>gboolean</a>            <a class="link" href="EAccount.html#e-account-writable-option" title="e_account_writable_option ()">e_account_writable_option</a>           (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *ea,
107
 
                                                         const <a
108
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
109
 
>gchar</a> *protocol,
110
 
                                                         const <a
111
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
112
 
>gchar</a> *option);
 
50
<a class="link" href="EAccount.html" title="EAccount"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="EAccount.html#e-account-new" title="e_account_new ()">e_account_new</a>                       (<em class="parameter"><code><span class="type">void</span></code></em>);
 
51
<a class="link" href="EAccount.html" title="EAccount"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="EAccount.html#e-account-new-from-xml" title="e_account_new_from_xml ()">e_account_new_from_xml</a>              (<em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);
 
52
<span class="returnvalue">gboolean</span>            <a class="link" href="EAccount.html#e-account-set-from-xml" title="e_account_set_from_xml ()">e_account_set_from_xml</a>              (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *account</code></em>,
 
53
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);
 
54
<span class="returnvalue">void</span>                <a class="link" href="EAccount.html#e-account-import" title="e_account_import ()">e_account_import</a>                    (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *dest</code></em>,
 
55
                                                         <em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *src</code></em>);
 
56
<span class="returnvalue">gchar</span> *             <a class="link" href="EAccount.html#e-account-to-xml" title="e_account_to_xml ()">e_account_to_xml</a>                    (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *account</code></em>);
 
57
<span class="returnvalue">gchar</span> *             <a class="link" href="EAccount.html#e-account-uid-from-xml" title="e_account_uid_from_xml ()">e_account_uid_from_xml</a>              (<em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);
 
58
const <span class="returnvalue">gchar</span> *       <a class="link" href="EAccount.html#e-account-get-string" title="e_account_get_string ()">e_account_get_string</a>                (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
59
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);
 
60
<span class="returnvalue">gint</span>                <a class="link" href="EAccount.html#e-account-get-int" title="e_account_get_int ()">e_account_get_int</a>                   (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
61
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);
 
62
<span class="returnvalue">gboolean</span>            <a class="link" href="EAccount.html#e-account-get-bool" title="e_account_get_bool ()">e_account_get_bool</a>                  (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
63
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);
 
64
<span class="returnvalue">void</span>                <a class="link" href="EAccount.html#e-account-set-string" title="e_account_set_string ()">e_account_set_string</a>                (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
65
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>,
 
66
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *Param3</code></em>);
 
67
<span class="returnvalue">void</span>                <a class="link" href="EAccount.html#e-account-set-int" title="e_account_set_int ()">e_account_set_int</a>                   (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
68
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>,
 
69
                                                         <em class="parameter"><code><span class="type">gint</span> Param3</code></em>);
 
70
<span class="returnvalue">void</span>                <a class="link" href="EAccount.html#e-account-set-bool" title="e_account_set_bool ()">e_account_set_bool</a>                  (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
71
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>,
 
72
                                                         <em class="parameter"><code><span class="type">gboolean</span> Param3</code></em>);
 
73
<span class="returnvalue">gboolean</span>            <a class="link" href="EAccount.html#e-account-writable" title="e_account_writable ()">e_account_writable</a>                  (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *ea</code></em>,
 
74
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);
 
75
<span class="returnvalue">gboolean</span>            <a class="link" href="EAccount.html#e-account-writable-option" title="e_account_writable_option ()">e_account_writable_option</a>           (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *ea</code></em>,
 
76
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *protocol</code></em>,
 
77
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *option</code></em>);
113
78
</pre>
114
79
</div>
115
 
<div class="refsect1" title="Object Hierarchy">
 
80
<div class="refsect1" lang="en">
116
81
<a name="EAccount.object-hierarchy"></a><h2>Object Hierarchy</h2>
117
82
<pre class="synopsis">
118
 
  <a
119
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
120
 
>GObject</a>
 
83
  GObject
121
84
   +----EAccount
122
85
</pre>
123
86
</div>
124
 
<div class="refsect1" title="Signals">
 
87
<div class="refsect1" lang="en">
125
88
<a name="EAccount.signals"></a><h2>Signals</h2>
126
89
<pre class="synopsis">
127
90
  "<a class="link" href="EAccount.html#EAccount-changed" title='The "changed" signal'>changed</a>"                                        : Run Last
128
91
</pre>
129
92
</div>
130
 
<div class="refsect1" title="Description">
 
93
<div class="refsect1" lang="en">
131
94
<a name="EAccount.description"></a><h2>Description</h2>
132
95
<p>
133
96
</p>
134
97
</div>
135
 
<div class="refsect1" title="Details">
 
98
<div class="refsect1" lang="en">
136
99
<a name="EAccount.details"></a><h2>Details</h2>
137
 
<div class="refsect2" title="enum e_account_item_t">
 
100
<div class="refsect2" lang="en">
138
101
<a name="e-account-item-t"></a><h3>enum e_account_item_t</h3>
139
102
<pre class="programlisting">typedef enum _e_account_item_t {
140
103
        E_ACCOUNT_NAME,
145
108
        E_ACCOUNT_ID_ORGANIZATION,
146
109
        E_ACCOUNT_ID_SIGNATURE,
147
110
 
148
 
        E_ACCOUNT_SOURCE_URL,   /* what about separating out host/user/path settings??  sigh */
 
111
        E_ACCOUNT_SOURCE_URL, /* what about separating out host/user/path settings??  sigh */
149
112
        E_ACCOUNT_SOURCE_KEEP_ON_SERVER,
150
113
        E_ACCOUNT_SOURCE_AUTO_CHECK,
151
114
        E_ACCOUNT_SOURCE_AUTO_CHECK_TIME,
186
149
</p>
187
150
</div>
188
151
<hr>
189
 
<div class="refsect2" title="enum e_account_access_t">
 
152
<div class="refsect2" lang="en">
190
153
<a name="e-account-access-t"></a><h3>enum e_account_access_t</h3>
191
154
<pre class="programlisting">typedef enum _e_account_access_t {
192
155
        E_ACCOUNT_ACCESS_WRITE = 1&lt;&lt;0
196
159
</p>
197
160
</div>
198
161
<hr>
199
 
<div class="refsect2" title="EAccount">
 
162
<div class="refsect2" lang="en">
200
163
<a name="EAccount-struct"></a><h3>EAccount</h3>
201
164
<pre class="programlisting">typedef struct _EAccount EAccount;</pre>
202
165
<p>
203
166
</p>
204
167
</div>
205
168
<hr>
206
 
<div class="refsect2" title="EAccountIdentity">
 
169
<div class="refsect2" lang="en">
207
170
<a name="EAccountIdentity"></a><h3>EAccountIdentity</h3>
208
171
<pre class="programlisting">typedef struct {
209
172
        gchar *name;
218
181
</p>
219
182
</div>
220
183
<hr>
221
 
<div class="refsect2" title="enum EAccountReceiptPolicy">
 
184
<div class="refsect2" lang="en">
222
185
<a name="EAccountReceiptPolicy"></a><h3>enum EAccountReceiptPolicy</h3>
223
186
<pre class="programlisting">typedef enum _EAccountReceiptPolicy {
224
187
        E_ACCOUNT_RECEIPT_NEVER,
230
193
</p>
231
194
</div>
232
195
<hr>
233
 
<div class="refsect2" title="EAccountService">
 
196
<div class="refsect2" lang="en">
234
197
<a name="EAccountService"></a><h3>EAccountService</h3>
235
198
<pre class="programlisting">typedef struct {
236
199
        gchar *url;
245
208
</p>
246
209
</div>
247
210
<hr>
248
 
<div class="refsect2" title="e_account_new ()">
 
211
<div class="refsect2" lang="en">
249
212
<a name="e-account-new"></a><h3>e_account_new ()</h3>
250
 
<pre class="programlisting"><a class="link" href="EAccount.html" title="EAccount">EAccount</a> *          e_account_new                       (void);</pre>
251
 
<p>
252
 
</p>
253
 
<p>
254
 
</p>
 
213
<pre class="programlisting"><a class="link" href="EAccount.html" title="EAccount"><span class="returnvalue">EAccount</span></a> *          e_account_new                       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
255
214
<div class="variablelist"><table border="0">
256
215
<col align="left" valign="top">
257
216
<tbody><tr>
263
222
</table></div>
264
223
</div>
265
224
<hr>
266
 
<div class="refsect2" title="e_account_new_from_xml ()">
 
225
<div class="refsect2" lang="en">
267
226
<a name="e-account-new-from-xml"></a><h3>e_account_new_from_xml ()</h3>
268
 
<pre class="programlisting"><a class="link" href="EAccount.html" title="EAccount">EAccount</a> *          e_account_new_from_xml              (const <a
269
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
270
 
>gchar</a> *xml);</pre>
271
 
<p>
272
 
</p>
273
 
<p>
274
 
</p>
 
227
<pre class="programlisting"><a class="link" href="EAccount.html" title="EAccount"><span class="returnvalue">EAccount</span></a> *          e_account_new_from_xml              (<em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);</pre>
275
228
<div class="variablelist"><table border="0">
276
229
<col align="left" valign="top">
277
230
<tbody>
278
231
<tr>
279
232
<td><p><span class="term"><em class="parameter"><code>xml</code></em> :</span></p></td>
280
 
<td> an XML account description
 
233
<td>an XML account description
281
234
</td>
282
235
</tr>
283
236
<tr>
284
237
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
285
 
<td> a new <a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> based on the data in <em class="parameter"><code>xml</code></em>, or <a
286
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
287
 
><code class="literal">NULL</code></a>
 
238
<td> a new <a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> based on the data in <em class="parameter"><code>xml</code></em>, or <code class="literal">NULL</code>
288
239
if <em class="parameter"><code>xml</code></em> could not be parsed as valid account data.
289
240
</td>
290
241
</tr>
292
243
</table></div>
293
244
</div>
294
245
<hr>
295
 
<div class="refsect2" title="e_account_set_from_xml ()">
 
246
<div class="refsect2" lang="en">
296
247
<a name="e-account-set-from-xml"></a><h3>e_account_set_from_xml ()</h3>
297
 
<pre class="programlisting"><a
298
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
299
 
>gboolean</a>            e_account_set_from_xml              (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *account,
300
 
                                                         const <a
301
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
302
 
>gchar</a> *xml);</pre>
 
248
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_account_set_from_xml              (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *account</code></em>,
 
249
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);</pre>
303
250
<p>
304
251
Changes <em class="parameter"><code>account</code></em> to match <em class="parameter"><code>xml</code></em>.</p>
305
 
<p>
306
 
</p>
307
252
<div class="variablelist"><table border="0">
308
253
<col align="left" valign="top">
309
254
<tbody>
310
255
<tr>
311
256
<td><p><span class="term"><em class="parameter"><code>account</code></em> :</span></p></td>
312
 
<td> an <a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a>
 
257
<td>an <a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a>
313
258
</td>
314
259
</tr>
315
260
<tr>
316
261
<td><p><span class="term"><em class="parameter"><code>xml</code></em> :</span></p></td>
317
 
<td> an XML account description.
 
262
<td>an XML account description.
318
263
</td>
319
264
</tr>
320
265
<tr>
321
266
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
322
 
<td> <a
323
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
324
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>account</code></em> was changed, <a
325
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
326
 
><code class="literal">FALSE</code></a> if <em class="parameter"><code>account</code></em>
 
267
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>account</code></em> was changed, <code class="literal">FALSE</code> if <em class="parameter"><code>account</code></em>
327
268
already matched <em class="parameter"><code>xml</code></em> or <em class="parameter"><code>xml</code></em> could not be parsed
328
269
</td>
329
270
</tr>
331
272
</table></div>
332
273
</div>
333
274
<hr>
334
 
<div class="refsect2" title="e_account_import ()">
 
275
<div class="refsect2" lang="en">
335
276
<a name="e-account-import"></a><h3>e_account_import ()</h3>
336
 
<pre class="programlisting">void                e_account_import                    (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *dest,
337
 
                                                         <a class="link" href="EAccount.html" title="EAccount">EAccount</a> *src);</pre>
 
277
<pre class="programlisting"><span class="returnvalue">void</span>                e_account_import                    (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *dest</code></em>,
 
278
                                                         <em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *src</code></em>);</pre>
338
279
<p>
339
280
Import the settings from <em class="parameter"><code>src</code></em> to <em class="parameter"><code>dest</code></em>.</p>
340
 
<p>
341
 
</p>
342
281
<div class="variablelist"><table border="0">
343
282
<col align="left" valign="top">
344
283
<tbody>
345
284
<tr>
346
285
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
347
 
<td> destination account object
 
286
<td>destination account object
348
287
</td>
349
288
</tr>
350
289
<tr>
351
290
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
352
 
<td> source account object
 
291
<td>source account object
353
292
</td>
354
293
</tr>
355
294
</tbody>
356
295
</table></div>
357
296
</div>
358
297
<hr>
359
 
<div class="refsect2" title="e_account_to_xml ()">
 
298
<div class="refsect2" lang="en">
360
299
<a name="e-account-to-xml"></a><h3>e_account_to_xml ()</h3>
361
 
<pre class="programlisting"><a
362
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
363
 
>gchar</a> *             e_account_to_xml                    (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *account);</pre>
364
 
<p>
365
 
</p>
366
 
<p>
367
 
</p>
 
300
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_account_to_xml                    (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *account</code></em>);</pre>
368
301
<div class="variablelist"><table border="0">
369
302
<col align="left" valign="top">
370
303
<tbody>
371
304
<tr>
372
305
<td><p><span class="term"><em class="parameter"><code>account</code></em> :</span></p></td>
373
 
<td> an <a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a>
 
306
<td>an <a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a>
374
307
</td>
375
308
</tr>
376
309
<tr>
383
316
</table></div>
384
317
</div>
385
318
<hr>
386
 
<div class="refsect2" title="e_account_uid_from_xml ()">
 
319
<div class="refsect2" lang="en">
387
320
<a name="e-account-uid-from-xml"></a><h3>e_account_uid_from_xml ()</h3>
388
 
<pre class="programlisting"><a
389
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
390
 
>gchar</a> *             e_account_uid_from_xml              (const <a
391
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
392
 
>gchar</a> *xml);</pre>
393
 
<p>
394
 
</p>
395
 
<p>
396
 
</p>
 
321
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_account_uid_from_xml              (<em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);</pre>
397
322
<div class="variablelist"><table border="0">
398
323
<col align="left" valign="top">
399
324
<tbody>
400
325
<tr>
401
326
<td><p><span class="term"><em class="parameter"><code>xml</code></em> :</span></p></td>
402
 
<td> an XML account description
 
327
<td>an XML account description
403
328
</td>
404
329
</tr>
405
330
<tr>
406
331
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
407
332
<td> the permanent UID of the account described by <em class="parameter"><code>xml</code></em>
408
 
(or <a
409
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
410
 
><code class="literal">NULL</code></a> if <em class="parameter"><code>xml</code></em> could not be parsed or did not contain a uid).
 
333
(or <code class="literal">NULL</code> if <em class="parameter"><code>xml</code></em> could not be parsed or did not contain a uid).
411
334
The caller must free this string.
412
335
</td>
413
336
</tr>
415
338
</table></div>
416
339
</div>
417
340
<hr>
418
 
<div class="refsect2" title="e_account_get_string ()">
 
341
<div class="refsect2" lang="en">
419
342
<a name="e-account-get-string"></a><h3>e_account_get_string ()</h3>
420
 
<pre class="programlisting">const <a
421
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
422
 
>gchar</a> *       e_account_get_string                (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
423
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);</pre>
 
343
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_account_get_string                (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
344
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);</pre>
424
345
<p>
425
346
</p>
426
347
<div class="variablelist"><table border="0">
445
366
</table></div>
446
367
</div>
447
368
<hr>
448
 
<div class="refsect2" title="e_account_get_int ()">
 
369
<div class="refsect2" lang="en">
449
370
<a name="e-account-get-int"></a><h3>e_account_get_int ()</h3>
450
 
<pre class="programlisting"><a
451
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
452
 
>gint</a>                e_account_get_int                   (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
453
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);</pre>
 
371
<pre class="programlisting"><span class="returnvalue">gint</span>                e_account_get_int                   (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
372
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);</pre>
454
373
<p>
455
374
</p>
456
375
<div class="variablelist"><table border="0">
475
394
</table></div>
476
395
</div>
477
396
<hr>
478
 
<div class="refsect2" title="e_account_get_bool ()">
 
397
<div class="refsect2" lang="en">
479
398
<a name="e-account-get-bool"></a><h3>e_account_get_bool ()</h3>
480
 
<pre class="programlisting"><a
481
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
482
 
>gboolean</a>            e_account_get_bool                  (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
483
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);</pre>
 
399
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_account_get_bool                  (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
400
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);</pre>
484
401
<p>
485
402
</p>
486
403
<div class="variablelist"><table border="0">
505
422
</table></div>
506
423
</div>
507
424
<hr>
508
 
<div class="refsect2" title="e_account_set_string ()">
 
425
<div class="refsect2" lang="en">
509
426
<a name="e-account-set-string"></a><h3>e_account_set_string ()</h3>
510
 
<pre class="programlisting">void                e_account_set_string                (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
511
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type,
512
 
                                                         const <a
513
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
514
 
>gchar</a> *);</pre>
 
427
<pre class="programlisting"><span class="returnvalue">void</span>                e_account_set_string                (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
428
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>,
 
429
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *Param3</code></em>);</pre>
515
430
<p>
516
431
</p>
517
432
<div class="variablelist"><table border="0">
536
451
</table></div>
537
452
</div>
538
453
<hr>
539
 
<div class="refsect2" title="e_account_set_int ()">
 
454
<div class="refsect2" lang="en">
540
455
<a name="e-account-set-int"></a><h3>e_account_set_int ()</h3>
541
 
<pre class="programlisting">void                e_account_set_int                   (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
542
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type,
543
 
                                                         <a
544
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
545
 
>gint</a> );</pre>
 
456
<pre class="programlisting"><span class="returnvalue">void</span>                e_account_set_int                   (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
457
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>,
 
458
                                                         <em class="parameter"><code><span class="type">gint</span> Param3</code></em>);</pre>
546
459
<p>
547
460
</p>
548
461
<div class="variablelist"><table border="0">
567
480
</table></div>
568
481
</div>
569
482
<hr>
570
 
<div class="refsect2" title="e_account_set_bool ()">
 
483
<div class="refsect2" lang="en">
571
484
<a name="e-account-set-bool"></a><h3>e_account_set_bool ()</h3>
572
 
<pre class="programlisting">void                e_account_set_bool                  (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *,
573
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type,
574
 
                                                         <a
575
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
576
 
>gboolean</a> );</pre>
 
485
<pre class="programlisting"><span class="returnvalue">void</span>                e_account_set_bool                  (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *Param1</code></em>,
 
486
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>,
 
487
                                                         <em class="parameter"><code><span class="type">gboolean</span> Param3</code></em>);</pre>
577
488
<p>
578
489
</p>
579
490
<div class="variablelist"><table border="0">
598
509
</table></div>
599
510
</div>
600
511
<hr>
601
 
<div class="refsect2" title="e_account_writable ()">
 
512
<div class="refsect2" lang="en">
602
513
<a name="e-account-writable"></a><h3>e_account_writable ()</h3>
603
 
<pre class="programlisting"><a
604
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
605
 
>gboolean</a>            e_account_writable                  (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *ea,
606
 
                                                         <a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t">e_account_item_t</a> type);</pre>
 
514
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_account_writable                  (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *ea</code></em>,
 
515
                                                         <em class="parameter"><code><a class="link" href="EAccount.html#e-account-item-t" title="enum e_account_item_t"><span class="type">e_account_item_t</span></a> type</code></em>);</pre>
607
516
<p>
608
517
</p>
609
518
<div class="variablelist"><table border="0">
628
537
</table></div>
629
538
</div>
630
539
<hr>
631
 
<div class="refsect2" title="e_account_writable_option ()">
 
540
<div class="refsect2" lang="en">
632
541
<a name="e-account-writable-option"></a><h3>e_account_writable_option ()</h3>
633
 
<pre class="programlisting"><a
634
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
635
 
>gboolean</a>            e_account_writable_option           (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *ea,
636
 
                                                         const <a
637
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
638
 
>gchar</a> *protocol,
639
 
                                                         const <a
640
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
641
 
>gchar</a> *option);</pre>
 
542
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_account_writable_option           (<em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *ea</code></em>,
 
543
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *protocol</code></em>,
 
544
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *option</code></em>);</pre>
642
545
<p>
643
546
</p>
644
547
<div class="variablelist"><table border="0">
668
571
</table></div>
669
572
</div>
670
573
</div>
671
 
<div class="refsect1" title="Signal Details">
 
574
<div class="refsect1" lang="en">
672
575
<a name="EAccount.signal-details"></a><h2>Signal Details</h2>
673
 
<div class="refsect2" title='The "changed" signal'>
 
576
<div class="refsect2" lang="en">
674
577
<a name="EAccount-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
675
 
<pre class="programlisting">void                user_function                      (<a class="link" href="EAccount.html" title="EAccount">EAccount</a> *eaccount,
676
 
                                                        <a
677
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
678
 
>gint</a>      arg1,
679
 
                                                        <a
680
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
681
 
>gpointer</a>  user_data)      : Run Last</pre>
 
578
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *eaccount,
 
579
                                                        <span class="type">gint</span>      arg1,
 
580
                                                        <span class="type">gpointer</span>  user_data)      : Run Last</pre>
682
581
<p>
683
582
</p>
684
583
<div class="variablelist"><table border="0">
705
604
</div>
706
605
<div class="footer">
707
606
<hr>
708
 
          Generated by GTK-Doc V1.11</div>
 
607
          Generated by GTK-Doc V1.14</div>
709
608
</body>
710
 
</html>
 
609
</html>
 
 
b'\\ No newline at end of file'