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

« back to all changes in this revision

Viewing changes to docs/reference/libebackend/html/EAuthenticationSession.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:
181
181
</p>
182
182
<p>
183
183
The <a class="link" href="EAuthenticationSession.html" title="EAuthenticationSession"><span class="type">EAuthenticationSession</span></a> is then handed to <a class="link" href="ESourceRegistryServer.html" title="ESourceRegistryServer"><span class="type">ESourceRegistryServer</span></a>
184
 
through <a class="link" href="ESourceRegistryServer.html#e-source-registry-server-queue-auth-session" title="e_source_registry_server_queue_auth_session ()"><code class="function">e_source_registry_server_queue_auth_session()</code></a> where it waits
185
 
in line behind other previously added authentication sessions.  When
186
 
its turn comes, the server calls <a class="link" href="EAuthenticationSession.html#e-authentication-session-execute" title="e_authentication_session_execute ()"><code class="function">e_authentication_session_execute()</code></a>
187
 
to begin the interactive authentication session.
 
184
through <a class="link" href="ESourceRegistryServer.html#e-source-registry-server-authenticate" title="e_source_registry_server_authenticate ()"><code class="function">e_source_registry_server_authenticate()</code></a> where it waits in line
 
185
behind other previously added authentication sessions.  When its turn
 
186
comes, the server calls <a class="link" href="EAuthenticationSession.html#e-authentication-session-execute" title="e_authentication_session_execute ()"><code class="function">e_authentication_session_execute()</code></a> to begin
 
187
the interactive authentication session.
188
188
</p>
189
189
</div>
190
190
<div class="refsect1">