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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/EAccount.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>EAccount</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="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)">
30
30
                  <a href="#EAccount.signals" class="shortcut">Signals</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" lang="en">
 
33
<div class="refentry" title="EAccount">
34
34
<a name="EAccount"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
39
39
</td>
40
40
<td valign="top" align="right"></td>
41
41
</tr></table></div>
42
 
<div class="refsynopsisdiv">
 
42
<div class="refsynopsisdiv" title="Synopsis">
43
43
<a name="EAccount.synopsis"></a><h2>Synopsis</h2>
44
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>;
45
45
enum                <a class="link" href="EAccount.html#e-account-access-t" title="enum e_account_access_t">e_account_access_t</a>;
77
77
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *option</code></em>);
78
78
</pre>
79
79
</div>
80
 
<div class="refsect1" lang="en">
 
80
<div class="refsect1" title="Object Hierarchy">
81
81
<a name="EAccount.object-hierarchy"></a><h2>Object Hierarchy</h2>
82
82
<pre class="synopsis">
83
83
  GObject
84
84
   +----EAccount
85
85
</pre>
86
86
</div>
87
 
<div class="refsect1" lang="en">
 
87
<div class="refsect1" title="Signals">
88
88
<a name="EAccount.signals"></a><h2>Signals</h2>
89
89
<pre class="synopsis">
90
90
  "<a class="link" href="EAccount.html#EAccount-changed" title='The "changed" signal'>changed</a>"                                        : Run Last
91
91
</pre>
92
92
</div>
93
 
<div class="refsect1" lang="en">
 
93
<div class="refsect1" title="Description">
94
94
<a name="EAccount.description"></a><h2>Description</h2>
95
95
<p>
96
96
</p>
97
97
</div>
98
 
<div class="refsect1" lang="en">
 
98
<div class="refsect1" title="Details">
99
99
<a name="EAccount.details"></a><h2>Details</h2>
100
 
<div class="refsect2" lang="en">
 
