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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/ESourceRegistry.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:
513
513
<p>
514
514
If <em class="parameter"><code>source</code></em> does NOT have a <span class="type">GDBusObject</span> (implying it's a scratch
515
515
<a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a>), its contents are submitted to the D-Bus service through
516
 
<a class="link" href="ESourceRegistry.html#e-source-registry-create-sources-sync" title="e_source_registry_create_sources_sync ()"><code class="function">e_source_registry_create_sources_sync()</code></a>.
 
516
either <a class="link" href="ESource.html#e-source-remote-create-sync" title="e_source_remote_create_sync ()"><code class="function">e_source_remote_create_sync()</code></a> if <em class="parameter"><code>source</code></em> is to be a collection
 
517
member, or <a class="link" href="ESourceRegistry.html#e-source-registry-create-sources-sync" title="e_source_registry_create_sources_sync ()"><code class="function">e_source_registry_create_sources_sync()</code></a> if <em class="parameter"><code>source</code></em> to be an
 
518
independent data source.
517
519
</p>
518
520
<p>
519
521
If an error occurs, the function will set <em class="parameter"><code>error</code></em> and return <code class="literal">FALSE</code>.