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

« back to all changes in this revision

Viewing changes to docs/reference/libebackend/html/EDataFactory.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:
47
47
struct              <a class="link" href="EDataFactory.html#EDataFactory-struct" title="struct EDataFactory">EDataFactory</a>;
48
48
<a class="link" href="EBackend.html" title="EBackend"><span class="returnvalue">EBackend</span></a> *          <a class="link" href="EDataFactory.html#e-data-factory-ref-backend" title="e_data_factory_ref_backend ()">e_data_factory_ref_backend</a>          (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *data_factory</code></em>,
49
49
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *hash_key</code></em>,
50
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *source</code></em>);
 
50
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
51
51
<a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="returnvalue">EBackendFactory</span></a> *   <a class="link" href="EDataFactory.html#e-data-factory-ref-backend-factory" title="e_data_factory_ref_backend_factory ()">e_data_factory_ref_backend_factory</a>  (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *data_factory</code></em>,
52
52
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *hash_key</code></em>);
53
53
</pre>
86
86
<a name="e-data-factory-ref-backend"></a><h3>e_data_factory_ref_backend ()</h3>
87
87
<pre class="programlisting"><a class="link" href="EBackend.html" title="EBackend"><span class="returnvalue">EBackend</span></a> *          e_data_factory_ref_backend          (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *data_factory</code></em>,
88
88
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *hash_key</code></em>,
89
 
                                                         <em class="parameter"><code><span class="type">ESource</span> *source</code></em>);</pre>
 
89
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
90
90
<p>
91
 
Returns either a newly-created or existing <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> for <span class="type">ESource</span>.
 
91
Returns either a newly-created or existing <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> for <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.
92
92
The returned <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> is referenced for thread-safety and must be
93
93
unreferenced with <code class="function">g_object_unref()</code> when finished with it.
94
94
</p>
117
117
</tr>
118
118
<tr>
119
119
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
120
 
<td>an <span class="type">ESource</span>
 
120
<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
121
121
</td>
122
122
</tr>
123
123
<tr>