100
<div class="refsect2" title="enum e_account_item_t">
101
101
<a name="e-account-item-t"></a><h3>enum e_account_item_t</h3>
102
102
<pre class="programlisting">typedef enum _e_account_item_t {
103
103
        E_ACCOUNT_NAME,
149
149
</p>
150
150
</div>
151
151
<hr>
152
 
<div class="refsect2" lang="en">
 
152
<div class="refsect2" title="enum e_account_access_t">
153
153
<a name="e-account-access-t"></a><h3>enum e_account_access_t</h3>
154
154
<pre class="programlisting">typedef enum _e_account_access_t {
155
155
        E_ACCOUNT_ACCESS_WRITE = 1&lt;&lt;0
159
159
</p>
160
160
</div>
161
161
<hr>
162
 
<div class="refsect2" lang="en">
 
162
<div class="refsect2" title="EAccount">
163
163
<a name="EAccount-struct"></a><h3>EAccount</h3>
164
164
<pre class="programlisting">typedef struct _EAccount EAccount;</pre>
165
165
<p>
166
166
</p>
167
167
</div>
168
168
<hr>
169
 
<div class="refsect2" lang="en">
 
169
<div class="refsect2" title="EAccountIdentity">
170
170
<a name="EAccountIdentity"></a><h3>EAccountIdentity</h3>
171
171
<pre class="programlisting">typedef struct {
172
172
        gchar *name;
181
181
</p>
182
182
</div>
183
183
<hr>
184
 
<div class="refsect2" lang="en">
 
184
<div class="refsect2" title="enum EAccountReceiptPolicy">
185
185
<a name="EAccountReceiptPolicy"></a><h3>enum EAccountReceiptPolicy</h3>
186
186
<pre class="programlisting">typedef enum _EAccountReceiptPolicy {
187
187
        E_ACCOUNT_RECEIPT_NEVER,
193
193
</p>
194
194
</div>
195
195
<hr>
196
 
<div class="refsect2" lang="en">
 
196
<div class="refsect2" title="EAccountService">
197
197
<a name="EAccountService"></a><h3>EAccountService</h3>
198
198
<pre class="programlisting">typedef struct {
199
199
        gchar *url;
208
208
</p>
209
209
</div>
210
210
<hr>
211
 
<div class="refsect2" lang="en">
 
211
<div class="refsect2" title="e_account_new ()">
212
212
<a name="e-account-new"></a><h3>e_account_new ()</h3>
213
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>
214
214
<div class="variablelist"><table border="0">
222
222
</table></div>
223
223
</div>
224
224
<hr>
225
 
<div class="refsect2" lang="en">
 
225
<div class="refsect2" title="e_account_new_from_xml ()">
226
226
<a name="e-account-new-from-xml"></a><h3>e_account_new_from_xml ()</h3>
227
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>
228
228
<div class="variablelist"><table border="0">
243
243
</table></div>
244
244
</div>
245
245
<hr>
246
 
<div class="refsect2" lang="en">
 
246
<div class="refsect2" title="e_account_set_from_xml ()">
247
247
<a name="e-account-set-from-xml"></a><h3>e_account_set_from_xml ()</h3>
248
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
249
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);</pre>
250
250
<p>
251
 
Changes <em class="parameter"><code>account</code></em> to match <em class="parameter"><code>xml</code></em>.</p>
 
251
Changes <em class="parameter"><code>account</code></em> to match <em class="parameter"><code>xml</code></em>.
 
252
</p>
252
253
<div class="variablelist"><table border="0">
253
254
<col align="left" valign="top">
254
255
<tbody>
272
273
</table></div>
273
274
</div>
274
275
<hr>
275
 
<div class="refsect2" lang="en">
 
276
<div class="refsect2" title="e_account_import ()">
276
277
<a name="e-account-import"></a><h3>e_account_import ()</h3>
277
278
<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
279
                                                         <em class="parameter"><code><a class="link" href="EAccount.html" title="EAccount"><span class="type">EAccount</span></a> *src</code></em>);</pre>
279
280
<p>
280
 
Import the settings from <em class="parameter"><code>src</code></em> to <em class="parameter"><code>dest</code></em>.</p>
 
281
Import the settings from <em class="parameter"><code>src</code></em> to <em class="parameter"><code>dest</code></em>.
 
282
</p>
281
283
<div class="variablelist"><table border="0">
282
284
<col align="left" valign="top">
283
285
<tbody>
295
297
</table></div>
296
298
</div>
297
299
<hr>
298
 
<div class="refsect2" lang="en">
 
300
<div class="refsect2" title="e_account_to_xml ()">
299
301
<a name="e-account-to-xml"></a><h3>e_account_to_xml ()</h3>
300
302
<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>
301
303
<div class="variablelist"><table border="0">
316
318
</table></div>
317
319
</div>
318
320
<hr>
319
 
<div class="refsect2" lang="en">
 
321
<div class="refsect2" title="e_account_uid_from_xml ()">
320
322
<a name="e-account-uid-from-xml"></a><h3>e_account_uid_from_xml ()</h3>
321
323
<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>
322
324
<div class="variablelist"><table border="0">
338
340
</table></div>
339
341
</div>
340
342
<hr>
341
 
<div class="refsect2" lang="en">
 
343
<div class="refsect2" title="e_account_get_string ()">
342
344
<a name="e-account-get-string"></a><h3>e_account_get_string ()</h3>
343
345
<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
346
                                                         <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>
366
368
</table></div>
367
369
</div>
368
370
<hr>
369
 
<div class="refsect2" lang="en">
 
371
<div class="refsect2" title="e_account_get_int ()">
370
372
<a name="e-account-get-int"></a><h3>e_account_get_int ()</h3>
371
373
<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
374
                                                         <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>
394
396
</table></div>
395
397
</div>
396
398
<hr>
397
 
<div class="refsect2" lang="en">
 
399
<div class="refsect2" title="e_account_get_bool ()">
398
400
<a name="e-account-get-bool"></a><h3>e_account_get_bool ()</h3>
399
401
<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
402
                                                         <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>
422
424
</table></div>
423
425
</div>
424
426
<hr>
425
 
<div class="refsect2" lang="en">
 
427
<div class="refsect2" title="e_account_set_string ()">
426
428
<a name="e-account-set-string"></a><h3>e_account_set_string ()</h3>
427
429
<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
430
                                                         <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>,
451
453
</table></div>
452
454
</div>
453
455
<hr>
454
 
<div class="refsect2" lang="en">
 
456
<div class="refsect2" title="e_account_set_int ()">
455
457
<a name="e-account-set-int"></a><h3>e_account_set_int ()</h3>
456
458
<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
459
                                                         <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>,
480
482
</table></div>
481
483
</div>
482
484
<hr>
483
 
<div class="refsect2" lang="en">
 
485
<div class="refsect2" title="e_account_set_bool ()">
484
486
<a name="e-account-set-bool"></a><h3>e_account_set_bool ()</h3>
485
487
<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
488
                                                         <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>,
509
511
</table></div>
510
512
</div>
511
513
<hr>
512
 
<div class="refsect2" lang="en">
 
514
<div class="refsect2" title="e_account_writable ()">
513
515
<a name="e-account-writable"></a><h3>e_account_writable ()</h3>
514
516
<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
517
                                                         <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>
537
539
</table></div>
538
540
</div>
539
541
<hr>
540
 
<div class="refsect2" lang="en">
 
542
<div class="refsect2" title="e_account_writable_option ()">
541
543
<a name="e-account-writable-option"></a><h3>e_account_writable_option ()</h3>
542
544
<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
545
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *protocol</code></em>,
571
573
</table></div>
572
574
</div>
573
575
</div>
574
 
<div class="refsect1" lang="en">
 
576
<div class="refsect1" title="Signal Details">
575
577
<a name="EAccount.signal-details"></a><h2>Signal Details</h2>
576
 
<div class="refsect2" lang="en">
 
578
<div class="refsect2" title='The "changed" signal'>
577
579
<a name="EAccount-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
578
580
<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
581
                                                        <span class="type">gint</span>      arg1,