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

« back to all changes in this revision

Viewing changes to docs/reference/libebackend/html/ECollectionBackendFactory.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
struct              <a class="link" href="ECollectionBackendFactory.html#ECollectionBackendFactory-struct" title="struct ECollectionBackendFactory">ECollectionBackendFactory</a>;
47
47
<span class="returnvalue">void</span>                <a class="link" href="ECollectionBackendFactory.html#e-collection-backend-factory-prepare-mail" title="e_collection_backend_factory_prepare_mail ()">e_collection_backend_factory_prepare_mail</a>
48
48
                                                        (<em class="parameter"><code><a class="link" href="ECollectionBackendFactory.html" title="ECollectionBackendFactory"><span class="type">ECollectionBackendFactory</span></a> *factory</code></em>,
49
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *mail_account_source</code></em>,
50
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *mail_identity_source</code></em>,
51
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *mail_transport_source</code></em>);
 
49
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *mail_account_source</code></em>,
 
50
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *mail_identity_source</code></em>,
 
51
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *mail_transport_source</code></em>);
52
52
</pre>
53
53
</div>
54
54
<div class="refsect1">
83
83
<a name="e-collection-backend-factory-prepare-mail"></a><h3>e_collection_backend_factory_prepare_mail ()</h3>
84
84
<pre class="programlisting"><span class="returnvalue">void</span>                e_collection_backend_factory_prepare_mail
85
85
                                                        (<em class="parameter"><code><a class="link" href="ECollectionBackendFactory.html" title="ECollectionBackendFactory"><span class="type">ECollectionBackendFactory</span></a> *factory</code></em>,
86
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *mail_account_source</code></em>,
87
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *mail_identity_source</code></em>,
88
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *mail_transport_source</code></em>);</pre>
 
86
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *mail_account_source</code></em>,
 
87
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *mail_identity_source</code></em>,
 
88
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *mail_transport_source</code></em>);</pre>
89
89
<p>
90
 
Convenience function to populate a set of <span class="type">ESource</span> instances with mail
 
90
Convenience function to populate a set of <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> instances with mail
91
91
account information to be added to an <a class="link" href="ECollectionBackend.html" title="ECollectionBackend"><span class="type">ECollectionBackend</span></a>.  This is mainly
92
92
used for vendor-specific collection backends like Google or Yahoo! where
93
93
the host, port, and security details are known ahead of time and only
103
103
</tr>
104
104
<tr>
105
105
<td><p><span class="term"><em class="parameter"><code>mail_account_source</code></em> :</span></p></td>
106
 
<td>an <span class="type">ESource</span> to hold mail account information</td>
 
106
<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to hold mail account information</td>
107
107
</tr>
108
108
<tr>
109
109
<td><p><span class="term"><em class="parameter"><code>mail_identity_source</code></em> :</span></p></td>
110
 
<td>an <span class="type">ESource</span> to hold mail identity information</td>
 
110
<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to hold mail identity information</td>
111
111
</tr>
112
112
<tr>
113
113
<td><p><span class="term"><em class="parameter"><code>mail_transport_source</code></em> :</span></p></td>
114
 
<td>an <span class="type">ESource</span> to hold mail transport information</td>
 
114
<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to hold mail transport information</td>
115
115
</tr>
116
116
</tbody>
117
117
</table></div>